Strange problem with add to cart
-
Hello, I have a little problem with this plugin, if in the shop page I add a product to cart the page don’t refresh and “show cart” appear, with a products bundles the page get a refresh and “show cart” don’t appera…why?
I make it appear the add to cart buttom by this function:
function custom_add_cart_button () {
add_action( ‘woocommerce_after_shop_loop_item_title’,’woocommerce_template_loop_add_to_cart’, 10 );
}
add_action( ‘after_setup_theme’, ‘custom_add_cart_button’ );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Strange problem with add to cart’ is closed to new replies.