diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-25 09:54:51 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-25 09:54:51 +0700 |
| commit | 039165b57fe20f24ba0ef406ded60edb35929fe9 (patch) | |
| tree | bb4a15ff076f20216193c15e9ccf8b269692d373 /src/lib/product | |
| parent | e6c0f277f47b6aeaa55a19216615840f61bfeb1e (diff) | |
bugs fix - brand undifine ketika kilik call for inquery (redirect ke wa) di product card
Diffstat (limited to 'src/lib/product')
| -rw-r--r-- | src/lib/product/components/ProductCard.jsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/product/components/ProductCard.jsx b/src/lib/product/components/ProductCard.jsx index 9500a3fd..71466259 100644 --- a/src/lib/product/components/ProductCard.jsx +++ b/src/lib/product/components/ProductCard.jsx @@ -12,6 +12,7 @@ const ProductCard = ({ product, simpleTitle, variant = 'vertical' }) => { const callForPriceWhatsapp = whatsappUrl('product', { name: product.name, + manufacture: product.manufacture?.name, url: createSlug('/shop/product/', product.name, product.id, true) }) |
