Files
wyczarujprezent.pl/modules/wkonepagecheckout/views/templates/hook/wk_checkout_save_cart.tpl
2024-10-28 22:14:22 +01:00

26 lines
828 B
Smarty

{**
* 2010-2020 Webkul.
*
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through this link for complete license : https://store.webkul.com/license.html
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to https://store.webkul.com/customisation-guidelines/ for more information.
*
* @author Webkul IN <support@webkul.com>
* @copyright 2010-2020 Webkul IN
* @license https://store.webkul.com/license.html
*}
<a title="{l s='My Saved Cart' mod='wkonepagecheckout'}" class="col-lg-4 col-md-6 col-sm-6 col-xs-12" href="{$wkcheckout_cart_save}">
<span class="link-item">
<i class="material-icons">&#xE854;</i>
{l s='My Saved Cart' mod='wkonepagecheckout'}
</span>
</a>