Jump to content

Quick view when pressing on Product name?


Recommended Posts

Hi!

Is is possible to change so that the quick view appears when you press the product name and not just the quick view button on the image? This includes when you press on the image too.

Thank you in advance!

Link to comment
Share on other sites

open file product-list.tpl

 

change

<a class="product-name" href="{$product.link|escape:'html':'UTF-8'}" title="{$product.name|escape:'html':'UTF-8'}" itemprop="url" >
							{$product.name|truncate:45:'...'|escape:'html':'UTF-8'}
						</a> 

to:

						<a class="product-name quick-view" href="{$product.link|escape:'html':'UTF-8'}" rel="{$product.link|escape:'html':'UTF-8'}">
							{$product.name|truncate:45:'...'|escape:'html':'UTF-8'}
						</a>
Link to comment
Share on other sites

if you want to open quick view also then, just add class="quick-view" to <img> code with product cover :-)

 

Hi again, vekia!

 

If I do so the image disappears.

 

I can see the quick view when hover, but no image (see attached file).

 

Thank you for yours patiens. :)

 

 

post-1015994-0-05552700-1436473301_thumb.png

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...