@@ -37,7 +37,7 @@ |
||
| 37 | 37 | $sku = $product->InternalItemID ?: $product->ID; |
| 38 | 38 | $category = 'Unknown'; |
| 39 | 39 | $topParent = $product->TopParentGroup(); |
| 40 | - if($topParent) { |
|
| 40 | + if ($topParent) { |
|
| 41 | 41 | $category = $topParent->Title; |
| 42 | 42 | } |
| 43 | 43 | $orderItemName = preg_replace("#\r|\n#", '', (string) $orderItem->TableTitle()); |