addScript(JFactory::getUri()->base(true).'/templates/'.JFactory::getApplication()->getTemplate().'/assets/js/pikachoose/jquery.pikachoose.full.js'); JFactory::getDocument()->addStyleSheet(JFactory::getUri()->base(true).'/templates/'.JFactory::getApplication()->getTemplate().'/assets/css/pikachoose/base.css'); $document = JFactory::getDocument(); $document->addScriptDeclaration($js); if (JFile::exists(dirname(__FILE__).DS.'default_quicklook.php')) echo $this->loadTemplate('quicklook'); ?> keyword) ) { if ($this->category->haschildren) { // Category and Columns Counter $iCol = 1; $iCategory = 1; // Calculating Categories Per Row $categories_per_row = VmConfig::get ('categories_per_row', 3); $category_cellwidth = ' width' . floor (100 / $categories_per_row); // Separator $verticalseparator = " varianta2"; ?>
category->children)) { foreach ($this->category->children as $category) { // Show the horizontal seperator if ($iCol == 1 && $iCategory > $categories_per_row) { ?>
virtuemart_category_id ); // Show Category ?>
products)) { if (!empty($this->keyword)) { ?>

keyword; ?>

perRow; $Browsecellwidth = ' width'.floor ( 100 / $BrowseProducts_per_row ); switch ($BrowseProducts_per_row) { case 1: $spanClass = '12'; break; case 2: $spanClass = '6'; break; case 3: $spanClass = '4'; break; } // Separator $verticalseparator = " vertical-separator"; ?>
vmPagination->getPagesLinks (); ?>
",'-/+',str_replace("+/-",'+/-',$this->orderByList['orderby'])); ?> orderByList['manufacturer']; ?>
vmPagination->getResultsCounter ();?>
vmPagination->getLimitBox (); ?>

category->category_name; ?>

category->category_description ; ?>
addImages($this->products); foreach ($this->products as $product) { echo ''; // Show the horizontal seperator if ($iBrowseCol == 1 && $iBrowseProduct > $BrowseProducts_per_row) { ?>

link, $product->product_name); ?>

virtuemart_product_id.'&virtuemart_category_id='.$product->virtuemart_category_id),$product->images[0]->displayMediaThumb('class="catImage" border="0"',false)); ?>
showRating) { ?>
getRatingByProduct($product->virtuemart_product_id); ?>
product_in_stock - $product->product_ordered; if (!VmConfig::get('use_as_catalog') and !(VmConfig::get('stockhandle','none')=='none') && (VmConfig::get ( 'display_stock', 1 )) ){?>
product_s_desc)) { ?>
show_prices == '1') { if (empty($product->prices['salesPrice']) and VmConfig::get ('askprice', 1) and !$product->images[0]->file_is_downloadable) { echo JText::_ ('COM_VIRTUEMART_PRODUCT_ASKPRICE'); } //todo add config settings if ($this->showBasePrice) { echo $this->currency->createPriceDiv ('basePrice', 'COM_VIRTUEMART_PRODUCT_BASEPRICE', $product->prices); echo $this->currency->createPriceDiv ('basePriceVariant', 'COM_VIRTUEMART_PRODUCT_BASEPRICE_VARIANT', $product->prices); } echo $this->currency->createPriceDiv ('variantModification', 'COM_VIRTUEMART_PRODUCT_VARIANT_MOD', $product->prices); if (round($product->prices['basePriceWithTax'],VmConfig::get('salesPriceRounding')) != $product->prices['salesPrice']) { echo '' . $this->currency->createPriceDiv ('basePriceWithTax', 'COM_VIRTUEMART_PRODUCT_BASEPRICE_WITHTAX', $product->prices) . ""; } if (round($product->prices['salesPriceWithDiscount'],VmConfig::get('salesPriceRounding')) != $product->prices['salesPrice']) { echo $this->currency->createPriceDiv ('salesPriceWithDiscount', 'COM_VIRTUEMART_PRODUCT_SALESPRICE_WITH_DISCOUNT', $product->prices); } echo $this->currency->createPriceDiv ('salesPrice', 'COM_VIRTUEMART_PRODUCT_SALESPRICE', $product->prices); echo $this->currency->createPriceDiv ('priceWithoutTax', 'COM_VIRTUEMART_PRODUCT_SALESPRICE_WITHOUT_TAX', $product->prices); echo $this->currency->createPriceDiv ('discountAmount', 'COM_VIRTUEMART_PRODUCT_DISCOUNT_AMOUNT', $product->prices); echo $this->currency->createPriceDiv ('taxAmount', 'COM_VIRTUEMART_PRODUCT_TAX_AMOUNT', $product->prices); $unitPriceDescription = JText::sprintf ('COM_VIRTUEMART_PRODUCT_UNITPRICE', $product->product_unit); echo $this->currency->createPriceDiv ('unitPrice', $unitPriceDescription, $product->prices); } ?>
virtuemart_product_id.'" class="quickbtn boxcart box4br_radius boxcart_shadow" onclick="show_detail('.$product->virtuemart_product_id.', \''.$product->link.(strpos($product->link,"?")?'&tmpl=component':'?tmpl=component').'\'); return false;" >'.JText::_('TPL_ULTIMELAB_QUICK_LOOK').''; ?>
$product,'position'=>$pos)); } } ?>
$product)); } ?> '; } ?>
vmPagination->getPagesLinks (); ?>vmPagination->getPagesCounter (); ?>
loadTemplate('products_tabs'); ?>