?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/schtroumpf.fr/themes/stomp/modules/an_wishlist/views/templates/front/



?? Go up: /home/webdevt/www/schtroumpf.fr/themes/stomp/modules/an_wishlist/views/templates

?? Viewing: product.tpl

{**
	* 2019 Anvanto
	*
	* NOTICE OF LICENSE
	*
	* This source file is subject to the Academic Free License (AFL 3.0)
	* that is bundled with this package in the file LICENSE.txt.
	* It is also available through the world-wide-web at this URL:
	* http://opensource.org/licenses/afl-3.0.php
	* If you did not receive a copy of the license and are unable to
	* obtain it through the world-wide-web, please send an email
	* to license@prestashop.com so we can send you a copy immediately.
	*
	* DISCLAIMER
	*
	* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
	* versions in the future. If you wish to customize PrestaShop for your
	* needs please refer to http://www.prestashop.com for more information.
	*
	*  @author Anvanto (anvantoco@gmail.com)
	*  @copyright  2019 anvanto.com
	
	*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
	*  International Registered Trademark & Property of PrestaShop SA
	*}
	
	<div class="an_wishlist-mini an_wishlist-container js-an_wishlist-container">
		<span class="js-an_wishlist-addremove{if $status} an_wishlist-in{/if}" data-url="{$an_wishlistAjax|escape:'quotes'}">
			<svg class="an_wishlist-icon"
			xmlns="http://www.w3.org/2000/svg"
			xmlns:xlink="http://www.w3.org/1999/xlink"
			width="25px" height="21px">
			<path fill-rule="evenodd"  fill="rgb(17, 107, 241)"
			d="M23.176,2.063 C21.943,0.733 20.232,-0.000 18.359,-0.000 C15.725,-0.000 14.058,1.496 13.122,2.751 C12.880,3.076 12.673,3.403 12.500,3.710 C12.327,3.403 12.120,3.076 11.878,2.751 C10.943,1.496 9.275,-0.000 6.641,-0.000 C4.768,-0.000 3.057,0.733 1.824,2.063 C0.648,3.332 0.000,5.031 0.000,6.849 C0.000,8.827 0.812,10.666 2.556,12.638 C4.114,14.400 6.356,16.217 8.953,18.320 C9.920,19.104 10.921,19.915 11.986,20.801 L12.018,20.828 C12.156,20.943 12.328,21.000 12.500,21.000 C12.672,21.000 12.844,20.943 12.982,20.828 L13.014,20.801 C14.079,19.915 15.080,19.104 16.048,18.320 C18.644,16.217 20.886,14.400 22.444,12.638 C24.188,10.666 25.000,8.827 25.000,6.849 C25.000,5.031 24.352,3.332 23.176,2.063 ZM15.097,17.260 C14.263,17.936 13.405,18.631 12.500,19.379 C11.595,18.631 10.737,17.936 9.902,17.260 C4.822,13.143 1.465,10.424 1.465,6.849 C1.465,5.371 1.983,3.998 2.923,2.984 C3.874,1.958 5.194,1.393 6.641,1.393 C8.649,1.393 9.947,2.569 10.682,3.556 C11.342,4.441 11.686,5.333 11.804,5.676 C11.902,5.962 12.183,6.156 12.500,6.156 C12.817,6.156 13.098,5.962 13.196,5.676 C13.314,5.333 13.658,4.441 14.318,3.556 C15.053,2.569 16.351,1.393 18.359,1.393 C19.806,1.393 21.126,1.958 22.077,2.984 C23.017,3.998 23.535,5.371 23.535,6.849 C23.535,10.424 20.178,13.143 15.097,17.260 Z"/>
			</svg>
			<svg  class="an_wishlist-icon-active"
			xmlns="http://www.w3.org/2000/svg"
			xmlns:xlink="http://www.w3.org/1999/xlink"
			width="25px" height="21px">
		   <path fill-rule="evenodd"  fill="rgb(17, 107, 241)"
			d="M23.176,2.063 C21.943,0.733 20.232,-0.000 18.359,-0.000 C15.725,-0.000 14.058,1.496 13.122,2.751 C12.880,3.076 12.673,3.403 12.500,3.710 C12.327,3.403 12.120,3.076 11.878,2.751 C10.943,1.496 9.275,-0.000 6.641,-0.000 C4.768,-0.000 3.057,0.733 1.824,2.063 C0.648,3.332 0.000,5.031 0.000,6.849 C0.000,8.827 0.812,10.666 2.556,12.638 C4.114,14.400 6.356,16.217 8.953,18.320 C9.920,19.104 10.921,19.915 11.986,20.801 L12.018,20.828 C12.156,20.943 12.328,21.000 12.500,21.000 C12.672,21.000 12.844,20.943 12.982,20.828 L13.014,20.801 C14.079,19.915 15.080,19.104 16.048,18.320 C18.644,16.217 20.886,14.400 22.444,12.638 C24.188,10.666 25.000,8.827 25.000,6.849 C25.000,5.031 24.352,3.332 23.176,2.063 Z"/>
		   </svg>
		</span>
		{if ($config.display_likes_product_mini)}
		<div class="an_wishlist-mini-count js-an_wishlist-product-count">{$countWishlists|intval}</div>
		{/if}
	</div>


??

??