Discussions
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?