I use the itemized patch, flat shipping + tax on shipping (for germany)
As far as I understand the shipping_1 is the shipping fee for one product. shipping_2 is the fee for additional product. Is that correct? Where is shipping_2 configured?
Why does the source code on checkout show shipping_1= flat shipping fee(without tax)
and shipping_2 shows only the tax of the flat shipping fee.
I don't understand this?
Is this what these lines in pp_standard.php are supposed to do?
Code: Select all
if ($pp_total > $total) {
$this->data['fields']['discount_amount_cart'] = ($pp_total - $total);
} else {
$this->data['fields']['shipping_2'] = number_format(($total - $pp_total), 2, '.', '');
} else { //non-itemized