params->get('main_div_name'); $carouselEffect=$this->params->get('carousel_effect'); $enableCarousel=$this->params->get('enable_carousel'); $textCenterd=$this->params->get('text_center'); $this->align="left"; if($textCenterd){ $this->align="center"; } $height=$this->params->get('image_height'); $width=$this->params->get('image_width'); $this->borderClass=""; if($this->params->get('border_visible',1) == 1){ $this->borderClass="hikashop_subcontainer_border"; } if($this->params->get('border_visible',1) == 2){ $this->borderClass="thumbnail"; } if(empty($width) && empty($height)){ $width=$this->image->main_thumbnail_x; $height=$this->image->main_thumbnail_y; } if(!empty($this->rows)){ $row = reset($this->rows); $this->image->checkSize($width,$height,$row); $this->newSizes= new stdClass(); $this->newSizes->height=$height; $this->newSizes->width=$width; $this->image->main_thumbnail_y=$height; $this->image->main_thumbnail_x=$width; } if((!empty($this->rows) || !$this->module || JRequest::getVar('hikashop_front_end_main',0)) && $this->pageInfo->elements->total){ $pagination = $this->config->get('pagination','bottom'); if(in_array($pagination,array('top','both')) && $this->params->get('show_limit') && $this->pageInfo->elements->total){ $this->pagination->form = '_top'; ?>
pagination->getListFooter($this->params->get('limit')); ?> pagination->getResultsCounter(); ?>
rows)){ if ($this->config->get('show_quantity_field')>=2) { ?>
setLayout('carousel'); echo $this->loadTemplate(); } else { $columns = (int)$this->params->get('columns'); if(empty($columns) || $columns<1) $columns = 1; $width = (100/$columns); $current_column = 1; $current_row = 1; if(HIKASHOP_RESPONSIVE) { switch($columns) { case 12: case 6: case 4: case 3: case 2: case 1: $row_fluid = 12; $span = $row_fluid / $columns; break; case 10: case 8: case 7: $row_fluid = $columns; $span = 1; break; case 5: $row_fluid = 10; $span = 2; break; case 9: // special case $row_fluid = 10; $span = 1; break; } if($row_fluid == 12) echo '
    '; else echo '
      '; } foreach($this->rows as $row){ if(!HIKASHOP_RESPONSIVE) { ?>
    • row =& $row; $this->setLayout('listing_'.$this->params->get('div_item_layout_type')); echo $this->loadTemplate(); if(!HIKASHOP_RESPONSIVE) { ?>
    • =$columns){ $current_row++; if(!HIKASHOP_RESPONSIVE) { ?>
    '; } } ?>
    config->get('show_quantity_field')>=2) { $this->ajax = 'if(hikashopCheckChangeForm(\'item\',\'hikashop_product_form_'.$this->params->get('main_div_name').'\')){ return hikashopModifyQuantity(\'\',field,1,\'hikashop_product_form_'.$this->params->get('main_div_name').'\'); } return false;'; $this->row = new stdClass(); $this->row->prices = array($this->row); $this->row->product_quantity = -1; $this->row->product_min_per_order = 0; $this->row->product_max_per_order = -1; $this->row->product_sale_start = 0; $this->row->product_sale_end = 0; $this->row->prices = array('filler'); $this->setLayout('quantity'); echo $this->loadTemplate(); if(!empty($this->ajax) && $this->config->get('redirect_url_after_add_cart','stay_if_cart')=='ask_user'){ ?>
params->get('show_limit') && $this->pageInfo->elements->total){ $this->pagination->form = '_bottom'; ?>
pagination->getListFooter($this->params->get('limit')); ?> pagination->getResultsCounter(); ?>