config->get('thumbnail')){ ?>
params->get('link_to_product_page',1)){ ?>
true,'forcesize'=>$this->config->get('image_force_size',true),'scale'=>$this->config->get('image_scale_mode','inside'));
$img = $this->image->getThumbnail(@$this->row->file_path, array('width' => $this->image->main_thumbnail_x, 'height' => $this->image->main_thumbnail_y), $image_options);
if($img->success) {
echo ' ';
}
$main_thumb_x = $this->image->main_thumbnail_x;
$main_thumb_y = $this->image->main_thumbnail_y;
if($this->params->get('display_badges',1)){
$this->classbadge->placeBadges($this->image, $this->row->badges, -10, 0);
}
$this->image->main_thumbnail_x = $main_thumb_x;
$this->image->main_thumbnail_y = $main_thumb_y;
if($this->params->get('link_to_product_page',1)){ ?>
|
params->get('link_to_product_page',1)){ ?>
row->product_code;
if($this->params->get('link_to_product_page',1)){ ?>
params->get('link_to_product_page',1)){ ?>
row->product_name;
if($this->params->get('link_to_product_page',1)){ ?>
row->extraData->afterProductName)) { echo implode("\r\n",$this->row->extraData->afterProductName);
} ?>
|
description here
|
config->get('show_code')){ ?>
params->get('link_to_product_page',1)){ ?>
row->product_code;
if($this->params->get('link_to_product_page',1)){ ?>
|
params->get('show_vote_product')){ ?>
row =& $row;
$this->setLayout('listing_vote');
echo $this->loadTemplate();
?>
|
params->get('show_price','-1')=='-1'){
$config =& hikashop_config();
$this->params->set('show_price',$config->get('show_price'));
}
if($this->params->get('show_price')){ ?>
setLayout('listing_price');
echo $this->loadTemplate();
?>
params->get('add_to_cart')){ ?>
setLayout('add_to_cart_listing');
echo $this->loadTemplate();
?>
|
params->get('show_compare')) {
if( $this->params->get('show_compare') == 1 ) {
?>
row->product_id.',\''.$this->escape($this->row->product_name).'\',this); return false;';
echo $this->cart->displayButton(JText::_('ADD_TO_COMPARE_LIST'),'compare',$this->params,$link,$js,'',0,1,'hikashop_compare_button');
?>
|
|