Skip to content

Commit 3a0de7a

Browse files
MAGETWO-86251: [Port 2.3-develop] Respect "Learn More Link" in Recently Viewed Products widget options #12947
2 parents be380e2 + 702f464 commit 3a0de7a

File tree

1 file changed

+2
-1
lines changed
  • app/code/Magento/Catalog/view/base/web/template/product

1 file changed

+2
-1
lines changed

app/code/Magento/Catalog/view/base/web/template/product/link.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
-->
7-
<a class="product-item-link"
7+
<a if="isAllowed()"
8+
class="product-item-link"
89
attr="href: $row().url"
910
text="label"/>

0 commit comments

Comments
 (0)