[%= formatmoney(itemtotal()) %]
[% if (order.cart['ORDERS.REWARDSPOINTTOTAL'] && order.cart['ORDERS.REWARDSPOINTTOTAL']>0) { %]
[%= order.cart['ORDERS.REWARDSPOINTTOTAL'] %]
[% } %]
[% if (!cp.match(/poland|ukraine/)) { %]
[% if (autoshipdiscount() > 0) { %]
you saved [%= formatmoney(autoshipdiscount()) + autoshipcostincludesvat() %]
[% } else if (nonautoshipcost() > 0) { %]
how?
[% } %]
[% } %]
[% if (cp.match(/peru/)) { %]
[%= formatmoney(order.cart['ORDERS.SALESTAXAMOUNT']) %]
[%= formatmoney(order.cart['ORDERS.GSTAMOUNT']) %]
[% } else if (!(is_europe || cp.match(/japan/))) { %]
[%= formatmoney(tax()) %]
[% } %]
[%= formatmoney(shipping()) %]
[% if (is_europe || cp.match(/japan/)) { %]
[%= formatmoney(tax()) %]
[% } %]
[%= formatmoney(ordertotal()) %]
[% if (showqv()) { %]
[%= cart['ORDERS.QVTOTALAMOUNT'] %] QV
[% } %]