Hello, I need to add a text saying ‘Desde’ before the pricetag on product cards/collection pages, however I want the text to not appear once on the product page.
This is cause my prices start from 9.76 and I want to make it evident, but I dont want the text appearing anymore on the product page as it has no use there. Any help is appreciated!
You can achieve this by including a variable on the render price element to control when ‘Desde’ is displayed. Below is an example of how to accomplish this on Dawn theme.
Firstly locate the first occurrence of money_price declaration inside price.liquid and insert the following code.
This will then display ‘Desde’ only on the collections page and not the product page. Additionally anywhere where render ‘price’ is used, you can include the desde_price variable to toggle on the text.