Help With Hiding Prices on 'Emerge' Theme

212mealprep
Visitor
1 0 0

Hello,

 

I am looking for a way to hide the prices on only one certain collection of products in my store. I am using the 'Bundle Builder' app as the only option for checkout and want only the prices in the Bundle Collection to be visible.

 

I've searched the forum and tried editing various aspects of the code, but could not figure it out on this particular theme. Any help would be much appreciated!

 

Store Link: 212meals.myshopify.com

PW: 212mealprep

 

Thanks,

Jeffrey Jensen | 212 Meal Prep

Reply 1 (1)

Savior
Shopify Partner
537 108 161

Hello @212mealprep 

You can add condition like 

{% unless collection.handle contains 'bundle' %}

PRICE

{% endunless %}

in collection.template file or main-collection file whichever exists. 

If you dont understand please take help of a developer.

banned