product): ?>
= Html::encode($productOrder->product->name) ?>
unit == 'piece' && isset($productOrder->product->weight) && $productOrder->product->weight): ?>
/ = $productOrder->product->weight ?> g
product && strlen($productOrder->product->description) && $displayProductDescription): ?>
= Html::encode($productOrder->product->description) ?>
|
getPrice() ;
if($document->isInvoicePrice() && $productOrder->getInvoicePrice()) {
$price = $productOrder->getInvoicePrice() ;
}
?>
= Price::format($price, $documentPriceDecimals) ?>
|
= $productOrder->quantity * Product::$unitsArray[$productOrder->unit]['coefficient'] ?>
|
= Product::strUnit($productOrder->unit, 'wording') ?> |
taxRate->value != 0): ?>
= $productOrder->taxRate->value * 100 ?> % |
getClass() == ''): ?>
= Price::format($price * $productOrder->quantity) ?>
= Price::format($price * $productOrder->quantity) ?>
|