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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Getting Related Items to show up in Reference Cart 2.05
I'm trying to move someone over to the new Shopping Cart that comes with Reference Checkout 2.05. I have the Checkout and My Account on their site but need one featured for the shopping cart that I don't see, nor can I find a way to add it.
How can I get Related Items and/or Co-related Items to appear in the shopping cart for the Reference Cart.
We have them on the old cart, but can't get them to appear on the new one. I see in shopping_cart.txt template the following:
<%
var relatedWrap = function relatedWrap (item) {
return SC.macros.relatedItem(item, application);
0