/home/sharedstore/.trash/themes/Electshop/modules/ps_shoppingcart
NameSizeModeActions
index.php12670644editdlrm
modal.tpl58590644editdlrm
ps_shoppingcart - Copy.tpl65850644editdlrm
ps_shoppingcart-product-line.tpl26280644editdlrm
ps_shoppingcart.tpl74550644editdlrm
Edit: /home/sharedstore/.trash/themes/Electshop/modules/ps_shoppingcart/ps_shoppingcart.tpl (7455B)
{** * 2007-2017 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License 3.0 (AFL-3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * https://opensource.org/licenses/AFL-3.0 * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA * @copyright 2007-2017 PrestaShop SA * @license https://opensource.org/licenses/AFL-3.0 Academic Free License 3.0 (AFL-3.0) * International Registered Trademark & Property of PrestaShop SA *}
{*{l s='Shopping Cart' d='Shop.Theme.Global'}*} {$cart.products_count} {*{if $cart.products_count > 0}{l s='Items' d='Shop.Theme.Global'}{else}{l s='Item' d='Shop.Theme.Global'}{/if} {$cart.totals.total.value}*}
{l s='Shopping Cart' d='Shop.Theme.Global'} ({$cart.products_count})
{l s='close' d='Shop.Theme.Global'}
{if $cart.products_count > 0}
{foreach from=$cart.products item=product}
{if $product.cover} {$product.name|escape:'quotes'} {else} {/if}
{$product.name|truncate:50:'...'}
{$product.quantity} x {$product.price}
delete {if $product.customizations|count}
    {foreach from=$product.customizations item='customization'}
  • {$customization.quantity}
      {foreach from=$customization.fields item='field'}
    • {$field.label} {if $field.type == 'text'} {$field.text} {else if $field.type == 'image'} {/if}
    • {/foreach}
  • {/foreach}
{/if}
{/foreach}
{foreach from=$cart.subtotals item="subtotal"} {if $subtotal && $subtotal.value|count_characters > 0 && $subtotal.type !== 'tax'}
{if 'products' == $subtotal.type} {$cart.summary_string} {else} {$subtotal.label} {/if} {if 'discount' == $subtotal.type}- {/if}{$subtotal.value} {if $subtotal.type === 'shipping'}
{hook h='displayCheckoutSubtotalDetails' subtotal=$subtotal}
{/if}
{/if} {/foreach}
{block name='cart_summary_total'} {if !$configuration.display_prices_tax_incl && $configuration.taxes_enabled}
{$cart.totals.total.label} {$cart.labels.tax_short} {$cart.totals.total.value}
{$cart.totals.total_including_tax.label} {$cart.totals.total_including_tax.value}
{else}
{$cart.totals.total.label} {if $configuration.taxes_enabled}{$cart.labels.tax_short}{/if} {$cart.totals.total.value}
{/if} {/block} {block name='cart_summary_tax'} {if $cart.subtotals.tax}
{l s='%label%:' sprintf=['%label%' => $cart.subtotals.tax.label] d='Shop.Theme.Global'} {$cart.subtotals.tax.value}
{/if} {/block}
{else}
{l s='There are no more items in your cart' d='Shop.Theme.Global'}
{/if}