1) { $float = "floatleft"; } else { $float = "center"; } ?>
images[0])) { $image = $product->images[0]->displayMediaThumb ('class="featuredProductImage" border="0"', 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 ?>
'; if ($show_price) { // 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); } } if ($show_addtocart) { echo mod_virtuemart_product::addtocart ($product); } ?>
"; $col = 1; } else { $col++; } } ?>

'; if ($show_price) { echo $currency->createPriceDiv ('salesPrice', '', $product->prices, TRUE); if ($product->prices['salesPriceWithDiscount'] > 0) { echo $currency->createPriceDiv ('salesPriceWithDiscount', '', $product->prices, TRUE); } } if ($show_addtocart) { echo mod_virtuemart_product::addtocart ($product); } ?>