params->get('i'); $min_quantity = ($this->params->get('min_quantity'))?$this->params->get('min_quantity'):1; $max_quantity = $this->params->get('max_quantity','0'); $html = $this->params->get('html'); $qLayout = JRequest::getVar('quantitylayout','show_default'); switch($qLayout){ case 'show_none': ?>
+
+
+
+
check( $qLayout, $app->getTemplate())){ $controller = new hikashopBridgeController(array('name'=>'product')); $viewType = $doc->getType(); if(!HIKASHOP_PHP5) { $view = & $controller->getView( '', $viewType, ''); } else { $view = $controller->getView( '', $viewType, ''); } $view->setLayout($qLayout); echo $view->loadTemplate(); break; } } ?>
+