Requisites:
- Custom My Account folder is already populated with files copied from the Reference My Account folder.
- Setup > Site Builder > Set Up Web Site > Touch Points tab:
Name: View Customer Center
SSP Application: Custom My Account
- Go to Documents > Files > File Cabinet.
- Navigate to Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. - My Account > Custom My Account > js > src > app > modules > Profile.Router.js.
- Edit the file and look for the code snippet below:
- Change the number 3 in "view.recentOrders = orderCollection.models.slice(0, 3);" to your preferred number. For example, view.recentOrders = orderCollection.models.slice(0, 10); will change the number of recent orders shown to 10.
- Save.
You may need to close all browser sessions and start a new one to ensure if the changes have taken effect.
No comments:
Post a Comment