added old price amount
This commit is contained in:
@@ -55,6 +55,9 @@ export function RelatedProductsSection({
|
||||
price={parseFloat(product.price_amount) || null}
|
||||
struct_price_text={
|
||||
product.struct_price_text || `${product.price_amount} TMT`
|
||||
}
|
||||
oldPrice={
|
||||
product.old_price_amount ? parseFloat(product.old_price_amount) : null
|
||||
}
|
||||
discount={product.discount}
|
||||
discount_text={product.discount_text}
|
||||
|
||||
Reference in New Issue
Block a user