在 Magento CMS 页面中,我添加了代码:
{{block type=”core/template” name=”review” template=”catalog/product/reviewall.phtml”}}
URL 键是review.html
然后添加文件 reviewall.phtml(app/design/frontend/default/mytheme/template/catalog/product/reviewall.phtml)
然后在其文件中添加测试代码。
echo "hello world";
当我访问 URL 时mysiteurl/review.html
,没有 hello world 输出。为什么?如何纠正它?