Your account expired support, please renew to get your support.

Support Forum Forums Mixxcazt – Creative Multipurpose WooCommerce Theme Sticky add to Cart in single product pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #4049
    rmareknet
    Support Expired

    Hello,
    How to disable sticky add to cart in single product pages? Please describe the changes in the code that I need to make to get this effect.
    Regards

    #4055

    Please add this custom code to the file functions.php

    remove_action('mixxcazt_after_footer', 'mixxcazt_sticky_single_add_to_cart', 999);

    or add this code:

    function mixxcazt_sticky_single_add_to_cart() {
    return;
    }
    #4056
    rmareknet
    Support Expired

    It’s working – thank you!
    Regards

    #4058

    You are welcome!

    Let me know if you need to help.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.