• 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’ );

    • This topic was modified 4 years, 4 months ago by forna91.
Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi there,
    bundle does not support the ajax, but you should be able see the message once the product has been added to the cart.
    Can you share with us the link of the page where we can replicate the issue?

Viewing 1 replies (of 1 total)
  • The topic ‘Strange problem with add to cart’ is closed to new replies.