Skip to content

Commit

Permalink
fix: junior show images
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianJiang2021 authored and libruce committed Dec 27, 2023
1 parent 1a3d944 commit 2cded87
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 @@ -68,7 +68,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, [data-emthemesmodez-cart-item-add]',
'[href="/cart.php"], #form-action-addToCart, [data-button-type="add-cart"], [data-emthemesmodez-cart-item-add]',
'dom.productView': '.productView',
'dom.register': '[href^="/login.php?action=create_account"]',
before_login_goto_page: '/account.php?action=order_status',
Expand Down

0 comments on commit 2cded87

Please sign in to comment.