$productUnit = 'piece' ; | $productUnit = 'piece' ; | ||||
} | } | ||||
else { | else { | ||||
$productUnit .= $product->unit ; | |||||
$productUnit = $product->unit ; | |||||
} | } | ||||
$productName .= ' (' . Product::strUnit($productUnit, 'wording_short', true) . ')'; | $productName .= ' (' . Product::strUnit($productUnit, 'wording_short', true) . ')'; |