Advertisement
eulyanov

HY410 Ljublana

Dec 11th, 2017
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. Exercise 13 - If "Coupon management" section is missing in the backoffice check if you have there extensions on $HYBRIS$/config/localextensions.xml
  2.  
  3. <extension name='promotionenginebackoffice' />
  4. <extension name="rulebuilderbackoffice" />
  5. <extension name="couponbackoffice" />
  6. <extension name="couponfacades" />
  7.  
  8. --- localextensions.xml ---
  9.  
  10. Look at OneDrive
  11.  
  12. --- OneDrive Share ---
  13.  
  14. https://sap-my.sharepoint.com/personal/evgeny_ulyanov_sap_com/_layouts/15/guestaccess.aspx?folderid=0b6e42b9ad6924dff9d42df38ba12be2d&authkey=AaUCDAaRmhVAxiiwrjHnKXs&expiration=2018-03-11T15%3A54%3A02.000Z&e=92d0edbbd91940ee95fcfa71b008b130
  15.  
  16. --- Day 1 Poll ---
  17.  
  18. https://goo.gl/forms/4x8eXJEd6Bu4kzqf2
  19.  
  20. --- Day 2 Poll ---
  21.  
  22. https://goo.gl/forms/xur51kweHyjyaDq93
  23.  
  24. --- Day 3 Poll ---
  25.  
  26. https://goo.gl/forms/KDQXLeoVrZDsRcYZ2
  27.  
  28. --- Useful Links ---
  29.  
  30. https://help.hybris.com/6.2.0/hcd/7875fe41507446f59c92eefe77abe807.html -- Variant Grouping
  31. https://wiki.hybris.com/display/hybrisALF/Upgrade+Projects# -- Upgrade Projects
  32.  
  33. --- Unit Tests ---
  34.  
  35. ant alltests -Dtestclasses.packages=com.customer.package.toTest.ClassToTest -Dfailbuildonerror=true
  36.  
  37. Can be used with unittests as well
  38.  
  39. -Dtestclasses.extensions
  40. -Dtestclasses.annotations
  41. -Dtestclasses.packages
  42.  
  43. --- Digital Payments ---
  44.  
  45. https://help.sap.com/viewer/product/DIGITALPAYMENTS/1.0/en-US
  46. https://wiki.hybris.com/display/media/Release+6.5+-+SAP+Digital+Payments+Integration
  47. https://www.hybris.com/ru/products/extensions?q=:prioritySort:solutionArea:Commerce (look for WordPay, PayPal)
  48. https://help.hybris.com/6.5.0/hcd/1431af6defa14619a8eeccffe45bad7f.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement