Ejemplo n.º 1
0
   compiled from custom:product/head.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('function', 'renderBlock', 'custom:product/head.tpl', 5, false), array('function', 'blocks', 'custom:product/head.tpl', 11, false))), $this);
$_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => "custom:block/message.tpl", 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>

<h1><?php 
echo $this->_tpl_vars['product']['name_lang'];
?>
</h1>

<?php 
echo smarty_function_renderBlock(array('block' => "PRODUCT-ATTRIBUTE-SUMMARY"), $this);
?>


<div class="clear"></div>

<div class="head-product">

<?php 
echo smarty_function_blocks(array('id' => "PRODUCT-HEAD", 'blocks' => "\n\t\tPRODUCT-IMAGES\n\t\tPRODUCT-SUMMARY"), $this);
?>

		
</div>

<div class="clear"></div>
Ejemplo n.º 2
0
<?php

/* Smarty version 2.6.26, created on 2015-12-01 10:48:41
   compiled from /home/illumin/public_html/application/view//product/block/summary.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('function', 'blocks', '/home/illumin/public_html/application/view//product/block/summary.tpl', 3, false))), $this);
?>
<div id="productSummaryContainer">
	<div class="summaryWrapper1"><div class="summaryWrapper2"><div class="summaryWrapper3"><div class="summaryWrapper4">
		<?php 
echo smarty_function_blocks(array('id' => "PRODUCT-SUMMARY-CONTAINER", 'blocks' => "\n\t\t\t\t\tPRODUCT-MAININFO\n\t\t\t\t\tPRODUCT-RATING-SUMMARY"), $this);
?>

	</div></div></div></div>
</div>
Ejemplo n.º 3
0
<?php

/* Smarty version 2.6.26, created on 2015-12-01 10:48:41
   compiled from /home/illumin/public_html/application/view//product/block/purchase.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('block', 'form', '/home/illumin/public_html/application/view//product/block/purchase.tpl', 1, false), array('function', 'blocks', '/home/illumin/public_html/application/view//product/block/purchase.tpl', 4, false))), $this);
$this->_tag_stack[] = array('form', array('action' => "controller=order action=addToCart id=" . $this->_tpl_vars['product']['ID'], 'handle' => $this->_tpl_vars['cartForm'], 'method' => 'POST'));
$_block_repeat = true;
smarty_block_form($this->_tag_stack[count($this->_tag_stack) - 1][1], null, $this, $_block_repeat);
while ($_block_repeat) {
    ob_start();
    ?>

	<table id="productPurchaseLinks">
	<?php 
    echo smarty_function_blocks(array('id' => "PRODUCT-PURCHASE-CONTAINER", 'blocks' => "\n\t\tPRODUCT-PRICE\n\t\tPRODUCT-UP-SELL\n\t\tPRODUCT-TO-CART\n\t\tPRODUCT-ACTIONS"), $this);
    ?>

	</table>
<?php 
    $_block_content = ob_get_contents();
    ob_end_clean();
    $_block_repeat = false;
    echo smarty_block_form($this->_tag_stack[count($this->_tag_stack) - 1][1], $_block_content, $this, $_block_repeat);
}
array_pop($this->_tag_stack);
Ejemplo n.º 4
0
<?php

/* Smarty version 2.6.26, created on 2015-12-01 10:48:41
   compiled from /home/illumin/public_html/application/view//product/block/mainInfo.tpl */
require_once SMARTY_CORE_DIR . 'core.load_plugins.php';
smarty_core_load_plugins(array('plugins' => array(array('function', 'renderBlock', '/home/illumin/public_html/application/view//product/block/mainInfo.tpl', 3, false), array('function', 'blocks', '/home/illumin/public_html/application/view//product/block/mainInfo.tpl', 5, false))), $this);
?>
<div id="mainInfo">
	<?php 
if ($this->_tpl_vars['presentation']['isAllVariations'] && $this->_tpl_vars['variations']) {
    ?>
		<?php 
    echo smarty_function_renderBlock(array('block' => "PRODUCT-PURCHASE-VARIATIONS"), $this);
    ?>

	<?php 
} else {
    ?>
		<?php 
    echo smarty_function_blocks(array('id' => "PRODUCT-MAININFO-CONTAINER", 'blocks' => "\n\t\t\t\tPRODUCT-PURCHASE\n\t\t\t\tPRODUCT-OVERVIEW"), $this);
    ?>

	<?php 
}
?>
</div>