alfredopacino Posted March 25, 2014 Share Posted March 25, 2014 (edited) hi, i noticed a little issue (not so little) with "new" and "sale" tags the part i highlighted is not active for the product page link. That's really uncorfortable if the customers has a tablet or small screen: almost all the thumb is inactive! Edited April 6, 2014 by alfredopacino (see edit history) Link to comment Share on other sites More sharing options...
alfredopacino Posted April 6, 2014 Author Share Posted April 6, 2014 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 1 Link to comment Share on other sites More sharing options...
vekia Posted April 7, 2014 Share Posted April 7, 2014 what is the difference ? i know that code is different. but what is different in the way of work of this code ? Link to comment Share on other sites More sharing options...
alfredopacino Posted April 8, 2014 Author Share Posted April 8, 2014 (edited) 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 April 8, 2014 by alfredopacino (see edit history) Link to comment Share on other sites More sharing options...
dename Posted April 8, 2014 Share Posted April 8, 2014 http://forge.prestashop.com/browse/PSCSX-1696 Link to comment Share on other sites More sharing options...
Recommended Posts