5 lines
86 B
PHP
5 lines
86 B
PHP
<?php
|
|
use_helper('stPrice');
|
|
echo stPrice::round($add_price->getOldPriceBrutto());
|
|
?>
|