Deliverables: The implementer will remove the “Make this my default billing address and default shipping address” checkboxes from the below listed locations on the webstore: Address section in the overview page (My account) Add Address section in the Address book (My account) Edit Address form section in the Address book (My account) Add Address section… Continue reading Make the billing and shipping addresses view-only and prevent the default addresses from changing after each order.
Tag: my account
How to change the order of the Menu Tree in My Account section using extension only for mobile devices.
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.
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)