diff options
| author | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-18 16:18:45 +0700 |
|---|---|---|
| committer | HATEC\SPVDEV001 <tri.susilo@altama.co.id> | 2023-10-18 16:18:45 +0700 |
| commit | 2a84fb3ce03cfa46cb3c7664e988957e1bd2731b (patch) | |
| tree | ae3768ba44054d51b1abcc0dcc90d18d4895e412 /src/lib/checkout/components/CheckoutOld.jsx | |
| parent | 754c2a0e97f0e18ed9b36445e883c38ea9a904f7 (diff) | |
| parent | b4b17e22832a4665042a45030b77c3744fe61534 (diff) | |
Merge branch 'master' into CR/UI
# Conflicts:
# src/lib/cart/components/Cartheader.jsx
Diffstat (limited to 'src/lib/checkout/components/CheckoutOld.jsx')
| -rw-r--r-- | src/lib/checkout/components/CheckoutOld.jsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/checkout/components/CheckoutOld.jsx b/src/lib/checkout/components/CheckoutOld.jsx index 6852059e..d57fbd66 100644 --- a/src/lib/checkout/components/CheckoutOld.jsx +++ b/src/lib/checkout/components/CheckoutOld.jsx @@ -486,7 +486,7 @@ const Checkout = () => { <div className='font-normal mt-1'> {product.price.priceDiscount > 0 ? currencyFormat(product?.price?.priceDiscount) - : 'Call For Price'} + : 'Call for Inquiry'} </div> </td> <td> @@ -501,7 +501,7 @@ const Checkout = () => { })} className='underline' > - Call For Price{' '} + Call for Inquiry{' '} </a> )} </div> |
