Best Answer CB9TOIIIA , 02 April 2016 - 16:39
Вроде так:
$cartItems = $order->getItems();
foreach ($cartItems as $cartItem) {
$itemPrice = $order->val($cartItem->get('total'))->convert($setCurrency);
jbdump($cartItem->get('item_name'),0,'Товары заказа');
}
Go to the full post


This topic is locked












