We can change the order of the Menu Tree in My Account using the extension only for mobile devices. Here we are using the index value for sorting.
Tag: my account
How to change the My Account section menu tree items order ?
We can change the My Account section menu tree order in simple way. Update below mentioned code in menu-tree.scss Update below mentioned code in menu-tree-node.scss. Here we set the order for each item. After that deploy theme
Requirements to create new section ‘Customer Statement’ in the overview page using child view in extenion .
We can create new section (‘Customer Statement’) in Overview page by using childview in extension. Here we display the Print Statement from MyAccount section. Extension: Template: <div data-view=”Overview.statement” ></div>
Allow users to change their email address from the website – Old versions (Denali)
Option to change the email address for users from the website. There will be a Change address option. Enter the details for the new email address and proceed. It will show a success message and two emails will be sent one to the old email address as a notification and one to the new email… Continue reading Allow users to change their email address from the website – Old versions (Denali)