Skip to content

Commit 28b21ab

Browse files
authored
Revert a small tweak that wasn't necessary and a reference to the product (#3573)
1 parent a723f14 commit 28b21ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

snippets/price.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
assign compare_at_price = target.compare_at_price
2525
assign price = target.price | default: 1999
26-
assign price_min = target.price_min
27-
assign price_max = target.price_max
26+
assign price_min = product.price_min
27+
assign price_max = product.price_max
2828
assign available = target.available | default: false
2929
assign money_price = price | money
3030
assign money_price_min = price_min | money

0 commit comments

Comments
 (0)