Jump to content

[solved] tag "new" and "sale" link problem


Recommended Posts

  • 2 weeks later...

i solved just adding a link to "new" and "sale" span

 

edit this:

<span class="sale-box">
<span class="sale-label">{l s='Sale!'}</span>
</span>

to this:

<a itemprop="url" href="{$product.link|escape:'html':'UTF-8'}" title="{l s='View'}">
							<span class="sale-box">
								<span class="sale-label">{l s='Sale!'}</span>
							</span>
							</a>

everyone should do this fix  :)

  • Like 1
Link to comment
Share on other sites

what is the difference ? ;) i know that code is different. but what is different in the way of work of this code ?

 

if you ask i guess you didnt get the problem im talking about :)

 

the highlighted part of the thumb of the prodocts in attachment in the first post is INACTIVE (not linked to the product)

now i linked the ribbon and so the inactive part below.

Edited by alfredopacino (see edit history)
Link to comment
Share on other sites

×
×
  • Create New...