variant_name)) { $variant_name = $this->variant_name; if(substr($variant_name, 0, 1) != '_') $variant_name = '_' . $variant_name; $variant_main = $variant_name; $display_mode = 'display:none;'; } ?>
element->images)){ $image = reset($this->element->images); } $height = $this->config->get('product_image_y'); $width = $this->config->get('product_image_x'); if(empty($height)) $height=$this->config->get('thumbnail_y'); if(empty($width)) $width=$this->config->get('thumbnail_x'); $divWidth=$width; $divHeight=$height; $this->image->checkSize($divWidth,$divHeight,$image); if (!$this->config->get('thumbnail')) { if(!empty ($this->element->images)){ echo '' . $image->file_name . ''; } } else { $style = ''; if (!empty ($this->element->images) && count($this->element->images) > 1) { if (!empty ($height)) { $style = ' style="height:' . ($height +20) . 'px;"'; } } $variant_name=''; if(isset($this->variant_name)){ $variant_name=$this->variant_name; } ?> addScript( JURI::root () . 'modules/mod_artzoomin/js/zoom_vm.js' ); $document->addStyleSheet( JURI::root () . 'modules/mod_artzoomin/css/style.css' ); define ( '_ZOOMIN_LOADED', '1' ); } $link = ' '; ?>
>
element->images) && count($this->element->images) > 0) { foreach ($this->element->images as $image) { echo $this->image->display($image->file_path, 'hikashop_main_image', $image->file_name, 'class="hikashop_child_image"','', $height, $width, true); } } ?>