1
Solution:
- Go to System -> Index Management
- Reindex Data
More detail over here: Magento: Solution to Up-sells, Cross-sells and Related products are not showing up
2
进入根目录:includes/config.php文件中把
#define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
注释掉:
//#define('COMPILER_INCLUDE_PATH', dirname(__FILE__).DIRECTORY_SEPARATOR.'src');
OK,就把编译关了,然后进入后台,关掉,或者重新编译,然后去掉注释,enable!!
本文介绍了解决Magento平台上Up-sells, Cross-sells及Related products无法正常显示的问题步骤。首先通过系统设置进行索引重建操作,接着修改includes/config.php文件中的编译路径设置,完成设置后重启后台服务并重新编译。

被折叠的 条评论
为什么被折叠?



