element->extraData->leftBegin)) { echo implode("\r\n",$this->element->extraData->leftBegin); } ?>
row =& $this->element;
$this->setLayout('show_block_img');
echo $this->loadTemplate();
?>
element->extraData->leftEnd)) { echo implode("\r\n",$this->element->extraData->leftEnd); } ?>
#i','',$this->element->product_description)
);
?>
element->extraData->rightBegin)) { echo implode("\r\n",$this->element->extraData->rightBegin); } ?>
params->get('show_vote_product')) {
$js = '';
$this->params->set('vote_type', 'product');
$this->params->set(
'vote_ref_id',
isset($this->element->main) ? (int)$this->element->main->product_id : (int)$this->element->product_id
);
echo hikashop_getLayout('vote', 'mini', $this->params, $js);
}
?>
>
element;
if(!empty($this->element->main))
$main =& $this->element->main;
if(!empty($main->product_condition) && !empty($this->element->prices)) {
?>
params->get('show_price') && (empty($this->displayVariants['prices']) || $this->params->get('characteristic_display') != 'list')) {
$this->row =& $this->element;
$this->setLayout('listing_price');
echo $this->loadTemplate();
$price = 0;
if (!empty($this->element->prices)) {
$price = $this->itemprop_price;
}
}
?>
element->extraData->rightMiddle)) { echo implode("\r\n",$this->element->extraData->rightMiddle); } ?>
setLayout('show_block_dimensions');
echo $this->loadTemplate();
?>
params->get('characteristic_display') != 'list') {
$this->setLayout('show_block_characteristic');
echo $this->loadTemplate();
?>
element->options)) {
?>
setLayout('option');
echo $this->loadTemplate();
?>
config->get('redirect_url_after_add_cart', 'stay_if_cart') == 'ask_user') {
?>
itemFields)) {
$form = ',\'hikashop_product_form\'';
if ($this->config->get('redirect_url_after_add_cart', 'stay_if_cart') == 'ask_user') {
?>
setLayout('show_block_custom_item');
echo $this->loadTemplate();
}
?>
params->get('show_price')) { ?>
element->characteristics) || $this->params->get('characteristic_display') != 'list') {
?>
row =& $this->element;
$this->formName = $form;
$this->ajax =
'if(hikashopCheckChangeForm(\'item\',\'hikashop_product_form\')){'.
' return hikashopModifyQuantity(\'' . (int)$this->element->product_id .
'\',field,1' . $form . ',\'cart\'); } else { return false; }';
$this->setLayout('quantity');
echo $this->loadTemplate();
?>
config->get('product_contact', 0);
if(hikashop_level(1) && ($contact == 2 || ($contact == 1 && !empty($this->element->product_contact)))) {
$css_button = $this->config->get('css_button', 'hikabtn');
$attributes = 'class="'.$css_button.'"';
$fallback_url = hikashop_completeLink(
'product&task=contact&cid=' . (int)$this->element->product_id . $this->url_itemid
);
$content = JText::_('CONTACT_US_FOR_INFO');
echo $this->loadHkLayout('button', array(
'attributes' => $attributes,
'content' => $content,
'fallback_url' => $fallback_url
));
}
?>
fields)) {
$this->setLayout('show_block_custom_main');
echo $this->loadTemplate();
}
?>
setLayout('show_block_tags');
echo $this->loadTemplate();
}
?>
element->extraData->rightEnd)) { echo implode("\r\n",$this->element->extraData->rightEnd); } ?>