From b0f07da928f1956946fb36db8983718962b6bcee Mon Sep 17 00:00:00 2001 From: "HATEC\\SPVDEV001" Date: Wed, 18 Oct 2023 14:04:48 +0700 Subject: change label call for price to call for inquiry --- src/lib/checkout/components/CheckoutOld.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/checkout/components/CheckoutOld.jsx') 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 = () => {
{product.price.priceDiscount > 0 ? currencyFormat(product?.price?.priceDiscount) - : 'Call For Price'} + : 'Call for Inquiry'}
@@ -501,7 +501,7 @@ const Checkout = () => { })} className='underline' > - Call For Price{' '} + Call for Inquiry{' '} )} -- cgit v1.2.3