Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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!!
0