FROM CACHE - zh-cn_header

回复: how to display max price on collection page in supply theme

已解决

how to display max price on collection page in supply theme

bobinni
观光客
5 0 1

I setup few variant price. The system always display the min price on the collection page. but i want to display the max price. Can someone help me for this ?

Thanks .

1 个已接受解答

Tim_Mak
探路者
103 13 21
解决方案

要去编辑代码:

Snippets/product-grid-item.liquid

再找

{% include 'price' with product.price %}

改成

{% include 'price' with product.price_max %}

 

在原帖中查看解决方案

2 条回复2

Tim_Mak
探路者
103 13 21
解决方案

要去编辑代码:

Snippets/product-grid-item.liquid

再找

{% include 'price' with product.price %}

改成

{% include 'price' with product.price_max %}

 

bobinni
观光客
5 0 1

有些显示,有些不显示。