Hi,
i used below to get a tracking pixel works fine but after the last update (1.7.5.1) it doesnt work any more, any idea please?
$order = new Order((int)$this->id_order);
$this->context->smarty->assign('order_total', $order->getTotalProductsWithTaxes());
in overrid...