From 6f0e26f38c8fb59686ad43a6e565500d8ef58c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20MARTINEZ?= Date: Mon, 24 Sep 2018 18:37:24 +0200 Subject: [PATCH] Warning: non-numeric value for image width #67 --- .../community/TBT/Enhancedgrid/Block/Catalog/Product/Grid.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/code/community/TBT/Enhancedgrid/Block/Catalog/Product/Grid.php b/app/code/community/TBT/Enhancedgrid/Block/Catalog/Product/Grid.php index 71f1423..5fb3419 100644 --- a/app/code/community/TBT/Enhancedgrid/Block/Catalog/Product/Grid.php +++ b/app/code/community/TBT/Enhancedgrid/Block/Catalog/Product/Grid.php @@ -304,7 +304,7 @@ protected function _prepareColumns() )); } - $imgWidth = Mage::getStoreConfig('enhancedgrid/images/width') + 'px'; + $imgWidth = Mage::getStoreConfig('enhancedgrid/images/width'); if ($this->colIsVisible('thumbnail')) { $this->addColumn('thumbnail',