Subida del módulo y tema de PrestaShop

This commit is contained in:
Kaloyan
2026-04-09 18:31:51 +02:00
parent 12c253296f
commit 16b3ff9424
39262 changed files with 7418797 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
{**
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*}
{extends file='checkout/cart.tpl'}
{block name='continue_shopping' append}
<a class="cart__continue-shopping btn btn-outline-primary" href="{$urls.pages.index}">
<i class="material-icons rtl-flip" aria-hidden="true">&#xE5C4;</i>
{l s='Continue shopping' d='Shop.Theme.Actions'}
</a>
{/block}
{block name='cart_actions'}
<div class="cart-summary__actions checkout">
<div class="d-grid">
<button type="button" class="btn btn-primary disabled" disabled>{l s='Checkout' d='Shop.Theme.Actions'}</button>
</div>
</div>
{/block}
{block name='continue_shopping'}{/block}
{block name='cart_voucher'}{/block}
{block name='display_reassurance'}{/block}