Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
比较静态块中的列表magento_Magento_Compare - Fatal编程技术网

比较静态块中的列表magento

比较静态块中的列表magento,magento,compare,Magento,Compare,如何在静态块中添加magento中比较列表中的侧栏?这不起作用{{block type=“catalog/product\u compare”name=“catalog.compare.sidebar”template=“catalog/product/compare/sidebar.phtml”}只需将块类型更改为此即可 {{block type="catalog/product_compare" name="catalog.compare.sidebar" template="catalog

如何在静态块中添加magento中比较列表中的侧栏?这不起作用{{block type=“catalog/product\u compare”name=“catalog.compare.sidebar”template=“catalog/product/compare/sidebar.phtml”}

只需将块类型更改为此即可

{{block type="catalog/product_compare" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"}}
{{block type="catalog/product_compare_sidebar" name="catalog.compare.sidebar" template="catalog/product/compare/sidebar.phtml"}}