Show discounted prices on the collection page
Copy the code from here and then create a new snippet called
dollarlabs-price.liquid
Most collection pages use something like a
card-product
or similar to loop over the items in the collection and render as product cards. Find that file for your theme and then replace the{% render 'price' %}
line with the code hereYou might have to change the variable name of
card_product
to the one that your theme uses to render the price. Once saved, you will see the change show up on your theme
If you need help with any of the steps mentioned in this article, please feel free to reach out at [email protected] or find a time with us on our calendar.
We are here to help 😄
Last updated