We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a723f14 commit 28b21abCopy full SHA for 28b21ab
snippets/price.liquid
@@ -23,8 +23,8 @@
23
24
assign compare_at_price = target.compare_at_price
25
assign price = target.price | default: 1999
26
- assign price_min = target.price_min
27
- assign price_max = target.price_max
+ assign price_min = product.price_min
+ assign price_max = product.price_max
28
assign available = target.available | default: false
29
assign money_price = price | money
30
assign money_price_min = price_min | money
0 commit comments