• Resolved LuisVzz

    (@luisvzz)


    Hey awesome plugin, great work! I’m trying to display it only on my checkout page and not in my customer carts. Can I use some functions.php code to launch it and display it only at checkout?

    Thanks a lot!

Viewing 1 replies (of 1 total)
  • Plugin Author Morgan Hvidt

    (@morganhvidt)

    Hi! There sure is ??

    Add this to your functions.php and the countdown will be removed from the cart

    remove_action( 'woocommerce_before_cart', 'ccfwoo_cart_notice', 11 );

    I’ll work on separating the checkout and cart notices for the admin settings in the new update.

    Feel free to rate the plugin if you have time.
    Thank you!

Viewing 1 replies (of 1 total)
  • The topic ‘Display only on checkout page’ is closed to new replies.