From e9893bd5d82d485926bda1f23a6a9ae7ce1400e5 Mon Sep 17 00:00:00 2001 From: Prince Patel Date: Tue, 10 Jul 2018 20:49:55 +0530 Subject: [PATCH 1/3] Remove Static Container Name --- .../Magento/Catalog/view/frontend/templates/product/list.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Catalog/view/frontend/templates/product/list.phtml b/app/code/Magento/Catalog/view/frontend/templates/product/list.phtml index f7799b30436be..e970ade6cee96 100644 --- a/app/code/Magento/Catalog/view/frontend/templates/product/list.phtml +++ b/app/code/Magento/Catalog/view/frontend/templates/product/list.phtml @@ -46,7 +46,7 @@ $_helper = $this->helper('Magento\Catalog\Helper\Output');
  • -
    +
    getImage($_product, $imageDisplayArea); if ($pos != null) { From 0f9f2fbd77b80e0de4b6ccc27a3d55284258939b Mon Sep 17 00:00:00 2001 From: Sunil Patel Date: Sat, 19 May 2018 14:39:09 +0530 Subject: [PATCH 2/3] cherry-pick-8c144a2 --- .../Magento/Catalog/view/frontend/templates/product/list.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Catalog/view/frontend/templates/product/list.phtml b/app/code/Magento/Catalog/view/frontend/templates/product/list.phtml index e970ade6cee96..b5db77aebf8aa 100644 --- a/app/code/Magento/Catalog/view/frontend/templates/product/list.phtml +++ b/app/code/Magento/Catalog/view/frontend/templates/product/list.phtml @@ -127,4 +127,4 @@ $_helper = $this->helper('Magento\Catalog\Helper\Output'); } - + \ No newline at end of file From 9f131936e0c5f9b931884cd6ca7001d7fb588c52 Mon Sep 17 00:00:00 2001 From: mageprince <7pprince@gmail.com> Date: Thu, 2 Aug 2018 19:09:11 +0530 Subject: [PATCH 3/3] Revert "Remove Static Container Name" This reverts commit e9893bd5d82d485926bda1f23a6a9ae7ce1400e5. --- .../Magento/Catalog/view/frontend/templates/product/list.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/Magento/Catalog/view/frontend/templates/product/list.phtml b/app/code/Magento/Catalog/view/frontend/templates/product/list.phtml index b5db77aebf8aa..995a6fcef1f19 100644 --- a/app/code/Magento/Catalog/view/frontend/templates/product/list.phtml +++ b/app/code/Magento/Catalog/view/frontend/templates/product/list.phtml @@ -46,7 +46,7 @@ $_helper = $this->helper('Magento\Catalog\Helper\Output');
  • -
    +
    getImage($_product, $imageDisplayArea); if ($pos != null) {