Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter gary888

    (@gary888)

    Hello? Any update?

    Looking at the documentation and digging around in the plugin I came up with this

    
    if( class_exists('YITH_YWRAQ_Frontend')){
      remove_action( 'woocommerce_after_shop_loop_item', array(YITH_YWRAQ_Frontend(), 'add_button_single_page' ), 15 );
      add_action('custom_yith_quote_button_hook', array( YITH_YWRAQ_Frontend(), 'add_button_single_page' ) );
    }
    

    Now if I could just figure out how to remove “Browse The List” and add that as a completely separate button I’d be all set

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘move add to quote button’ is closed to new replies.