• Resolved vguns

    (@vguns)


    How to move <woosb_add_to_cart_form> from <woocommerce_woosb_add_to_cart> to <woocommerce_single_product_summary>?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author WPClever

    (@wpclever)

    Please update our plugin to the latest version 5.1.1 first, then you can use below code:

    remove_action( 'woocommerce_woosb_add_to_cart', array( $GLOBALS['woosb'], 'woosb_add_to_cart_form' ) );
    add_action( 'woocommerce_single_product_summary', array( $GLOBALS['woosb'], 'woosb_add_to_cart_form' ), 10 );

    Or use the shortcode [woosb_form].

    Thread Starter vguns

    (@vguns)

    Thanks, it’s great

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Move woosb_add_to_cart_form’ is closed to new replies.