Skip to content

Commit

Permalink
fix: buyer portal loading issue 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 4c87f38 commit 509bc93
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/global-b3/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ const localConfig = () => {
}

const globalB3 = {
'dom.registerElement': '[href^="/login.php"], #checkout-customer-login',
'dom.registerElement':
'[href^="/login.php"], #checkout-customer-login, [href="/login.php"] .navUser-item-loginLabel',
'dom.registerUrl': '/registered',
'dom.allOtherElement': '[href^="/account.php"]',
'dom.allOtherElement':
'[href^="/account.php"], [href^="/account.php"] .navUser-item-accountLabel',
'dom.checkoutRegisterParentElement': '#checkout-app',
'dom.navUserLoginElement': '.navUser-item.navUser-item--account',
'dom.setToQuote': '#form-action-addToCart',
Expand Down

0 comments on commit 509bc93

Please sign in to comment.