在Magento CMS页面中,我添加了代码:
{{block type=”core/template” name=”review” template=”catalog/product/reviewall.phtml”}}
网址密钥为 review.html
然后添加文件reviewall.phtml(app / design / frontend / default / mytheme / template / catalog / product / reviewall.phtml)
然后在其文件中添加测试代码。
echo "hello world";
当我访问URL mysiteurl/review.html
时,没有hello world输出。为什么?如何纠正?
答案 0 :(得分:1)
您的代码看起来正确,但您的报价看起来像unicode关闭引号 - 替换引号然后您应该没问题。