|
|
|
|
|
|
|
|
<?php $priceUnitReferenceString = Price::format($priceUnitReference, $documentPriceDecimals).' / kg' ?> |
|
|
<?php $priceUnitReferenceString = Price::format($priceUnitReference, $documentPriceDecimals).' / kg' ?> |
|
|
<?php if($productOrder->unit == 'piece'): ?> |
|
|
<?php if($productOrder->unit == 'piece'): ?> |
|
|
<?= Price::format($price, $documentPriceDecimals) ?> |
|
|
<?= Price::format($price, $documentPriceDecimals) ?> |
|
|
<?php if($priceUnitReference): ?> |
|
|
|
|
|
|
|
|
<?php if($displayPriceUnitReference && $priceUnitReference): ?> |
|
|
(<?= $priceUnitReferenceString ?>) |
|
|
(<?= $priceUnitReferenceString ?>) |
|
|
<?php endif; ?> |
|
|
<?php endif; ?> |
|
|
<?php else: ?> |
|
|
<?php else: ?> |