Skip to content

Commit

Permalink
Revert a small tweak that wasn't necessary and a reference to the pro…
Browse files Browse the repository at this point in the history
…duct (Shopify#3573)
  • Loading branch information
ludoboludo authored Jul 26, 2024
1 parent a723f14 commit 28b21ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snippets/price.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@

assign compare_at_price = target.compare_at_price
assign price = target.price | default: 1999
assign price_min = target.price_min
assign price_max = target.price_max
assign price_min = product.price_min
assign price_max = product.price_max
assign available = target.available | default: false
assign money_price = price | money
assign money_price_min = price_min | money
Expand Down

0 comments on commit 28b21ab

Please sign in to comment.