Site logo

Archived topic

Remove sale badge single product page

6 replies · Started by Jarno on July 4, 2018

Viewing posts 1–7 of 7

Hi,

I've unchecked the sale badge within Generatepress, it disables the sale badge on the archive page, but not on the single product page. I've tried to remove it within the functions.php with the following code, however it does not work.

remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_sale_flash', 20 );

Shouldn't this work trough the settings of generatepress?

Thanks!

Hi there,

try:

remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_sale_flash', 10 );

I will pass this comment on to Tom.

This worked, thank you!

You're welcome. Glad to be of help

Just added an option in GPP 1.7 to disable the single product sale flash :)

Damn your fast. I have zero regrets buying this template. Keep up the good work!

Thank you! :)

This archived topic is closed to new replies.