virtuemart_product_id . '&virtuemart_category_id=' . $related->virtuemart_category_id), $thumb . $related->product_name, array('title' => $related->product_name,'target'=>'_blank')); if($customfield->wPrice){ $currency = calculationHelper::getInstance()->_currencyDisplay; echo $currency->createPriceDiv ('salesPrice', 'COM_VIRTUEMART_PRODUCT_SALESPRICE', $related->prices); } if($customfield->wDescr){ echo '

'.$related->product_s_desc.'

'; }