Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Multiple Images on Item Template
Hey everybody,
I want to allow our customers to view an extra-large image of products when they get to the item drilldown, by clicking & expanding a hidden <div> tab or by using a javascript pop-up. I have set up the proper custom item field (type set to image) and uploaded a large image for my test item. I reference the field by using the following tag:
<%=getCurrentAttribute("item", "custitemimglarge")%>
Yesterday, the system was returning an error that said it was unable to find the field. Today, it is actually displaying the site-relative URL to the image in our filecabinet instead of the image itself. What am I missing here?