added old price amount
This commit is contained in:
@@ -89,6 +89,9 @@ export default function CollectionSection({ collection, locale }: Props) {
|
||||
product.price_amount ? parseFloat(product.price_amount) : null
|
||||
}
|
||||
struct_price_text={formattedPrice}
|
||||
oldPrice={
|
||||
product.old_price_amount ? parseFloat(product.old_price_amount) : null
|
||||
}
|
||||
images={allImages}
|
||||
labels={[]}
|
||||
price_color="#0059ff"
|
||||
|
||||
Reference in New Issue
Block a user