images[0])) $image = $product->images[0]->displayMediaThumb( 'class="featuredProductImage" ', false ); else $image = ''; echo JHTML::_( 'link', JRoute::_( 'index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id='.$product->virtuemart_product_id.'&virtuemart_category_id='.$product->virtuemart_category_id ), $image, array('title' => $product->product_name) ); echo '
'; $url = JRoute::_( 'index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id='.$product->virtuemart_product_id.'&virtuemart_category_id='. $product->virtuemart_category_id ); ?> product_name ?>
prices is not set when show_prices in config is unchecked echo '
'; if($show_price and isset($product->prices)) { echo '
'; // echo $currency->priceDisplay($product->prices['salesPrice']); if(!empty($product->prices['salesPrice'])) echo $currency->createPriceDiv( 'salesPrice', '', $product->prices, true ); // if ($product->prices['salesPriceWithDiscount']>0) echo $currency->priceDisplay($product->prices['salesPriceWithDiscount']); if(!empty($product->prices['salesPriceWithDiscount'])) echo $currency->createPriceDiv( 'salesPriceWithDiscount', '', $product->prices, true ); echo '
'; } if($show_addtocart) echo shopFunctionsF::renderVmSubLayout( 'addtocart', array('product' => $product) ); echo '
'; ?>