// Replacement of getDiscounts method
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9900 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -140,7 +140,7 @@ class GuestTrackingControllerCore extends FrontController
|
||||
'invoice' => (OrderState::invoiceAvailable((int)($id_order_state)) && $order->invoice_number),
|
||||
'order_history' => $order->getHistory((int)$this->context->language->id, false, true),
|
||||
'products' => $products,
|
||||
'discounts' => $order->getDiscounts(),
|
||||
'discounts' => $order->getCartRules(),
|
||||
'carrier' => $carrier,
|
||||
'address_invoice' => $addressInvoice,
|
||||
'invoiceState' => (Validate::isLoadedObject($addressInvoice) && $addressInvoice->id_state) ? new State((int)($addressInvoice->id_state)) : false,
|
||||
|
||||
Reference in New Issue
Block a user