B2B
Installation Method
npx @akinon/projectzero@latest --pluginsSetup Instructions
Routes
enum ACCOUNT_ROUTES {
...,
ACCOUNT_MY_QUOTATIONS = '/users/my-quotations'
}Account Menu
const ACCOUNT_MENU_ITEMS = [
...,
{
translationKey: 'account.base.menu.my_quotations',
href: ROUTES.ACCOUNT_MY_QUOTATIONS,
testId: 'account-my-quotations',
},
];Translations
Account Menu
Store Select Modal
Basket
Rewrite URLs
Enable the Plugin
Product Page Integration
Add imports
Add useB2b hook
Add open modal button
Add the end in the return
Last updated
Was this helpful?

