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!
Passing a Variable Netsuite via in SMT to run a script on
Hello,
For example, some of our items show only the list price/MAP price when not logged in. I would like to add a strikethrough to the pricing when the user is not logged in IF the map box is checked. We already have a custom checkbox checked that is visible to the site on all map items.
Is there a way to check if the checkbox is checked then apply a style to the price to add a strike though all done via SMT through a custom HTML CCT?
Thinking, if possible, to put a small javascript in the CCT which runs freemaker if statement to check then do the style if true.