86 lines
8.6 KiB
PHP
86 lines
8.6 KiB
PHP
<?php /* Smarty version 2.6.20, created on 2013-01-02 13:42:47
|
|
compiled from /subdomains/kaktusy/httpdocs/themes/prestashop/./shopping-cart-product-line.tpl */ ?>
|
|
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
|
|
smarty_core_load_plugins(array('plugins' => array(array('modifier', 'escape', '/subdomains/kaktusy/httpdocs/themes/prestashop/./shopping-cart-product-line.tpl', 3, false),array('modifier', 'intval', '/subdomains/kaktusy/httpdocs/themes/prestashop/./shopping-cart-product-line.tpl', 25, false),array('modifier', 'count', '/subdomains/kaktusy/httpdocs/themes/prestashop/./shopping-cart-product-line.tpl', 26, false),array('function', 'l', '/subdomains/kaktusy/httpdocs/themes/prestashop/./shopping-cart-product-line.tpl', 12, false),array('function', 'convertPrice', '/subdomains/kaktusy/httpdocs/themes/prestashop/./shopping-cart-product-line.tpl', 19, false),array('function', 'displayPrice', '/subdomains/kaktusy/httpdocs/themes/prestashop/./shopping-cart-product-line.tpl', 34, false),)), $this); ?>
|
|
<tr class="<?php if (($this->_foreach['productLoop']['iteration'] == $this->_foreach['productLoop']['total'])): ?>last_item<?php elseif (($this->_foreach['productLoop']['iteration'] <= 1)): ?>first_item<?php endif; ?><?php if (isset ( $this->_tpl_vars['customizedDatas'][$this->_tpl_vars['productId']][$this->_tpl_vars['productAttributeId']] ) && $this->_tpl_vars['quantityDisplayed'] == 0): ?>alternate_item<?php endif; ?> cart_item">
|
|
<td class="cart_product">
|
|
<a href="<?php echo ((is_array($_tmp=$this->_tpl_vars['link']->getProductLink($this->_tpl_vars['product']['id_product'],$this->_tpl_vars['product']['link_rewrite'],$this->_tpl_vars['product']['category']))) ? $this->_run_mod_handler('escape', true, $_tmp, 'htmlall', 'UTF-8') : smarty_modifier_escape($_tmp, 'htmlall', 'UTF-8')); ?>
|
|
"><img src="<?php echo $this->_tpl_vars['link']->getImageLink($this->_tpl_vars['product']['link_rewrite'],$this->_tpl_vars['product']['id_image'],'small'); ?>
|
|
" alt="<?php echo ((is_array($_tmp=$this->_tpl_vars['product']['name'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'htmlall', 'UTF-8') : smarty_modifier_escape($_tmp, 'htmlall', 'UTF-8')); ?>
|
|
" /></a>
|
|
</td>
|
|
<td class="cart_description">
|
|
<h5><a href="<?php echo ((is_array($_tmp=$this->_tpl_vars['link']->getProductLink($this->_tpl_vars['product']['id_product'],$this->_tpl_vars['product']['link_rewrite'],$this->_tpl_vars['product']['category']))) ? $this->_run_mod_handler('escape', true, $_tmp, 'htmlall', 'UTF-8') : smarty_modifier_escape($_tmp, 'htmlall', 'UTF-8')); ?>
|
|
"><?php echo ((is_array($_tmp=$this->_tpl_vars['product']['name'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'htmlall', 'UTF-8') : smarty_modifier_escape($_tmp, 'htmlall', 'UTF-8')); ?>
|
|
</a></h5>
|
|
<?php if ($this->_tpl_vars['product']['attributes']): ?><a href="<?php echo ((is_array($_tmp=$this->_tpl_vars['link']->getProductLink($this->_tpl_vars['product']['id_product'],$this->_tpl_vars['product']['link_rewrite'],$this->_tpl_vars['product']['category']))) ? $this->_run_mod_handler('escape', true, $_tmp, 'htmlall', 'UTF-8') : smarty_modifier_escape($_tmp, 'htmlall', 'UTF-8')); ?>
|
|
"><?php echo ((is_array($_tmp=$this->_tpl_vars['product']['attributes'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'htmlall', 'UTF-8') : smarty_modifier_escape($_tmp, 'htmlall', 'UTF-8')); ?>
|
|
</a><?php endif; ?>
|
|
</td>
|
|
<td class="cart_ref"><?php if ($this->_tpl_vars['product']['reference']): ?><?php echo ((is_array($_tmp=$this->_tpl_vars['product']['reference'])) ? $this->_run_mod_handler('escape', true, $_tmp, 'htmlall', 'UTF-8') : smarty_modifier_escape($_tmp, 'htmlall', 'UTF-8')); ?>
|
|
<?php else: ?>--<?php endif; ?></td>
|
|
<td class="cart_availability">
|
|
<?php if ($this->_tpl_vars['product']['active'] && ( $this->_tpl_vars['product']['allow_oosp'] || $this->_tpl_vars['product']['stock_quantity'] > 0 )): ?>
|
|
<img src="<?php echo $this->_tpl_vars['img_dir']; ?>
|
|
icon/available.gif" alt="<?php echo smartyTranslate(array('s' => 'Available'), $this);?>
|
|
" />
|
|
<?php else: ?>
|
|
<img src="<?php echo $this->_tpl_vars['img_dir']; ?>
|
|
icon/unavailable.gif" alt="<?php echo smartyTranslate(array('s' => 'Out of stock'), $this);?>
|
|
" />
|
|
<?php endif; ?>
|
|
</td>
|
|
<td class="cart_unit">
|
|
<span class="price">
|
|
<?php if (! $this->_tpl_vars['priceDisplay']): ?><?php echo Product::convertPrice(array('price' => $this->_tpl_vars['product']['price_wt']), $this);?>
|
|
<?php else: ?><?php echo Product::convertPrice(array('price' => $this->_tpl_vars['product']['price']), $this);?>
|
|
<?php endif; ?>
|
|
</span>
|
|
</td>
|
|
<td class="cart_quantity"<?php if (isset ( $this->_tpl_vars['customizedDatas'][$this->_tpl_vars['productId']][$this->_tpl_vars['productAttributeId']] ) && $this->_tpl_vars['quantityDisplayed'] == 0): ?> style="text-align: center;"<?php endif; ?>>
|
|
<?php if (isset ( $this->_tpl_vars['customizedDatas'][$this->_tpl_vars['productId']][$this->_tpl_vars['productAttributeId']] ) && $this->_tpl_vars['quantityDisplayed'] == 0): ?><?php echo $this->_tpl_vars['product']['customizationQuantityTotal']; ?>
|
|
<?php endif; ?>
|
|
<?php if (! isset ( $this->_tpl_vars['customizedDatas'][$this->_tpl_vars['productId']][$this->_tpl_vars['productAttributeId']] ) || $this->_tpl_vars['quantityDisplayed'] > 0): ?>
|
|
<a class="cart_quantity_delete" href="<?php echo $this->_tpl_vars['base_dir_ssl']; ?>
|
|
cart.php?delete&id_product=<?php echo ((is_array($_tmp=$this->_tpl_vars['product']['id_product'])) ? $this->_run_mod_handler('intval', true, $_tmp) : intval($_tmp)); ?>
|
|
&ipa=<?php echo ((is_array($_tmp=$this->_tpl_vars['product']['id_product_attribute'])) ? $this->_run_mod_handler('intval', true, $_tmp) : intval($_tmp)); ?>
|
|
&token=<?php echo $this->_tpl_vars['token_cart']; ?>
|
|
" title="<?php echo smartyTranslate(array('s' => 'Delete'), $this);?>
|
|
"><img src="<?php echo $this->_tpl_vars['img_dir']; ?>
|
|
icon/delete.gif" alt="<?php echo smartyTranslate(array('s' => 'Delete'), $this);?>
|
|
" class="icon" /></a>
|
|
<p><?php if ($this->_tpl_vars['quantityDisplayed'] == 0 && isset ( $this->_tpl_vars['customizedDatas'][$this->_tpl_vars['productId']][$this->_tpl_vars['productAttributeId']] )): ?><?php echo count($this->_tpl_vars['customizedDatas'][$this->_tpl_vars['productId']][$this->_tpl_vars['productAttributeId']]); ?>
|
|
<?php else: ?><?php echo $this->_tpl_vars['product']['cart_quantity']-$this->_tpl_vars['quantityDisplayed']; ?>
|
|
<?php endif; ?></p>
|
|
<a class="cart_quantity_up" href="<?php echo $this->_tpl_vars['base_dir_ssl']; ?>
|
|
cart.php?add&id_product=<?php echo ((is_array($_tmp=$this->_tpl_vars['product']['id_product'])) ? $this->_run_mod_handler('intval', true, $_tmp) : intval($_tmp)); ?>
|
|
&ipa=<?php echo ((is_array($_tmp=$this->_tpl_vars['product']['id_product_attribute'])) ? $this->_run_mod_handler('intval', true, $_tmp) : intval($_tmp)); ?>
|
|
&token=<?php echo $this->_tpl_vars['token_cart']; ?>
|
|
" title="<?php echo smartyTranslate(array('s' => 'Add'), $this);?>
|
|
"><img src="<?php echo $this->_tpl_vars['img_dir']; ?>
|
|
icon/quantity_up.gif" alt="<?php echo smartyTranslate(array('s' => 'Add'), $this);?>
|
|
" /></a><br />
|
|
<a class="cart_quantity_down" href="<?php echo $this->_tpl_vars['base_dir_ssl']; ?>
|
|
cart.php?add&id_product=<?php echo ((is_array($_tmp=$this->_tpl_vars['product']['id_product'])) ? $this->_run_mod_handler('intval', true, $_tmp) : intval($_tmp)); ?>
|
|
&ipa=<?php echo ((is_array($_tmp=$this->_tpl_vars['product']['id_product_attribute'])) ? $this->_run_mod_handler('intval', true, $_tmp) : intval($_tmp)); ?>
|
|
&op=down&token=<?php echo $this->_tpl_vars['token_cart']; ?>
|
|
" title="<?php echo smartyTranslate(array('s' => 'Subtract'), $this);?>
|
|
"><img src="<?php echo $this->_tpl_vars['img_dir']; ?>
|
|
icon/quantity_down.gif" alt="<?php echo smartyTranslate(array('s' => 'Subtract'), $this);?>
|
|
" /></a>
|
|
<?php endif; ?>
|
|
</td>
|
|
<td class="cart_total">
|
|
<span class="price">
|
|
<?php if ($this->_tpl_vars['quantityDisplayed'] == 0 && isset ( $this->_tpl_vars['customizedDatas'][$this->_tpl_vars['productId']][$this->_tpl_vars['productAttributeId']] )): ?>
|
|
<?php if (! $this->_tpl_vars['priceDisplay']): ?><?php echo Tools::displayPriceSmarty(array('price' => $this->_tpl_vars['product']['total_customization_wt']), $this);?>
|
|
<?php else: ?><?php echo Tools::displayPriceSmarty(array('price' => $this->_tpl_vars['product']['total_customization']), $this);?>
|
|
<?php endif; ?>
|
|
<?php else: ?>
|
|
<?php if (! $this->_tpl_vars['priceDisplay']): ?><?php echo Tools::displayPriceSmarty(array('price' => $this->_tpl_vars['product']['total_wt']), $this);?>
|
|
<?php else: ?><?php echo Tools::displayPriceSmarty(array('price' => $this->_tpl_vars['product']['total']), $this);?>
|
|
<?php endif; ?>
|
|
<?php endif; ?>
|
|
</span>
|
|
</td>
|
|
</tr>
|