Initial commit: is_shoppingcart out of the box. V3.0.1

This commit is contained in:
Isabelle Anno
2025-11-19 13:23:49 +01:00
commit 8135ee3594
70 changed files with 7864 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{extends file='components/modal.tpl'}
{block name='modal_title'}{l s='Something went wrong' d='Modules.Isshoppingcart.Modalfail'}{/block}
{block name='modal_extra_attribues'}id="blockcart-error"{/block}
{block name='modal_body'}
<div class="alert alert-danger js-blockcart-alert">
</div>
{/block}
{block name='modal_footer'}
<button type="button" class="btn btn-secondary" data-dismiss="modal">{l s='Continue shopping' d='Shop.Theme.Actions'}</button>
{/block}