Skip to content

Commit

Permalink
fix: junior can view add to cart on super market theme
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlLiu2023 authored and BrianJiang2021 committed Jul 11, 2023
1 parent 8d7e267 commit ef16489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/global-b3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const globalB3 = {
'dom.cartActions.container': '.cart-actions',
'dom.openB3Checkout': 'checkout-customer-continue',
'dom.cartElement':
'[href="/cart.php"], #form-action-addToCart, [data-button-type="add-cart"], [data-event-type="product-click"], .card-body a',
'[href="/cart.php"], #form-action-addToCart, [data-button-type="add-cart"], [data-event-type="product-click"], .card-body a, [data-emthemesmodez-cart-item-add]',
'dom.productView': '.productView',
before_login_goto_page: '/account.php?action=order_status',
checkout_super_clear_session: 'true',
Expand Down

0 comments on commit ef16489

Please sign in to comment.