Ok so i am STUCK! i have the collapsible tabs on my products but now i am trying to figure out how can i remove it from certain products- for example, i have candles that require the tabs and i have a candle snuffer that does not require the same collapsible tabs that the candles do-- how do i make it when the collapsible tabs are still avail for the candles and remove the tabs for the ones that do not need it?
Share the store URL please?
Password
1977
{% if product.title == "candle snuffer" %}
{% endif %}
Add this code in the bottom of main-product.liquid file.
Hi @ChosenOnes ,
You can create another product template for those products in your theme customize then assigns them to this product template
where’s mainproduct liquid located
Create a new template for these products & assign the template.
i haven’t tried your suggestion yet, but as soon as i get to a computer, ill try it, thank you
what do you mean by template? so i created another product (duplicate) & it still comes up
@ChosenOnes , click Create new template on theme customize
Thank you!! It worked !






