我對WebSphere Commerce很新,我對促銷有一個疑問。我知道你可以將促銷設置爲只能由某個用戶羣訪問,哪些不可用。但你怎麼去編輯這個,是否可以通過IP地址限制促銷(爲了區域鎖定目的)。任何關於此的信息都會有所幫助!IBM WebSphere Commerce Promotions
0
A
回答
1
我的技術並不深,但我在IBM的WebSphere Commerce空間工作。一個好的開始是WebSphere Commerce的InfoCenter。此處包含促銷活動,http://pic.dhe.ibm.com/infocenter/wchelp/v7r0m0/topic/com.ibm.commerce.management-center.doc/concepts/cprover.htm
如果您正在爲擁有WebSphere Commerce軟件的公司工作,我還建議與IBM支持部門聯繫。他們通常可以幫助很好。
我個人不確定IP地址是否是限制促銷活動的好方法。簡單想象一下,德國的公司正在使用英國的IP地址作爲互聯網的入口,德國人在工作臺訪問您的網站時沒有看到德國的促銷活動。瀏覽器語言設置是否會提供更多關於用戶的信息(美式英語,英式英語,德語,法語,西班牙語,阿拉伯語等)?
0
您可以編輯通過直接編輯數據庫表創建的促銷活動。 請參閱IBM信息中心查看相關數據模型Promotion data model
0
對於區域鎖定,我們傾向於使用指令管理部件業務規則(在場景出售給國家限制狀態部門名單上很常見)推薦。
0
您可以通過以下方式實現它 -
- 創建一個新的促銷類型。
- 在促銷實施類中,只有在檢查客戶的IP後,纔會限制應用獎勵。
該策略的唯一問題是,無論用戶IP如何,只要條件滿足,促銷將立即觸發,您將不得不限制以後的獎勵申請。
例如 -
創建一個促進型購買X即可獲得$ Y自由和一個新的實現類CustomPromotionBuyXGetY關聯。只有在覈實客戶位置後才能申請獎勵。
以下文章可能會有所幫助 -
相關問題
- 1. IBM WebSphere Commerce 8
- 2. 會話在IBM Websphere Commerce中重置
- 3. IBM Websphere commerce中的Java Bean的類型
- 4. IBM Sterling Configurator與Websphere commerce的集成
- 5. Websphere commerce 7
- 6. Websphere Commerce-TypedProperty
- 7. CMN0420E Websphere Commerce錯誤
- 8. WebSphere Commerce JAX-WS AxisFault
- 9. WebSphere Commerce IDResGen查詢
- 10. 搜索規則未在IBM的WebSphere Commerce工作
- 11. Mac Eclipse而不是Windows IBM WebSphere Commerce Developer - 可以完成嗎?
- 12. IBM WebSphere Commerce管理中心:用戶帳戶被禁用
- 13. APPCRASH安裝時,IBM的WebSphere Commerce開發7.0.0.0
- 14. 如何禁用IBM Websphere Commerce Developer功能包4.0.0.0
- 15. 如何在Websphere Commerce 7中使用Java內部的WebSphere Commerce構建Seo Urls
- 16. IBM Websphere商務付款
- 17. 登錄超時在WebSphere Commerce
- 18. WebSphere Commerce OpenLaszlo API擴展類
- 19. Websphere Commerce運費的定製
- 20. Facebook與IBM websphere集成
- 21. IBM Websphere Datapower Xi52
- 22. 卸載IBM WebSphere
- 23. java.lang.ArrayStoreException IBM Websphere
- 24. IBM Websphere BPM/Lombardi
- 25. IBM Websphere JPA org.apache.openjpa.persistence.ArgumentException
- 26. 在IBM WebSphere上
- 27. IBM Websphere OutOfMemoryException
- 28. IBM Websphere MQ Monitoring
- 29. 配置WebSphere Commerce Developer 6.0以使用WebSphere Application Server 6.1
- 30. IBM WebSphere vs Oracle Fusion
我不會直接編輯數據庫表。這會違反業務邏輯層中的業務規則。 –