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!
Item Option display in Denali & Mont Blanc
Hello! In pre-denali releases, I was able to use the following code to display individual item options on the item detail template:
<div
class="quick-view-options-container"
data-type="option"
data-cart-option-id="cart_option_id"
data-macro="macroName">
</div>
It seems this is obsolete (it refers to macros), but does anyone know the way to handle this in Denali?
I just want to display the item options in the order I would like, in a custom placement.
Thanks!