This went in BASK/ Basket Contents (Level theme in case that's relevant) and was because the PRICE (EA) column in the basket was showing the combined price of the total quantity of an item, instead of the 'each' price (i.e. added 3 of a $10 item, PRICE (EA) showed as $30) so divided combined price by quantity.
Previously the code also showed the base price and then the attributes separately -i.e. the $10 item was really $7 base price + 3 $1 options in smaller text below -so something like
Code:
[SIZE=18px]$21 [/SIZE] $3 $3 $3
Code:
<mvt:assign name="l.settings:d_unitresult" value="l.settings:group:subtotal_comprehensive/l.settings:group:quantity" /> <mvt:do name="l.settings:group:combined_formatted_subtotal" file="g.Module_Root $ g.Store:currncy_mod:module" value="CurrencyModule_AddFormatting( g.Store:currncy_mod, l.settings:d_unitresult )" /> &mvt:group:combined_formatted_subtotal;
Leave a comment: