Example #1
0
 public function generate(IsotopeProduct $objProduct, array $arrOptions = array())
 {
     $objPrice = $objProduct->getPrice();
     if (null === $objPrice) {
         return '';
     }
     return $objPrice->generate($objProduct->getRelated('type')->showPriceTiers());
 }