7 lines
126 B
PHP
7 lines
126 B
PHP
<?php
|
|
echo $groupPrice->getName();
|
|
|
|
if($groupPrice->getDescription()!=""){
|
|
echo " - ".$groupPrice->getDescription();
|
|
}
|
|
?>
|