• Hi, congratulations on your plugin. I have a small problem: the option “Auto open side cart when item is added to cart” does not work. That is, the sidebar does not automatically open when adding the product to the cart.
    Maybe it only depends on my site, since I have a plugin for customizing products, and the “add to cart” button is not really that of woocommerce (see attachment https://ibb.co/FYZbCzQ ). Is there a way to solve, even by switching to the premium version?
    Greetings

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    You need to call “added_to_cart” event in your javascript “add to cart” function.
    This event is by woocommerce & it triggers the side cart.
    $( document.body ).trigger( 'added_to_cart');

    Hello, i have the exact-opposite problem. I uncheck the option but its still opening. Any tip ?

    Thread Starter facinoroso

    (@facinoroso)

    Thanks for the answer Xootix, but materially what I have to do step by step. Thank you

    Thread Starter facinoroso

    (@facinoroso)

    I have not received an answer. You can explain materially what to do. Which file should I modify? Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘the option “Auto open side cart when item is added to cart” does not work’ is closed to new replies.