When a product is on sale the sale badge shows on the shop page, but does not show on the single product page.
https://www.wolfpackbrands.com.br/shop/colete-5-11/
Can you help me understand why?
When a product is on sale the sale badge shows on the shop page, but does not show on the single product page.
https://www.wolfpackbrands.com.br/shop/colete-5-11/
Can you help me understand why?
Hi There @stuartborders
Thanks for writing in! Upon checking, I see that you’re using an older version of X theme and Cornerstone plugin on your site. You can see the latest version numbers from here (https://community.theme.co/kb/updating-your-theme-and-plugins/) and update related notes from our changelog (https://theme.co/changelog/).
Could you please try updating to the versions that we have on our version guide by following our guide here (https://community.theme.co/kb/updating-your-theme-and-plugins/) and see id that resolves your issue.
For example, you can download the exact WooCommerce version (3.4.2) from the following link (https://wordpress.org/plugins/woocommerce/advanced/).
Once you update your site, make sure to purge server cache and also clear browser cache before testing.
Let us know how it goes.
Thanks!
All plugins and theme files have been updated. please advise.
Hi There,
We removed the sale badge on single product page.
To add it again, please add this custom code under functions.php
file locates in your child theme:
add_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_sale_flash', 11 );
Hope it helps
awesome thanks!
You’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.