Replace Default Image Displayed for Items with no Images in Reference My Account
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
Steps:
- Navigate to Documents > Files > File Cabinet.
- Navigate to Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. - My Account > Custom My Account > img.
- Click on Add File to add your own image to the folder. Take note of the file name (e.g. my_own_no_image.jpg).
- Navigate to Web Site Hosting Files > Live Hosting Files > SSP Applications > NetSuite Inc. - My Account > Custom My Account > js > src > app > Configuration.js.
- Edit the file and look for the comment "// url for the not available image"
- Set the imageNotAvailable object with the path to your own image. For example:
imageNotAvailable: _.getAbsoluteUrl('img/my_own_no_image.jpg')
- Save.
You may need to close all browser sessions and start a new one to test if the changes have taken effect.
No comments:
Post a Comment