Add simple_withdrawalbutton PrestaShop module
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<a class="col-lg-4 col-md-6 col-sm-6 col-xs-12" id="withdrawal-link" href="{$withdrawal_link|escape:'html':'UTF-8'}" rel="nofollow">
|
||||
<span class="link-item">
|
||||
<i class="material-icons">undo</i>
|
||||
{l s='Vertrag widerrufen' mod='simple_withdrawalbutton'}
|
||||
</span>
|
||||
</a>
|
||||
@@ -0,0 +1,5 @@
|
||||
<div class="cyp-withdrawal-footer" style="margin-top: 1rem;">
|
||||
<a href="{$withdrawal_link|escape:'html':'UTF-8'}" class="cyp-withdrawal-link" rel="nofollow">
|
||||
{l s='Vertrag widerrufen' mod='simple_withdrawalbutton'}
|
||||
</a>
|
||||
</div>
|
||||
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
/** Silence is golden. */
|
||||
Reference in New Issue
Block a user