ordering-ui-external 2.4.6 → 2.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/_bundles/{0.ordering-ui.038c4b4d536032472bc7.js → 0.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/{1.ordering-ui.038c4b4d536032472bc7.js → 1.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/{2.ordering-ui.038c4b4d536032472bc7.js → 2.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/{4.ordering-ui.038c4b4d536032472bc7.js → 4.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/{5.ordering-ui.038c4b4d536032472bc7.js → 5.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/{6.ordering-ui.038c4b4d536032472bc7.js → 6.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/{7.ordering-ui.038c4b4d536032472bc7.js → 7.ordering-ui.5657c6a53b3791887fd7.js} +2 -2
- package/_bundles/{8.ordering-ui.038c4b4d536032472bc7.js → 8.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/{9.ordering-ui.038c4b4d536032472bc7.js → 9.ordering-ui.5657c6a53b3791887fd7.js} +1 -1
- package/_bundles/ordering-ui.5657c6a53b3791887fd7.js +2 -0
- package/_modules/components/OrdersOption/styles.js +1 -1
- package/_modules/components/VerticalOrdersLayout/SingleOrderCard/index.js +15 -8
- package/_modules/components/VerticalOrdersLayout/styles.js +2 -2
- package/_modules/contexts/ThemeContext/index.js +1 -0
- package/_modules/themes/five/src/components/AddressList/index.js +8 -7
- package/_modules/themes/five/src/components/BusinessBasicInformation/index.js +28 -22
- package/_modules/themes/five/src/components/BusinessBasicInformation/styles.js +22 -21
- package/_modules/themes/five/src/components/BusinessController/index.js +5 -3
- package/_modules/themes/five/src/components/BusinessInformation/index.js +16 -10
- package/_modules/themes/five/src/components/BusinessItemAccordion/index.js +5 -8
- package/_modules/themes/five/src/components/BusinessListingSearch/index.js +93 -74
- package/_modules/themes/five/src/components/BusinessListingSearch/styles.js +10 -4
- package/_modules/themes/five/src/components/BusinessProductsCategories/index.js +7 -2
- package/_modules/themes/five/src/components/BusinessProductsCategories/styles.js +1 -1
- package/_modules/themes/five/src/components/BusinessProductsList/index.js +1 -1
- package/_modules/themes/five/src/components/BusinessProductsListing/index.js +38 -13
- package/_modules/themes/five/src/components/BusinessProductsListing/styles.js +20 -9
- package/_modules/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/index.js +35 -23
- package/_modules/themes/five/src/components/Cart/index.js +7 -3
- package/_modules/themes/five/src/components/Checkout/index.js +12 -11
- package/_modules/themes/five/src/components/Checkout/styles.js +8 -4
- package/_modules/themes/five/src/components/GiftCard/GiftCardUI/index.js +1 -0
- package/_modules/themes/five/src/components/GiftCard/PurchaseGiftCard/index.js +4 -3
- package/_modules/themes/five/src/components/GiftCard/PurchaseGiftCard/styles.js +14 -8
- package/_modules/themes/five/src/components/GiftCard/RedeemGiftCard/index.js +1 -1
- package/_modules/themes/five/src/components/Header/index.js +29 -21
- package/_modules/themes/five/src/components/Header/styles.js +44 -40
- package/_modules/themes/five/src/components/MultiCheckout/index.js +18 -16
- package/_modules/themes/five/src/components/MultiOrdersDetails/SingleOrderCard.js +6 -4
- package/_modules/themes/five/src/components/MyOrders/index.js +16 -10
- package/_modules/themes/five/src/components/MyOrders/styles.js +15 -12
- package/_modules/themes/five/src/components/OrderDetails/OrderEta.js +5 -2
- package/_modules/themes/five/src/components/OrderDetails/OrderHistory.js +2 -2
- package/_modules/themes/five/src/components/OrderDetails/index.js +2 -2
- package/_modules/themes/five/src/components/OrderItAgain/styles.js +1 -1
- package/_modules/themes/five/src/components/OrderProgress/index.js +15 -4
- package/_modules/themes/five/src/components/OrderTypeSelectorContent/index.js +16 -4
- package/_modules/themes/five/src/components/PageBanner/styles.js +1 -1
- package/_modules/themes/five/src/components/ProductForm/index.js +27 -7
- package/_modules/themes/five/src/components/ProductForm/styles.js +40 -31
- package/_modules/themes/five/src/components/ProductItemAccordion/index.js +6 -6
- package/_modules/themes/five/src/components/RenderProductsLayout/index.js +3 -3
- package/_modules/themes/five/src/components/ReviewProduct/index.js +9 -4
- package/_modules/themes/five/src/components/ServiceForm/index.js +22 -3
- package/_modules/themes/five/src/components/ServiceForm/styles.js +9 -3
- package/_modules/themes/five/src/components/SidebarMenu/index.js +19 -10
- package/_modules/themes/five/src/components/SignUpForm/index.js +56 -29
- package/_modules/themes/five/src/components/SingleOrderCard/index.js +1 -1
- package/_modules/themes/five/src/components/SingleOrderCard/styles.js +26 -24
- package/_modules/themes/five/src/components/SingleProductCard/layouts/original/index.js +9 -5
- package/_modules/themes/five/src/components/SingleProductCard/layouts/original/styles.js +2 -2
- package/_modules/themes/five/src/components/UpsellingPage/index.js +2 -1
- package/_modules/themes/five/src/components/UserFormDetails/index.js +58 -18
- package/_modules/themes/five/src/components/UserFormDetails/styles.js +7 -3
- package/_modules/themes/five/src/components/UserPopover/index.js +41 -25
- package/_modules/themes/five/src/components/UserProfileForm/index.js +19 -11
- package/_modules/themes/five/src/styles/Buttons/index.js +68 -58
- package/_modules/themes/five/src/styles/Inputs/index.js +40 -16
- package/_modules/utils/index.js +8 -2
- package/index.html +1 -1
- package/package.json +3 -2
- package/src/components/OrdersOption/styles.js +1 -0
- package/src/components/VerticalOrdersLayout/SingleOrderCard/index.js +35 -17
- package/src/components/VerticalOrdersLayout/styles.js +9 -0
- package/src/contexts/ThemeContext/index.js +1 -0
- package/src/themes/five/src/components/AddressList/index.js +6 -6
- package/src/themes/five/src/components/BusinessBasicInformation/index.js +24 -22
- package/src/themes/five/src/components/BusinessBasicInformation/styles.js +24 -3
- package/src/themes/five/src/components/BusinessController/index.js +4 -2
- package/src/themes/five/src/components/BusinessInformation/index.js +24 -12
- package/src/themes/five/src/components/BusinessItemAccordion/index.js +5 -6
- package/src/themes/five/src/components/BusinessListingSearch/index.js +127 -101
- package/src/themes/five/src/components/BusinessListingSearch/styles.js +15 -0
- package/src/themes/five/src/components/BusinessProductsCategories/index.js +7 -2
- package/src/themes/five/src/components/BusinessProductsCategories/styles.js +1 -1
- package/src/themes/five/src/components/BusinessProductsList/index.js +1 -1
- package/src/themes/five/src/components/BusinessProductsListing/index.js +34 -9
- package/src/themes/five/src/components/BusinessProductsListing/styles.js +26 -0
- package/src/themes/five/src/components/BusinessesListing/layouts/OriginalBusinessesListing/index.js +9 -2
- package/src/themes/five/src/components/Cart/index.js +3 -4
- package/src/themes/five/src/components/Checkout/index.js +18 -4
- package/src/themes/five/src/components/Checkout/styles.js +22 -0
- package/src/themes/five/src/components/GiftCard/GiftCardUI/index.js +1 -0
- package/src/themes/five/src/components/GiftCard/PurchaseGiftCard/index.js +41 -31
- package/src/themes/five/src/components/GiftCard/PurchaseGiftCard/styles.js +15 -4
- package/src/themes/five/src/components/GiftCard/RedeemGiftCard/index.js +2 -2
- package/src/themes/five/src/components/Header/index.js +17 -5
- package/src/themes/five/src/components/Header/styles.js +9 -6
- package/src/themes/five/src/components/MultiCheckout/index.js +9 -10
- package/src/themes/five/src/components/MultiOrdersDetails/SingleOrderCard.js +8 -5
- package/src/themes/five/src/components/MyOrders/index.js +13 -9
- package/src/themes/five/src/components/MyOrders/styles.js +3 -1
- package/src/themes/five/src/components/OrderDetails/OrderEta.js +3 -2
- package/src/themes/five/src/components/OrderDetails/OrderHistory.js +8 -2
- package/src/themes/five/src/components/OrderDetails/index.js +2 -2
- package/src/themes/five/src/components/OrderItAgain/styles.js +1 -1
- package/src/themes/five/src/components/OrderProgress/index.js +16 -5
- package/src/themes/five/src/components/OrderTypeSelectorContent/index.js +7 -4
- package/src/themes/five/src/components/PageBanner/styles.js +1 -4
- package/src/themes/five/src/components/ProductForm/index.js +23 -5
- package/src/themes/five/src/components/ProductForm/styles.js +36 -1
- package/src/themes/five/src/components/ProductItemAccordion/index.js +37 -29
- package/src/themes/five/src/components/RenderProductsLayout/index.js +3 -3
- package/src/themes/five/src/components/ReviewProduct/index.js +14 -6
- package/src/themes/five/src/components/ServiceForm/index.js +22 -4
- package/src/themes/five/src/components/ServiceForm/styles.js +16 -0
- package/src/themes/five/src/components/SidebarMenu/index.js +162 -144
- package/src/themes/five/src/components/SignUpForm/index.js +4 -3
- package/src/themes/five/src/components/SingleOrderCard/index.js +1 -1
- package/src/themes/five/src/components/SingleOrderCard/styles.js +9 -1
- package/src/themes/five/src/components/SingleProductCard/layouts/original/index.js +13 -3
- package/src/themes/five/src/components/SingleProductCard/layouts/original/styles.js +2 -2
- package/src/themes/five/src/components/UpsellingPage/index.js +1 -1
- package/src/themes/five/src/components/UserFormDetails/index.js +58 -14
- package/src/themes/five/src/components/UserFormDetails/styles.js +16 -0
- package/src/themes/five/src/components/UserPopover/index.js +26 -15
- package/src/themes/five/src/components/UserProfileForm/index.js +18 -9
- package/src/themes/five/src/styles/Buttons/index.js +11 -0
- package/src/themes/five/src/styles/Inputs/index.js +34 -0
- package/src/utils/index.js +5 -0
- package/template/app.js +5 -3
- package/template/theme.json +335 -24
- package/_bundles/ordering-ui.038c4b4d536032472bc7.js +0 -2
- /package/_bundles/{7.ordering-ui.038c4b4d536032472bc7.js.LICENSE.txt → 7.ordering-ui.5657c6a53b3791887fd7.js.LICENSE.txt} +0 -0
- /package/_bundles/{ordering-ui.038c4b4d536032472bc7.js.LICENSE.txt → ordering-ui.5657c6a53b3791887fd7.js.LICENSE.txt} +0 -0
|
@@ -53,6 +53,15 @@ export const SidebarMenu = (props) => {
|
|
|
53
53
|
|
|
54
54
|
const isWalletEnabled = configs?.cash_wallet?.value && configs?.wallet_enabled?.value === '1' && (configs?.wallet_cash_enabled?.value === '1' || configs?.wallet_credit_point_enabled?.value === '1')
|
|
55
55
|
const isPromotionsEnabled = configs?.advanced_offers_module?.value === '1' || configs?.advanced_offers_module?.value === true
|
|
56
|
+
const hideBrowse = theme?.bar_menu?.components?.browse?.hidden
|
|
57
|
+
const hideOrders = theme?.bar_menu?.components?.orders?.hidden
|
|
58
|
+
const hideProfile = theme?.bar_menu?.components?.profile?.hidden
|
|
59
|
+
const hideWallet = theme?.bar_menu?.components?.wallet?.hidden
|
|
60
|
+
const hideMessages = theme?.bar_menu?.components?.messages?.hidden
|
|
61
|
+
const hideHelp = theme?.bar_menu?.components?.help?.hidden
|
|
62
|
+
const hideFavorites = theme?.bar_menu?.components?.favortes?.hidden
|
|
63
|
+
const hideSession = theme?.bar_menu?.components?.sessions?.hidden
|
|
64
|
+
const hidePromotions = theme?.bar_menu?.components?.promotions?.hidden
|
|
56
65
|
|
|
57
66
|
const closeModal = () => {
|
|
58
67
|
setModalIsOpen(false)
|
|
@@ -195,38 +204,39 @@ export const SidebarMenu = (props) => {
|
|
|
195
204
|
</MenuLinkSeparator>
|
|
196
205
|
</WrappContent>
|
|
197
206
|
</MenuLink>
|
|
198
|
-
|
|
199
207
|
{auth && (
|
|
200
208
|
<>
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
<
|
|
206
|
-
|
|
207
|
-
window.location.pathname === '/business_search'
|
|
208
|
-
}
|
|
209
|
-
>
|
|
210
|
-
<BsSearch />
|
|
211
|
-
</MenuLinkIcon>
|
|
212
|
-
<MenuLinkText>
|
|
213
|
-
<TextInfo
|
|
209
|
+
{!hideBrowse && (
|
|
210
|
+
<MenuLink
|
|
211
|
+
onClick={() => handleGoToPage({ page: 'business_search' })}
|
|
212
|
+
>
|
|
213
|
+
<WrappContent>
|
|
214
|
+
<MenuLinkIcon
|
|
214
215
|
active={
|
|
215
216
|
window.location.pathname === '/business_search'
|
|
216
217
|
}
|
|
217
218
|
>
|
|
218
|
-
|
|
219
|
-
</
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
219
|
+
<BsSearch />
|
|
220
|
+
</MenuLinkIcon>
|
|
221
|
+
<MenuLinkText>
|
|
222
|
+
<TextInfo
|
|
223
|
+
active={
|
|
224
|
+
window.location.pathname === '/business_search'
|
|
225
|
+
}
|
|
226
|
+
>
|
|
227
|
+
{t('BROWSE_SEARCH', 'Browse & Search')}
|
|
228
|
+
</TextInfo>
|
|
229
|
+
</MenuLinkText>
|
|
230
|
+
<MenuLinkSeparator>
|
|
231
|
+
<div>
|
|
232
|
+
<hr />
|
|
233
|
+
</div>
|
|
234
|
+
</MenuLinkSeparator>
|
|
235
|
+
</WrappContent>
|
|
236
|
+
</MenuLink>
|
|
237
|
+
)}
|
|
228
238
|
{
|
|
229
|
-
!isCustomerMode && (
|
|
239
|
+
!isCustomerMode && !hideOrders && (
|
|
230
240
|
<MenuLink
|
|
231
241
|
onClick={() => handleGoToPage({ page: 'orders' })}
|
|
232
242
|
>
|
|
@@ -256,34 +266,36 @@ export const SidebarMenu = (props) => {
|
|
|
256
266
|
</MenuLink>
|
|
257
267
|
)
|
|
258
268
|
}
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
<
|
|
264
|
-
|
|
265
|
-
window.location.pathname === '/profile'
|
|
266
|
-
}
|
|
267
|
-
>
|
|
268
|
-
<FaRegAddressCard />
|
|
269
|
-
</MenuLinkIcon>
|
|
270
|
-
<MenuLinkText>
|
|
271
|
-
<TextInfo
|
|
269
|
+
{!hideProfile && (
|
|
270
|
+
<MenuLink
|
|
271
|
+
onClick={() => handleGoToPage({ page: 'profile' })}
|
|
272
|
+
>
|
|
273
|
+
<WrappContent>
|
|
274
|
+
<MenuLinkIcon
|
|
272
275
|
active={
|
|
273
276
|
window.location.pathname === '/profile'
|
|
274
277
|
}
|
|
275
278
|
>
|
|
276
|
-
|
|
277
|
-
</
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
279
|
+
<FaRegAddressCard />
|
|
280
|
+
</MenuLinkIcon>
|
|
281
|
+
<MenuLinkText>
|
|
282
|
+
<TextInfo
|
|
283
|
+
active={
|
|
284
|
+
window.location.pathname === '/profile'
|
|
285
|
+
}
|
|
286
|
+
>
|
|
287
|
+
{t('VIEW_ACCOUNT', 'View account')}
|
|
288
|
+
</TextInfo>
|
|
289
|
+
</MenuLinkText>
|
|
290
|
+
<MenuLinkSeparator>
|
|
291
|
+
<div>
|
|
292
|
+
<hr />
|
|
293
|
+
</div>
|
|
294
|
+
</MenuLinkSeparator>
|
|
295
|
+
</WrappContent>
|
|
296
|
+
</MenuLink>
|
|
297
|
+
)}
|
|
298
|
+
{isWalletEnabled && !hideWallet && (
|
|
287
299
|
<MenuLink
|
|
288
300
|
onClick={() => handleGoToPage({ page: 'wallets' })}
|
|
289
301
|
>
|
|
@@ -312,7 +324,7 @@ export const SidebarMenu = (props) => {
|
|
|
312
324
|
</WrappContent>
|
|
313
325
|
</MenuLink>
|
|
314
326
|
)}
|
|
315
|
-
{isPromotionsEnabled && (
|
|
327
|
+
{isPromotionsEnabled && !hidePromotions && (
|
|
316
328
|
<MenuLink
|
|
317
329
|
onClick={() => handleGoToPage({ page: 'promotions' })}
|
|
318
330
|
>
|
|
@@ -341,116 +353,122 @@ export const SidebarMenu = (props) => {
|
|
|
341
353
|
</WrappContent>
|
|
342
354
|
</MenuLink>
|
|
343
355
|
)}
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
active={
|
|
351
|
-
window.location.pathname === '/messages'
|
|
352
|
-
}
|
|
353
|
-
>
|
|
354
|
-
<BiMessageDetail />
|
|
355
|
-
</MenuLinkIcon>
|
|
356
|
-
<MenuLinkText>
|
|
357
|
-
<TextInfo
|
|
356
|
+
{!hideMessages && (
|
|
357
|
+
<MenuLink
|
|
358
|
+
onClick={() => handleGoToPage({ page: 'messages' })}
|
|
359
|
+
>
|
|
360
|
+
<WrappContent>
|
|
361
|
+
<MenuLinkIcon
|
|
358
362
|
active={
|
|
359
363
|
window.location.pathname === '/messages'
|
|
360
364
|
}
|
|
361
365
|
>
|
|
362
|
-
|
|
363
|
-
</
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
366
|
+
<BiMessageDetail />
|
|
367
|
+
</MenuLinkIcon>
|
|
368
|
+
<MenuLinkText>
|
|
369
|
+
<TextInfo
|
|
370
|
+
active={
|
|
371
|
+
window.location.pathname === '/messages'
|
|
372
|
+
}
|
|
373
|
+
>
|
|
374
|
+
{t('MESSAGES', 'Messages')}
|
|
375
|
+
</TextInfo>
|
|
376
|
+
</MenuLinkText>
|
|
377
|
+
<MenuLinkSeparator>
|
|
378
|
+
<div>
|
|
379
|
+
<hr />
|
|
380
|
+
</div>
|
|
381
|
+
</MenuLinkSeparator>
|
|
382
|
+
</WrappContent>
|
|
383
|
+
</MenuLink>
|
|
384
|
+
)}
|
|
385
|
+
{!hideHelp && (
|
|
386
|
+
<MenuLink
|
|
387
|
+
onClick={() => handleGoToPage({ page: 'help' })}
|
|
388
|
+
>
|
|
389
|
+
<WrappContent>
|
|
390
|
+
<MenuLinkIcon
|
|
386
391
|
active={
|
|
387
392
|
window.location.pathname === '/help'
|
|
388
393
|
}
|
|
389
394
|
>
|
|
390
|
-
|
|
391
|
-
</
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
395
|
+
<BiHelpCircle />
|
|
396
|
+
</MenuLinkIcon>
|
|
397
|
+
<MenuLinkText>
|
|
398
|
+
<TextInfo
|
|
399
|
+
active={
|
|
400
|
+
window.location.pathname === '/help'
|
|
401
|
+
}
|
|
402
|
+
>
|
|
403
|
+
{t('HELP', 'help')}
|
|
404
|
+
</TextInfo>
|
|
405
|
+
</MenuLinkText>
|
|
406
|
+
<MenuLinkSeparator>
|
|
407
|
+
<div>
|
|
408
|
+
<hr />
|
|
409
|
+
</div>
|
|
410
|
+
</MenuLinkSeparator>
|
|
411
|
+
</WrappContent>
|
|
412
|
+
</MenuLink>
|
|
413
|
+
)}
|
|
414
|
+
{!hideSession && (
|
|
415
|
+
<MenuLink
|
|
416
|
+
onClick={() => handleGoToPage({ page: 'sessions' })}
|
|
417
|
+
>
|
|
418
|
+
<WrappContent>
|
|
419
|
+
<MenuLinkIcon
|
|
413
420
|
active={
|
|
414
421
|
window.location.pathname === '/sessions'
|
|
415
422
|
}
|
|
416
423
|
>
|
|
417
|
-
|
|
418
|
-
</
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
424
|
+
<SiJsonwebtokens />
|
|
425
|
+
</MenuLinkIcon>
|
|
426
|
+
<MenuLinkText>
|
|
427
|
+
<TextInfo
|
|
428
|
+
active={
|
|
429
|
+
window.location.pathname === '/sessions'
|
|
430
|
+
}
|
|
431
|
+
>
|
|
432
|
+
{t('SESSIONS', 'Sessions')}
|
|
433
|
+
</TextInfo>
|
|
434
|
+
</MenuLinkText>
|
|
435
|
+
<MenuLinkSeparator>
|
|
436
|
+
<div>
|
|
437
|
+
<hr />
|
|
438
|
+
</div>
|
|
439
|
+
</MenuLinkSeparator>
|
|
440
|
+
</WrappContent>
|
|
441
|
+
</MenuLink>
|
|
442
|
+
)}
|
|
443
|
+
{!hideFavorites && (
|
|
444
|
+
<MenuLink
|
|
445
|
+
onClick={() => handleGoToPage({ page: 'favorite' })}
|
|
446
|
+
>
|
|
447
|
+
<WrappContent>
|
|
448
|
+
<MenuLinkIcon
|
|
440
449
|
active={
|
|
441
450
|
window.location.pathname === '/favorite'
|
|
442
451
|
}
|
|
443
452
|
>
|
|
444
|
-
|
|
445
|
-
</
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
453
|
+
<Heart />
|
|
454
|
+
</MenuLinkIcon>
|
|
455
|
+
<MenuLinkText>
|
|
456
|
+
<TextInfo
|
|
457
|
+
active={
|
|
458
|
+
window.location.pathname === '/favorite'
|
|
459
|
+
}
|
|
460
|
+
>
|
|
461
|
+
{t('FAVORITES', 'Favorites')}
|
|
462
|
+
</TextInfo>
|
|
463
|
+
</MenuLinkText>
|
|
464
|
+
<MenuLinkSeparator>
|
|
465
|
+
<div>
|
|
466
|
+
<hr />
|
|
467
|
+
</div>
|
|
468
|
+
</MenuLinkSeparator>
|
|
469
|
+
</WrappContent>
|
|
470
|
+
</MenuLink>
|
|
471
|
+
)}
|
|
454
472
|
<LogoutButton onCustomClick={() => actionSidebar(false)} />
|
|
455
473
|
</>
|
|
456
474
|
)}
|
|
@@ -96,7 +96,8 @@ const SignUpFormUI = (props) => {
|
|
|
96
96
|
signUpTab,
|
|
97
97
|
useSignUpFullDetails,
|
|
98
98
|
useSignUpOtpEmail,
|
|
99
|
-
useSignUpOtpCellphone
|
|
99
|
+
useSignUpOtpCellphone,
|
|
100
|
+
isGuest
|
|
100
101
|
} = props
|
|
101
102
|
const [, t] = useLanguage()
|
|
102
103
|
const [, { showToast }] = useToast()
|
|
@@ -182,7 +183,7 @@ const SignUpFormUI = (props) => {
|
|
|
182
183
|
formMethods.clearErrors()
|
|
183
184
|
}
|
|
184
185
|
|
|
185
|
-
const onSubmit = () => {
|
|
186
|
+
const onSubmit = async () => {
|
|
186
187
|
const isPhoneNumberValid = userPhoneNumber ? isValidPhoneNumber : true
|
|
187
188
|
if (!userPhoneNumber &&
|
|
188
189
|
((validationFields?.fields?.checkout?.cellphone?.enabled &&
|
|
@@ -653,7 +654,7 @@ const SignUpFormUI = (props) => {
|
|
|
653
654
|
{elementLinkToLogin}
|
|
654
655
|
</RedirectLink>
|
|
655
656
|
)}
|
|
656
|
-
{Object.keys(configs).length > 0 && (
|
|
657
|
+
{Object.keys(configs).length > 0 && !isGuest && (
|
|
657
658
|
configs?.business_signup_allow?.value === '1' || configs?.driver_signup_allow?.value === '1'
|
|
658
659
|
) && !isCustomerMode &&
|
|
659
660
|
(
|
|
@@ -266,7 +266,7 @@ const SingleOrderCardUI = (props) => {
|
|
|
266
266
|
{t('REVIEW', 'Review')}
|
|
267
267
|
</Button>
|
|
268
268
|
)}
|
|
269
|
-
{order.cart && !hideReorderButton && (
|
|
269
|
+
{order.cart && typeof order?.id === 'number' && !hideReorderButton && (
|
|
270
270
|
<Button color='primary' className='reorder' outline onClick={() => handleClickReorder(order)}>
|
|
271
271
|
{cartState?.loading ? t('LOADING', 'Loading...') : t('REORDER', 'Reorder')}
|
|
272
272
|
</Button>
|
|
@@ -6,10 +6,17 @@ export const Container = styled.div`
|
|
|
6
6
|
margin: 10px 0;
|
|
7
7
|
position: relative;
|
|
8
8
|
background: white;
|
|
9
|
-
border-radius: 16px;
|
|
10
9
|
display: inline-block;
|
|
11
10
|
text-align: left;
|
|
12
11
|
transition: all 0.3s ease;
|
|
12
|
+
padding: 10px;
|
|
13
|
+
border-radius: 8px;
|
|
14
|
+
|
|
15
|
+
${props => props.theme.rtl ? css`
|
|
16
|
+
margin-left: 15px;
|
|
17
|
+
` : css`
|
|
18
|
+
margin-right: 15px;
|
|
19
|
+
`}
|
|
13
20
|
|
|
14
21
|
> span {
|
|
15
22
|
display: flex;
|
|
@@ -56,6 +63,7 @@ export const Container = styled.div`
|
|
|
56
63
|
|
|
57
64
|
@media (min-width: 768px) {
|
|
58
65
|
margin: 10px;
|
|
66
|
+
border-radius: 16px;
|
|
59
67
|
}
|
|
60
68
|
|
|
61
69
|
@media(min-width: 993px){
|
|
@@ -43,7 +43,8 @@ const SingleProductCardUI = (props) => {
|
|
|
43
43
|
productAddedToCartLength,
|
|
44
44
|
handleFavoriteProduct,
|
|
45
45
|
isFavorite,
|
|
46
|
-
isPreviously
|
|
46
|
+
isPreviously,
|
|
47
|
+
viewString
|
|
47
48
|
} = props
|
|
48
49
|
|
|
49
50
|
const [, t] = useLanguage()
|
|
@@ -72,6 +73,11 @@ const SingleProductCardUI = (props) => {
|
|
|
72
73
|
const maxCartProductConfig = (stateConfig.configs.max_product_amount ? parseInt(stateConfig.configs.max_product_amount) : 100) - totalBalance
|
|
73
74
|
|
|
74
75
|
const hideAddButton = theme?.business_view?.components?.products?.components?.add_to_cart_button?.hidden ?? true
|
|
76
|
+
const hideProductDescription = theme?.business_view?.components?.products?.components?.product?.components?.description?.hidden
|
|
77
|
+
const hideProductLogo = viewString
|
|
78
|
+
? theme?.[viewString]?.components?.cart?.components?.products?.image?.hidden
|
|
79
|
+
: theme?.business_view?.components?.products?.components?.product?.components?.image?.hidden
|
|
80
|
+
|
|
75
81
|
// const productsRows = theme?.layouts?.business_view?.components?.products?.components?.layout?.rows
|
|
76
82
|
|
|
77
83
|
let maxCartProductInventory = (product?.inventoried ? product?.quantity : undefined) - totalBalance
|
|
@@ -186,12 +192,16 @@ const SingleProductCardUI = (props) => {
|
|
|
186
192
|
) : (
|
|
187
193
|
<Skeleton width={100} />
|
|
188
194
|
)}
|
|
189
|
-
{!
|
|
195
|
+
{!hideProductDescription && (
|
|
196
|
+
<>
|
|
197
|
+
{!isSkeleton ? (<p>{product?.description}</p>) : (<Skeleton width={100} />)}
|
|
198
|
+
</>
|
|
199
|
+
)}
|
|
190
200
|
{isPreviously && (!isSkeleton ? (<LastOrder>{t('LAST_ORDERED_ON', 'Last ordered on')} {parseDate(product?.last_ordered_date, { outputFormat: 'MMM DD, YYYY' })}</LastOrder>) : (<Skeleton width={80} />))}
|
|
191
201
|
</CardInfo>
|
|
192
202
|
{!isSkeleton ? (
|
|
193
203
|
<WrapLogo
|
|
194
|
-
isBgimage={optimizeImage(product?.images || theme?.images?.dummies?.product, 'h_86,c_limit')}
|
|
204
|
+
isBgimage={optimizeImage(!hideProductLogo ? product?.images || theme?.images?.dummies?.product : '', 'h_86,c_limit')}
|
|
195
205
|
>
|
|
196
206
|
{product?.ribbon?.enabled && (
|
|
197
207
|
<RibbonBox
|
|
@@ -36,10 +36,10 @@ export const CardContainer = styled.div`
|
|
|
36
36
|
}
|
|
37
37
|
${({ productsRows }) => productsRows ? css`
|
|
38
38
|
width: ${() => productsRows === 3 ? 'calc(33% - 20px)' : 'calc(50% - 20px)'};
|
|
39
|
-
margin: 10px;
|
|
39
|
+
margin: 10px 0;
|
|
40
40
|
` : css`
|
|
41
41
|
width: 100%;
|
|
42
|
-
margin: 10px;
|
|
42
|
+
margin: 10px 0;
|
|
43
43
|
@media (min-width: 576px) {
|
|
44
44
|
margin: 10px;
|
|
45
45
|
width: calc(100% - 20px);
|
|
@@ -131,7 +131,7 @@ const UpsellingPageUI = (props) => {
|
|
|
131
131
|
<HorizontalUpsellingContainer>
|
|
132
132
|
{
|
|
133
133
|
!upsellingProducts.loading ? (
|
|
134
|
-
<AutoScroll scrollId='upSelling'>
|
|
134
|
+
<AutoScroll scrollId='upSelling' isColumnMode={upsellingProducts.products.length === 1}>
|
|
135
135
|
{
|
|
136
136
|
(!upsellingProducts.error && upsellingProducts.products.length > 0) ? upsellingProducts.products.map((product, i) => (
|
|
137
137
|
<HorizontalItem key={product.id} name={product.name}>
|
|
@@ -4,6 +4,7 @@ import { useSession, useLanguage, useCustomer, useConfig, useOrderingTheme } fro
|
|
|
4
4
|
import { useForm } from 'react-hook-form'
|
|
5
5
|
import parsePhoneNumber from 'libphonenumber-js'
|
|
6
6
|
import { useTheme } from 'styled-components'
|
|
7
|
+
import { SignUpForm } from '../SignUpForm'
|
|
7
8
|
|
|
8
9
|
import {
|
|
9
10
|
FormInput,
|
|
@@ -14,7 +15,8 @@ import {
|
|
|
14
15
|
InputPhoneNumberWrapper,
|
|
15
16
|
LanguageSelectorWrapper,
|
|
16
17
|
SwitchWrapper,
|
|
17
|
-
NotificationsGroupSwitchWrapper
|
|
18
|
+
NotificationsGroupSwitchWrapper,
|
|
19
|
+
TextLinkWrapper
|
|
18
20
|
} from './styles'
|
|
19
21
|
|
|
20
22
|
import { Switch } from '../../../../../styles/Switch'
|
|
@@ -26,6 +28,7 @@ import { LanguageSelector } from '../../../../../components/LanguageSelector'
|
|
|
26
28
|
import { Alert } from '../Confirm'
|
|
27
29
|
import { sortInputFields } from '../../../../../utils'
|
|
28
30
|
import { Checkbox } from '../../../../../styles/Checkbox'
|
|
31
|
+
import Modal from '../Modal'
|
|
29
32
|
|
|
30
33
|
export const UserFormDetailsUI = (props) => {
|
|
31
34
|
const {
|
|
@@ -46,24 +49,26 @@ export const UserFormDetailsUI = (props) => {
|
|
|
46
49
|
handleChangePromotions,
|
|
47
50
|
isOldLayout,
|
|
48
51
|
requiredFields,
|
|
49
|
-
handleChangeNotifications
|
|
52
|
+
handleChangeNotifications,
|
|
53
|
+
handlePlaceOrderAsGuest
|
|
50
54
|
} = props
|
|
51
55
|
|
|
52
56
|
const formMethods = useForm()
|
|
53
57
|
const [, t] = useLanguage()
|
|
54
58
|
const [{ configs }] = useConfig()
|
|
55
59
|
const theme = useTheme()
|
|
56
|
-
const [{ user: userSession }] = useSession()
|
|
60
|
+
const [{ user: userSession }, { login }] = useSession()
|
|
57
61
|
const [orderingTheme] = useOrderingTheme()
|
|
58
62
|
const [isValidPhoneNumber, setIsValidPhoneNumber] = useState(null)
|
|
59
63
|
const [userPhoneNumber, setUserPhoneNumber] = useState(null)
|
|
60
64
|
const [alertState, setAlertState] = useState({ open: false, content: [] })
|
|
61
65
|
const [, { setUserCustomer }] = useCustomer()
|
|
62
66
|
const [isChanged, setIsChanged] = useState(false)
|
|
67
|
+
const [modalIsOpen, setModalIsOpen] = useState(false)
|
|
63
68
|
const emailInput = useRef(null)
|
|
64
|
-
|
|
69
|
+
|
|
65
70
|
const user = userData || userSession
|
|
66
|
-
|
|
71
|
+
|
|
67
72
|
const [notificationList, setNotificationList] = useState({
|
|
68
73
|
email: formState?.result?.result
|
|
69
74
|
? !!formState?.result?.result?.settings?.email?.newsletter
|
|
@@ -75,12 +80,12 @@ export const UserFormDetailsUI = (props) => {
|
|
|
75
80
|
? !!formState?.result?.result?.settings?.notification?.newsletter
|
|
76
81
|
: !!(formState?.changes?.settings?.notification?.newsletter ?? (user && user?.settings?.notification?.newsletter))
|
|
77
82
|
})
|
|
78
|
-
|
|
79
|
-
const showCustomerCellphone = !
|
|
80
|
-
const showCustomerPassword = !
|
|
81
|
-
const showCustomerPromotions = !
|
|
82
|
-
const showLangauges = !
|
|
83
|
-
const showNotifications = !
|
|
83
|
+
|
|
84
|
+
const showCustomerCellphone = !theme?.profile?.components?.cellphone?.hidden
|
|
85
|
+
const showCustomerPassword = !theme?.profile?.components?.password?.hidden
|
|
86
|
+
const showCustomerPromotions = !theme?.profile?.components?.promotions?.hidden
|
|
87
|
+
const showLangauges = !theme?.profile?.components?.languages?.hidden
|
|
88
|
+
const showNotifications = !theme?.profile?.components?.notification_settings?.hidden
|
|
84
89
|
|
|
85
90
|
const closeAlert = () => {
|
|
86
91
|
setAlertState({
|
|
@@ -90,6 +95,14 @@ export const UserFormDetailsUI = (props) => {
|
|
|
90
95
|
cleanFormState && cleanFormState({ result: { error: false } })
|
|
91
96
|
}
|
|
92
97
|
|
|
98
|
+
const handleSuccessSignup = (user) => {
|
|
99
|
+
login({
|
|
100
|
+
user,
|
|
101
|
+
token: user?.session?.access_token
|
|
102
|
+
})
|
|
103
|
+
handlePlaceOrderAsGuest && handlePlaceOrderAsGuest()
|
|
104
|
+
}
|
|
105
|
+
|
|
93
106
|
const showInputPhoneNumber = validationFields?.fields?.checkout?.cellphone?.enabled ?? false
|
|
94
107
|
|
|
95
108
|
const setUserCellPhone = (isEdit = false) => {
|
|
@@ -275,9 +288,9 @@ export const UserFormDetailsUI = (props) => {
|
|
|
275
288
|
})
|
|
276
289
|
}
|
|
277
290
|
|
|
278
|
-
useEffect(()=> {
|
|
291
|
+
useEffect(() => {
|
|
279
292
|
isEdit && handleChangeNotifications(notificationList)
|
|
280
|
-
},[notificationList])
|
|
293
|
+
}, [notificationList])
|
|
281
294
|
|
|
282
295
|
return (
|
|
283
296
|
<>
|
|
@@ -453,7 +466,7 @@ export const UserFormDetailsUI = (props) => {
|
|
|
453
466
|
{formState.loading ? t('UPDATING', 'Updating...') : t('UPDATE', 'Update')}
|
|
454
467
|
</Button>
|
|
455
468
|
)}
|
|
456
|
-
{requiredFields && (
|
|
469
|
+
{requiredFields && !userSession?.guest_id && (
|
|
457
470
|
<Button
|
|
458
471
|
id='form-btn'
|
|
459
472
|
color='primary'
|
|
@@ -464,6 +477,24 @@ export const UserFormDetailsUI = (props) => {
|
|
|
464
477
|
</Button>
|
|
465
478
|
)}
|
|
466
479
|
</ActionsForm>
|
|
480
|
+
{requiredFields && isCheckout && userSession?.guest_id && (
|
|
481
|
+
<>
|
|
482
|
+
<Button
|
|
483
|
+
id='form-btn'
|
|
484
|
+
color='primary'
|
|
485
|
+
type='button'
|
|
486
|
+
onClick={() => setModalIsOpen(true)}
|
|
487
|
+
disabled={formState.loading}
|
|
488
|
+
>
|
|
489
|
+
{formState.loading ? t('UPDATING', 'Updating...') : t('SIGN_UP_AND_PLACE_ORDER', 'Sign up and place order')}
|
|
490
|
+
</Button>
|
|
491
|
+
<TextLinkWrapper>
|
|
492
|
+
<span onClick={() => handlePlaceOrderAsGuest()}>
|
|
493
|
+
{t('PLACE_ORDER_AS_GUEST', 'Place order as guest')}
|
|
494
|
+
</span>
|
|
495
|
+
</TextLinkWrapper>
|
|
496
|
+
</>
|
|
497
|
+
)}
|
|
467
498
|
</>
|
|
468
499
|
) : (
|
|
469
500
|
<SkeletonForm>
|
|
@@ -482,6 +513,19 @@ export const UserFormDetailsUI = (props) => {
|
|
|
482
513
|
onAccept={() => closeAlert()}
|
|
483
514
|
closeOnBackdrop={false}
|
|
484
515
|
/>
|
|
516
|
+
<Modal
|
|
517
|
+
open={modalIsOpen}
|
|
518
|
+
onClose={() => setModalIsOpen(false)}
|
|
519
|
+
width='760px'
|
|
520
|
+
>
|
|
521
|
+
<SignUpForm
|
|
522
|
+
useLoginByCellphone
|
|
523
|
+
useChekoutFileds
|
|
524
|
+
handleSuccessSignup={handleSuccessSignup}
|
|
525
|
+
isPopup
|
|
526
|
+
isGuest
|
|
527
|
+
/>
|
|
528
|
+
</Modal>
|
|
485
529
|
{props.afterComponents?.map((AfterComponent, i) => (
|
|
486
530
|
<AfterComponent key={i} {...props} />))}
|
|
487
531
|
{props.afterElements?.map((AfterElement, i) => (
|