Save
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
{block name='content'}
|
||||
|
||||
<section id="main">
|
||||
<div class="row card-block-title">
|
||||
<div class="col-xs-12">
|
||||
<h1 class="h1">{l s='Shopping Cart' d='Shop.Theme.Checkout'}</h1>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="cart-grid row">
|
||||
|
||||
<!-- Left Block: cart product informations & shpping -->
|
||||
@@ -34,20 +40,20 @@
|
||||
|
||||
<!-- cart products detailed -->
|
||||
<div class="card cart-container">
|
||||
<div class="card-block">
|
||||
{* <div class="card-block">
|
||||
<h1 class="h1">{l s='Shopping Cart' d='Shop.Theme.Checkout'}</h1>
|
||||
</div>
|
||||
<hr class="separator">
|
||||
</div> *}
|
||||
{* <hr class="separator"> *}
|
||||
{block name='cart_overview'}
|
||||
{include file='checkout/_partials/cart-detailed.tpl' cart=$cart}
|
||||
{/block}
|
||||
</div>
|
||||
|
||||
{block name='continue_shopping'}
|
||||
{* {block name='continue_shopping'}
|
||||
<a class="label" href="{$urls.pages.index}">
|
||||
<i class="material-icons">chevron_left</i>{l s='Continue shopping' d='Shop.Theme.Actions'}
|
||||
</a>
|
||||
{/block}
|
||||
{/block} *}
|
||||
|
||||
<!-- shipping informations -->
|
||||
{block name='hook_shopping_cart_footer'}
|
||||
@@ -73,9 +79,38 @@
|
||||
{include file='checkout/_partials/cart-detailed-actions.tpl' cart=$cart}
|
||||
{/block}
|
||||
|
||||
<div class="card-payment-support">
|
||||
<ul>
|
||||
<li>
|
||||
<img src="/img/cms/icons/pay/pay-1.png">
|
||||
</li>
|
||||
<li>
|
||||
<img src="/img/cms/icons/pay/pay-2.png">
|
||||
</li>
|
||||
<li>
|
||||
<img src="/img/cms/icons/pay/pay-3.png">
|
||||
</li>
|
||||
<li>
|
||||
<img src="/img/cms/icons/pay/pay-4.png">
|
||||
</li>
|
||||
<li>
|
||||
<img src="/img/cms/icons/pay/pay-5.png">
|
||||
</li>
|
||||
<li>
|
||||
<img src="/img/cms/icons/pay/pay-6.png">
|
||||
</li>
|
||||
<li>
|
||||
<img src="/img/cms/icons/pay/pay-7.png">
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
{/block}
|
||||
|
||||
{block name='cart_voucher'}
|
||||
{include file='checkout/_partials/cart-voucher.tpl'}
|
||||
{/block}
|
||||
|
||||
{block name='hook_reassurance'}
|
||||
{hook h='displayReassurance'}
|
||||
{/block}
|
||||
|
||||
Reference in New Issue
Block a user