Bug with GOOGLE, easy fix

seems in 3.02 they fixed something that they BROKE later on



[url=“CS-Cart 3.0.2 Changelog — CS-Cart 4.16.x documentation”]https://www.cs-cart.com/changelog302.html[/url]



[color=#555555][*] Attribute ‘rel=nofollow’ added to category and product pickers in the customer area[/color]

[color=#555555]BUT in latest cs-cart 4.03 you have a problem with quick_view_link…[/color]





views/products/components/quick_view_link.tpl



<a class=“cm-dialog-opener cm-dialog-auto-size” data-ca-view-id=“{$product.product_id}” data-ca-target-id=“product_quick_view” href=“{$quick_view_url|fn_url}” da



to replace with



<a [color=#ff0000]rel=“nofollow”[/color] class=“cm-dialog-opener cm-dialog-auto-size” data-ca-view-id=“{$product.product_id}” data-ca-target-id=“product_quick_view” href=“{$quick_view_url|fn_url}” da