• Hi, In the settings of the basket, I made it an appearance after adding goods, how to move another element up (back call button) Using JS after the basket appears?

Viewing 1 replies (of 1 total)
  • Plugin Author WPClever

    (@wpclever)

    Hi @mike77777

    You can use the JS trigger ‘woofc_show_cart’. Example:

    jQuery(document.body).on('woofc_show_cart', function() {
    // do something after showing the cart
    });
Viewing 1 replies (of 1 total)
  • The topic ‘How to move another item on the page when the basket appears, after adding goods’ is closed to new replies.