Skip to content

Commit

Permalink
fix: junior can add to cart on b2b editon themes
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlLiu2023 authored and BrianJiang2021 committed Jul 11, 2023
1 parent eebdc22 commit d7a2920
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"]',
'[href="/cart.php"], #form-action-addToCart, [data-button-type="add-cart"], [data-event-type="product-click"], .card-body a',
'dom.productView': '.productView',
before_login_goto_page: '/account.php?action=order_status',
checkout_super_clear_session: 'true',
Expand Down

0 comments on commit d7a2920

Please sign in to comment.