не могу понять эту конструктивную логику
Сумма: в ..\catalog\model\total\sub_total.php
$total_data[] = array(
[indent]'title' => $this->language->get('text_sub_total'),
'text' => $this->currency->format($this->cart->getSubTotal()),
'value' => $this->cart->getSubTotal(),
'sort_order' => $this->config->get('sub_total_sort_order')
);[/indent]
$total += $this->cart->getSubTotal();
передается в cart.php, где
$product_data[$key] = array(
[indent]'price' => ($price + $option_price),
'total' => ($price + $option_price) * $quantity,[/indent]
...
)пытаюсь по аналоги из total вытянуть и $taxes и добавить в $price (насколько я понял это и есть пдв) но что-то пока никак