Can someone please assist?
I am editing code under collection-template.liquid
and looking at this section
</div>
<div class="h4 grid-view-item__title">{{ 'homepage.onboarding.product_title' | t }}</div>
<div class="grid-view-item__meta">
<span class="product-price__price">$19.99</span>
</div>
Don't know if this is where I should be looking or what I need to do.
Any assistance would be greatly appreciated.
Solved! Go to the solution
Or
</div>
</div>
<div class="list-view-item__title-column">
<div class="list-view-item__title">{{ 'homepage.onboarding.product_title' | t }}</div>
</div>
<div class="list-view-item__price-column">
<span class="product-price__price">$19.99</span>
Also appears under collections template
I don't know if this is even right area though because I already have my prices showing without decimal points/cents showing...
This is an accepted solution.
Ok I figured out how to do it for anyone wanting this answer -
Edit code and go to Snippets > Product card grid liquid
Find this bit of code -
{% include 'product-price', variant: product %}
And replace with this
% comment %}{% include 'product-price', variant: product %}{%endcomment %}.
User | Count |
---|---|
452 | |
196 | |
138 | |
61 | |
41 |