products)) { if($this->fallback){ $p = $this->products; $this->products = array(); $this->products[0] = $p; vmdebug('Refallback'); } echo shopFunctionsF::renderVmSubLayout($this->productsLayout,array('products'=>$this->products,'currency'=>$this->currency,'products_per_row'=>$this->perRow,'showRating'=>$this->showRating)); } return ; } ?>
show_store_desc and !empty($this->vendor->vendor_store_desc)) { ?>
vendor->vendor_store_desc; ?>
showcategory_desc) and empty($this->keyword)){ if(!empty($this->category)) { ?>
category->category_description; ?>
manu_descr)) { ?>
manu_descr; ?>
showcategory and empty($this->keyword)) { if (!empty($this->category->has_children)) { echo ShopFunctionsF::renderVmSubLayout('categories',array('categories'=>$this->category->children, 'categories_per_row'=>$this->categories_per_row)); } } if (!empty($this->products) or ($this->showsearch or $this->keyword !== false)) { ?>
showsearch or $this->keyword !== false) { //id taken in the view.html.php could be modified $category_id = vRequest::getInt ('virtuemart_category_id', 0); ?> keyword !== false){ ?>

keyword); ?>

orderByList)) { ?>
orderByList['orderby']; ?> orderByList['manufacturer']; ?>
vmPagination->getPagesLinks (); ?> vmPagination->getPagesCounter (); ?>
vmPagination->getResultsCounter ();?>
vmPagination->getLimitBox ($this->category->limit_list_step); ?>
category->category_name)) { ?>

category->category_name); ?>

products)) { //revert of the fallback in the view.html.php, will be removed vm3.2 if($this->fallback){ $p = $this->products; $this->products = array(); $this->products[0] = $p; vmdebug('Refallback'); } echo shopFunctionsF::renderVmSubLayout($this->productsLayout,array('products'=>$this->products,'currency'=>$this->currency,'products_per_row'=>$this->perRow,'showRating'=>$this->showRating)); if(!empty($this->orderByList)) { ?>
vmPagination->getPagesLinks (); ?>vmPagination->getPagesCounter (); ?>
keyword !== false) { echo vmText::_ ('COM_VIRTUEMART_NO_RESULT') . ($this->keyword ? ' : (' . $this->keyword . ')' : ''); } ?>