0
難道我如何自定義Magento Enterprise客戶細分?
1)在此改變所有企業/ CustomerSegment
然後我需要添加自己的條件和類模型建立DB類插槽查詢
2)1)看起來笨重,我如何將我的新條件類添加到本地文件夾?
難道我如何自定義Magento Enterprise客戶細分?
1)在此改變所有企業/ CustomerSegment
然後我需要添加自己的條件和類模型建立DB類插槽查詢
2)1)看起來笨重,我如何將我的新條件類添加到本地文件夾?
解決方案是僅覆蓋模型,並使用Enterprise_CustomerSegment模塊離開塊,控制器。
這些文件將需要更新CustomerSegment模塊來增加一個固定的訂單報告:
CustomModule/CustomerSegment/etc/config.xml
(所有型號的)
CustomModule/CustomerSegment/Model/Condition/Combine/Abstract.php
(這可能並不需要重寫)
CustomModule/CustomerSegment/Model/Segment/Condition/Combine/Root.php
CustomModule/CustomerSegment/Model/Segment/Condition/Standingorder/Frequency.php
CustomModule/CustomerSegment/Model/Segment/Condition/Combine.php
CustomModule/CustomerSegment/Model/Segment/Condition/Standingorder.php
CustomModule/CustomerSegment/Model/Segment.php
(這可能不是需要重寫)