Jump to content

Agregar enlace a vista rápida del producto


adrifala

Recommended Posts

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/

as.jpg.375f8a8bce21fd1314be6a32d45025ec.jpg 

el link tendría que aparecer un popup con la vista rápida del producto... 

1060899667_2019-02-0302_27_06.thumb.png.84c851f83a6042736e48b00586f9e043.png

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...