diff --git a/packages/global-b3/index.ts b/packages/global-b3/index.ts index da9c48d9..4122efca 100644 --- a/packages/global-b3/index.ts +++ b/packages/global-b3/index.ts @@ -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',