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

@@ -59,6 +59,9 @@ export default function CategoryProductsGrid({
price={
product.price_amount ? parseFloat(product.price_amount) : null
}
oldPrice={
product.old_price_amount ? parseFloat(product.old_price_amount) : null
}
struct_price_text={`${product.price_amount} TMT`}
images={[product.media?.[0]?.images_400x400]}
stock={product.stock}