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!
Related Items Layout in view cart tab
Hello all,
I faced a problem in customizing Layout for related items in view cart page,
List Template code in Layout is:
<h5>Related Items</h5>
<NLITEMLIST>
but, when I add Items to cart it seems like the following structure...
Related Items (Label)
<Items in cart>
<related Items>
sequentially, The expected result is the following structure:
<Items in cart>
Related Items (Label)
<related Items>
I need the label to be above related items directly, not above items in cart..
any help!!