Files
2025-03-12 17:06:23 +01:00

7 lines
126 B
PHP

<?php
echo $groupPrice->getName();
if($groupPrice->getDescription()!=""){
echo " - ".$groupPrice->getDescription();
}
?>