%PDF- %PDF-
Direktori : /www/varak.net/shop.varak.net/modules/paypal/views/templates/hook/ |
Current File : //www/varak.net/shop.varak.net/modules/paypal/views/templates/hook/paypal_cart_summary.tpl |
{* * 2007-2016 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (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: * http://opensource.org/licenses/afl-3.0.php * 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 <contact@prestashop.com> * @copyright 2007-2016 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} <p> <img src="{$logos.LocalPayPalLogoMedium|escape:'htmlall':'UTF-8'}" alt="{l s='PayPal' mod='paypal'}" class="paypal_logo" /> <br />{l s='You have chosen to pay with PayPal.' mod='paypal'} <br/><br /> {l s='Here is a short summary of your order:' mod='paypal'} </p> <p class="shipping_address col-sm-3 column grid_2"> <strong>{l s='Shipping address' mod='paypal'}</strong><br/> {AddressFormat::generateAddress($address_shipping, $patternRules, '<br/>')} </p> <p class="billing_address col-sm-3"> <strong>{l s='Billing address' mod='paypal'}</strong><br/> {AddressFormat::generateAddress($address_billing, $patternRules, '<br/>')} </p> <div class="clearfix"></div> <div class="col-sm-12 cart_container"> <strong class="title">{l s='Your cart' mod='paypal'}</strong> <table id="cart_summary" class="table table-bordered stock-management-on"> <thead> <tr> <th>{l s='Image' mod='paypal'}</th> <th>{l s='Name' mod='paypal'}</th> <th>{l s='Quantity' mod='paypal'}</th> </tr> </thead> {foreach from=$cart->getProducts() item=product} <tr> <td> <img src="{$link->getImageLink('small', $product.id_image, $cart_image_size)|escape:'htmlall':'UTF-8'}" alt=""> </td> <td> {$product.name|escape:'htmlall':'UTF-8'}<br/> {if isset($product.attributes) && $product.attributes}<small>{$product.attributes|escape:'html':'UTF-8'}</small>{/if} </td> <td> {$product.quantity|escape:'htmlall':'UTF-8'} </td> </tr> {/foreach} </table> </div> <p class="paypal_total_amount"> - {l s='The total amount of your order is' mod='paypal'} <span id="amount" class="price"><strong>{$total|escape:'htmlall':'UTF-8'}</strong></span> {if $use_taxes == 1}{l s='(tax incl.)' mod='paypal'}{/if} </p> <p> - {l s='We accept the following currency to be sent by PayPal:' mod='paypal'} <b>{$currency->name|escape:'htmlall':'UTF-8'}</b> </p> <link rel="stylesheet" href="{$base_dir|escape:'htmlall':'UTF-8'}/modules/paypal/views/css/paypal-cart_summary.css"> {if $useStyle14} <link rel="stylesheet" href="{$base_dir|escape:'htmlall':'UTF-8'}/modules/paypal/views/css/paypal_1_4_paypal-cart_summary.css"> {/if} {if $useStyle15} <link rel="stylesheet" href="{$base_dir|escape:'htmlall':'UTF-8'}/modules/paypal/views/css/paypal_1_5_paypal-cart_summary.css"> {/if}