} | } | ||||
} | } | ||||
if ($productsHasQuantity[$product->id] > 0 || $optionCsvExportAllProducts) { | if ($productsHasQuantity[$product->id] > 0 || $optionCsvExportAllProducts) { | ||||
$productName = $product->name ; | |||||
$productName = $product->getNameExport() ; | |||||
if($optionCsvExportByPiece) { | if($optionCsvExportByPiece) { | ||||
$productUnit = 'piece' ; | $productUnit = 'piece' ; |