• Resolved NightL

    (@nightl)


    The custom Sale Flash does not carry through to block hand-picked products with class wc-block-grid__product-onsale

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support David G

    (@gravid7)

    Hi @nightl,

    Thanks for reaching out to us.

    Sorry for the delay, Can you please explain the issue in detail?. So we can help you to solve the issue.

    Thread Starter NightL

    (@nightl)

    Theme = Skinny
    https://codestag.com/themes/skinny/
    I have also tested this with Storefront – same result

    With Booster / Products / Sale Flash / Per Product the aim is to create a custom Sale Flash and this works perfectly with archive and product page listings.

    With Gutenberg you can insert hand-picked products to appear individually wherever you may choose. If that particular product is on sale the default Sale Flash will display with the listing but unfortunately a custom sale flash created with Booster / Products / Sale Flash / Per Product does not carry through to this area.

    I note the containing div for the Gutenberg hand-picked products sale flash has class=”wc-block-grid__product-onsale” which is different than an archive or individual product display sale flash which is targeted with a class of “sale”.

    I assume this will also be an issue with Booster / Products / Sale Flash / Globally as well.

    I have temporarily solved my issue by using jQuery which is cumbersome

    <script>
    jQuery(".post-1872 .wc-block-grid__products li:first .wc-block-grid__product-onsale span:first").text($(".post-1872 .wc-block-grid__products li:first .wc-block-grid__product-onsale span:first").text().replace("Sale", "Club Savings"));
    </script>
    • This reply was modified 2 years, 7 months ago by NightL.
    Plugin Support David G

    (@gravid7)

    Hi @nightl,

    Thanks for explain in detail.

    Can you please contact us from our website? So, we can take a deeper look and help you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Custom Sale Flash on block Hand-Picked Products’ is closed to new replies.