added old price amount

This commit is contained in:
@jcarymuhammedow
2026-03-18 12:32:49 +05:00
parent 69e3e2e0ab
commit a3a02ef756
9 changed files with 27 additions and 4 deletions

View File

@@ -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"