meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
sap_hybris_commerce:orders:promotion_module_key_concepts_features [2019/08/26 17:16] – created Antonio Robirosasap_hybris_commerce:orders:promotion_module_key_concepts_features [2019/12/18 20:17] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 <WRAP center round important 100%> <WRAP center round important 100%>
-This extension is deprecated since SAP Hybris 6.1. You must use the the Promotion Engine for new projects.  +This extension is deprecated since SAP Hybris 6.1. You must use the the Promotion Engine for new projects. [[https://help.sap.com/viewer/9d346683b0084da2938be8a285c0c27a/1905/en-US/c844a77cd9674d678ffb5e4534ff136a.html|Promotions (Legacy) vs. Promotion Engine]]
 </WRAP> </WRAP>
  
Line 69: Line 69:
 The promotions and their results can be removed from the cart by calling PromotionService.cleanupCart(...) The promotions and their results can be removed from the cart by calling PromotionService.cleanupCart(...)
  
-===== Worth reading ====== 
- 
-Hybris has posted here a UML diagram with the classes used by this extension: 
- 
-[[https://wiki.hybris.com/download/attachments/141793320/04%20-%20hybris%20-%20promotions%20module.pdf?version=1&amp;modificationDate=1261571130000&amp;api=v2|https://wiki.hybris.com/download/attachments/141793320/04%20-%20hybris%20-%20promotions%20module.pdf?version=1&modificationDate=1261571130000&api=v2]] 
  
 ===== Pitfalls ====== ===== Pitfalls ======
  
-  * **Neither a cart nor an order is aware of promotions.**  After any change to the cart or order, you have to recalculate it and then call the method PromotionsService.updatePromotions(...)+  * **Neither a cart nor an order is aware of promotions.**  [[https://help.sap.com/viewer/9d346683b0084da2938be8a285c0c27a/1905/en-US/8c35447a86691014b9b78b4c2e8af362.html|After any change to the cart or order, you have to recalculate it and then call the method PromotionsService.updatePromotions(...)]]
   * **This extension uses the jalo layer**. The PromotionService delegates the calls to the promotion manager.   * **This extension uses the jalo layer**. The PromotionService delegates the calls to the promotion manager.
  
---Based on Hybris Version 5.3+--Based on Hybris Version 6.1