"); d.write(top.ln_total + " "); if(top.has_shipping_regions || top.has_shipping_methods || top.has_tax_areas) { if((top.has_shipping_regions && top.current_shipping_region) || (top.has_shipping_methods && top.current_shipping_method) || (top.has_tax_areas && top.current_tax_area)) { d.write(top.ln_inc); t = top.inc_tax_total(); } else { //d.write(top.ln_ex); t = top.ex_tax_total(); } } else { t = top.ex_tax_total(); } d.write(": "); if(top.current_currency.index) { var cb = t * (top.base_currency.multiplier / top.shop_currency.multiplier); var i = cb * top.current_currency.multiplier; d.write(top.current_currency.abbrev + " "); d.write(top.decimal_string_currency(i, top.current_currency) + " ~ "); } d.write(" " + top.currency_symbol + top.decimal_string(top.round(t,2)) + ""); d.writeln(" |
"); d.writeln("