first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{*
|
||||
* @Module Name: Leo Feature
|
||||
* @Website: leotheme.com.com - prestashop template provider
|
||||
* @author Leotheme <leotheme@gmail.com>
|
||||
* @copyright Leotheme
|
||||
* @description: Leo feature for prestashop 1.7: ajax cart, review, compare, wishlist at product list
|
||||
*}
|
||||
<div class="compare">
|
||||
<a class="leo-compare-button btn-primary btn-product btn{if $added} added{/if}" href="javascript:void(0)" data-id-product="{$leo_compare_id_product}" title="{if $added}{l s='Remove from Compare' mod='leofeature'}{else}{l s='Add to Compare' mod='leofeature'}{/if}">
|
||||
<span class="leo-compare-bt-loading cssload-speeding-wheel"></span>
|
||||
<span class="leo-compare-bt-content">
|
||||
<i class="icon-btn-product icon-compare material-icons"></i>
|
||||
<span class="name-btn-product">{l s='Add to Compare' mod='leofeature'}</span>
|
||||
</span>
|
||||
</a>
|
||||
</div>
|
||||
Reference in New Issue
Block a user