Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
SuiteAnswer Id: 41253 Reference Checkout: Show Price per Item on the Shopping Cart
Quoted from Answer ID: 41253
Reference Checkout: Show Price per Item on the Shopping Cart
Published 01/12/2015 09:51 AM | Updated 01/12/2015 09:51 AM | Answer Id: 41253
Applicable to the following versions:
Reference Checkout v2.02.0 (Bundle ID: 49333)
Reference Checkout v2.03.0 (Bundle ID: 59236)
By default the individual price of an item is showing on the shopping cart.
However if user already customized the shopping cart macro pages and the codes are quite different on the standard macro file, users can follow the following steps to add the item price for each item.
My question is
for line <%= _('Price per Item: $ $(0)').translate( item.get('_price') ) %> ---> to clarify, this is the ONLINE PRICE for one item?