Sunday, December 30, 2018

Modify the links in the Settings portlet in the My Account page


Modifying the Settings portlet links still not available.

We are trying to address this in Enhancement# 165613 - Customize Webstore Settings Portlet.

An alternate solution would be to remove the Settings portlet in the My Account page and recreate the links.

Below is the suggested setup:

1. Setup > Site Builder > Themes > edit the theme being used
2. In the "Addition to <head>" input the following within the STYLE tags:
   2.1. #handle_portlet_-517 {display:none;}
   2.2. ID handle_portlet_-517 is specific to the Settings portlet so no other fields will be affected
3. Click Save

The Settings portlet should now be hidden. User can then create hyperlinks:

1. Setup > Site Builder > Themes > edit the theme being used
2. Under the Body tab > Left Side Navigation Template, include the following:
   2.1. <a href="https://checkout.netsuite.com/app/center/changepwd.nl">Change Email/Password</a>
   2.2. <a href="https://checkout.netsuite.com/app/center/pwdreset.nl">Update Security Questions</a>
3. Click Save

The following links will then display in the other web store tabs. The customer can then opt to recreate the Left Side Navigation template or remove it completely by using Tag substitutions on the said tabs (Lists > Web Site > Tabs > Edit tab > Tag Substitution tab)

No comments:

Post a Comment