= Html::encode($productOrder->product->name) ?>
unit == 'piece' && isset($productOrder->product->weight) && $productOrder->product->weight): ?>
/ = $productOrder->product->weight ?> g
product->description)): ?>
= Html::encode($productOrder->product->description) ?>
|
= Price::format($productOrder->getPrice()) ?> |
= $productOrder->quantity * Product::$unitsArray[$productOrder->unit]['coefficient'] ?> |
= Product::strUnit($productOrder->unit, 'wording') ?> |
taxRate->value != 0): ?>
= $productOrder->taxRate->value * 100 ?> % |
= Price::format($productOrder->getPrice() * $productOrder->quantity) ?> |