@@ -282,9 +282,9 @@ |
||
282 | 282 | if ($promotedProduct == 'true') { |
283 | 283 | $promotedAmount+=$product->getAmount(); |
284 | 284 | $promotedMessage = 'Promoted Item: ' . $wcProduct->get_name() . |
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 | $promotedMessage = substr($promotedMessage, 0, 999); |
289 | 289 | $metadataOrder->addMetadata('promotedProduct', $promotedMessage); |
290 | 290 | } |