Commit 205e5955 by halweg

no message

parent 032e9bf9
...@@ -134,6 +134,6 @@ class Sizechart extends \Magento\Catalog\Block\Product\AbstractProduct ...@@ -134,6 +134,6 @@ class Sizechart extends \Magento\Catalog\Block\Product\AbstractProduct
$chartTable = $sizeChart->getData('custom_size'); $chartTable = $sizeChart->getData('custom_size');
$chartTableArray = $chartTable; $chartTableArray = $chartTable;
} }
return json_encode([], true); return json_encode($chartTableArray, true);
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment