Remove price from product list views
This commit is contained in:
parent
e82b2d5d26
commit
a8421e5f96
@ -27,7 +27,6 @@
|
|||||||
<h3>{{ product.name }}</h3>
|
<h3>{{ product.name }}</h3>
|
||||||
<h5>{{ product.subtitle }}</h5>
|
<h5>{{ product.subtitle }}</h5>
|
||||||
<p>{{product.description|truncatewords:20}}</p>
|
<p>{{product.description|truncatewords:20}}</p>
|
||||||
<p>$<strong>{{product.variants.first.price}}</strong></p>
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
@ -28,7 +28,6 @@
|
|||||||
<h3>{{ product.name }}</h3>
|
<h3>{{ product.name }}</h3>
|
||||||
<h5>{{ product.subtitle }}</h5>
|
<h5>{{ product.subtitle }}</h5>
|
||||||
<p>{{product.description|truncatewords:20}}</p>
|
<p>{{product.description|truncatewords:20}}</p>
|
||||||
<p>$<strong>{{product.variants.first.price}}</strong></p>
|
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</a>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user