How to show discounted prices on the collection page
PreviousHow to show the discounted price on the Product page for B2B customersNextLimitations of Rule Builder & Shopify functions
Last updated
Last updated
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 here
You 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 support@dollarlabs.io or find a time with us on our calendar.
We are here to help 😄