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

    (@jonbal)

    Is not work( Any ideas?

    add_action('woocommerce_after_shop_loop_item','replace_add_to_cart');
    function replace_add_to_cart() {
    	echo do_shortcode( '[woocommerce_simple_buy_now_button title="Buy Now"]' );
    }
    • This reply was modified 5 years, 9 months ago by jonbal.
    Plugin Author Andy Hoang Huu

    (@ndoublehwp)

    Hi there,
    If you are a developer, you can use this shortcode at content-single-product template or its child. It should be written on the inside of the form cart.
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Buy Now in Category’ is closed to new replies.