@@ -282,9 +282,9 @@ |
||
282 | 282 | if ($promotedProduct == 'true') { |
283 | 283 | $promotedAmount+=$product->getAmount(); |
284 | 284 | $promotedMessage = 'Promoted Item: ' . $product->getDescription() . |
285 | - ' Price: ' . $item->get_total() . |
|
286 | - ' Qty: ' . $product->getQuantity() . |
|
287 | - ' Item ID: ' . $item['id_product']; |
|
285 | + ' Price: ' . $item->get_total() . |
|
286 | + ' Qty: ' . $product->getQuantity() . |
|
287 | + ' Item ID: ' . $item['id_product']; |
|
288 | 288 | $metadataOrder->addMetadata('promotedProduct', $promotedMessage); |
289 | 289 | } |
290 | 290 | } |