Viewing 1 replies (of 1 total)
  • Thread Starter Robert

    (@roberthedlund)

    Got it work by adding follwing code:

    remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_sale_flash');
    add_action('woocommerce_single_product_summary','woocommerce_show_product_sale_flash');

    I think it was StoreCustomizer plugin who did something with the overlay by adding some code.

Viewing 1 replies (of 1 total)
  • The topic ‘some onsale badge disappears’ is closed to new replies.