This topic has 4 replies, 2 voices, and was last updated 1 years ago ago by Rose Tyler
How can we bring the countdown timer to down the price?
Hello, Zezva,
Thank you for contacting us and for using XStore.
What is the URL of the product from your screenshot?
Kind Regards,
8theme team
https://justplus.ge/shop/lenovo-tw60-earphone/
This is product link
Hello, Zezva,
1/ We added next code to your child-theme/functions.php
add_action('init', function() {
remove_action( ‘etheme_woocommerce_template_single_add_to_cart', 'etheme_product_countdown', 5 );
add_action( 'etheme_woocommerce_template_single_price', 'etheme_product_countdown', 15 );
}, 50);
2/ Result is next → https://prnt.sc/quMgOsHAegx-
Don’t forget to clear cache to see changes !
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up