adrifala Posted February 3, 2019 Share Posted February 3, 2019 Hola... estoy intentando agregar un enlace en los productos que me muestre la vista rápida del producto... Mi página es http://fotometall.com/ el link tendría que aparecer un popup con la vista rápida del producto... He comentado las lineas donde me aparece el quick_view de product-item.tpl <!--{if isset($quick_view) && $quick_view} <a class="quick-view btn-outline-inverse btn" href="{$product.link|escape:'html':'UTF-8'}" rel="{$product.link|escape:'html':'UTF-8'}" title="{l s='Quick view'}" > {l s='Quick views'} </a> {/if}--> Y he creado otro div al final del archivo product-item.tpl <div class="vista WhiteRounded"> {if isset($quick_view) && $quick_view} <a class="fa fa-eye" href="{$product.link|escape:'html':'UTF-8'}" rel="{$product.link|escape:'html':'UTF-8'}" title="{l s='Vista Previa'}" ></a> </a> {/if} </div> Necesito ayuda.... Gracias Link to comment Share on other sites More sharing options...
adrifala Posted February 6, 2019 Author Share Posted February 6, 2019 Hola... Nadie me puede ayudar un poco Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now