如何定制 Magento Enterprise 客户群?
我是否
1) 覆盖所有 Enterprise/CustomerSegment
然后插入我需要添加自己的条件和模型类以构建数据库查询的类
2) 1) 看起来很庞大,我如何将我的新条件类添加到本地文件夹中?
Do I
1) overide all Enterprise/CustomerSegment
then slot in the classes I need to add my own conditions and classes for models to build the DB queries
2) 1) seems bulky, how would I just add my new condition classes into a local folder?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
解决方案是仅覆盖模型,并使用 Enterprise_CustomerSegment 模块保留块控制器。
更新 CustomerSegment 模块以添加常规订单报告需要这些文件:
CustomModule/CustomerSegment/etc/config.xml
(包含所有模型)(可能不需要覆盖)
(这可能不需要被覆盖)
The solution is to override only the models, and leave the block, controller using Enterprise_CustomerSegment module.
These files would be required to update the CustomerSegment module to add a standing order report:
CustomModule/CustomerSegment/etc/config.xml
(with all the model 's)(this may not need to be overridden)
(this may not need to be overridden)