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!
Gift certificate tags
We want to display a gift certificate in an info item. The gift certificate internal ID is 324.
When using getAttribute methods from a hosted html page it works fine, we can display the GC name, price and the form to add to a cart.
When we use the same methods in the info item detailed description no one works except <%=getAttribute('item',324,'addtocarthtml')%> which indeed displays the GC form and a working add to cart. Though there's no way to display all other information (display name, price, store description etc.)
We tried to Server-Side include the hosted html page in the info item detailed description it didn't work.