I need to remove prices from a few collections?! Why is it so difficult?!
HELP
I need to remove prices from a few collections?! Why is it so difficult?!
HELP
It’s very simple, find the price code in the collection.liquid file (the file name will be different for different themes).
{% if section.settings.enable_price == true %}
*** price code ***
{% endif %}
Add in scheme
{
"type": "checkbox",
"id": "enable_price",
"label: "Enable Price",
"default": true
}
Then, add a collection template in theme customization. Uncheck if you need to hide the price, and check if you need to show the price.
Hi @saleema
Dan from Ryviu: Product Reviews & QA.
Please send me those URLs so I can give you the code to remove prices
Best Regards,
Dan