共计 436 个字符,预计需要花费 2 分钟才能阅读完成。
你可能会像某些Magento商店的店主一样,发现一些Magento自带的功能,并没有什么用,也不能提升客户体验,那么你可能很想关闭这些功能模块。Wishlist就是这样一个功能。
关闭Wishlist功能,你只需按照下面的方法:
1. 进入后台管理界面(选择正确的范围): System -> Configuration -> Customers -> Whishlist 在 General 选项下,将”Enabled”改变为“No”.
这一步做完,Magento下所有有关Wishlist的链接都会被自动删除。
2. 下一步,检查(yourskinname)/template/catalog/product/view/addto.phtml 并删除文件中 “pipe” 字段,以免影响你的网站显示效果。
3. 最后一步,关闭Wishlist的响应模块。管理界面: ( System -> Configuration ->Advanced->Advanced and 设置 disable “Mage_Whishlist” )
正文完