Display Item Options of matrix items on webstore
Step-by-step guide
Simple Solution
- Create a Folder in the File Cabinet, following naming conventions.
- Upload images for item options icons (e.g. S,M,L etc.)
- For best practice, upload the images on a folder under the Website Hosting Files > Live Hosting Files
- Adding the images there, also following naming conventions.
- For naming convention, can use the ID from the item options
- Customizing the Item Drilldown Template to pull images out of naming conventions.
- Edit the theme (Setup > Site Builder > Setup Web Site > Appearance tab > Default Item Drilldown Template)
- You may edit the Item Drilldown Template by going to Setup > Site Builder > Item/Category Template
- Enhance the page with JQuery events for clicks and changes.
- Start with JQuery script
- On the script, add values on the options, put up the images; add event on the click on of images
- Create the script separately and put that on the template (together with the HTML)
- Complex solution
- Turn all lists into Custom Record types. Creating a field for “image thumbnail” in it, along with the value.
- Creating all values in the list, adding the images.
- Customizing the Item drill down Template. Utilizing a SuiteScript to pull the images.
- And enhance the page with JQuery events for clicks and changes.
**If you need further assistance, other options can be:
a. SCMO contract with NetSuite or
b. Partner engagement (ERP Guru would be the best recommendation)
Related articles