index.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">Configuration to mandatory customer selection before payment</h2>
  5. </div>
  6. <div class="oe_span6">
  7. <p class='oe_mt32'>
  8. Configuration option to set the customer is required or not.
  9. </p>
  10. </div>
  11. <div class="oe_span6">
  12. <img class="oe_picture oe_screenshot" src="mandatory.png"/>
  13. </div>
  14. </div>
  15. </section>
  16. <section class="oe_container">
  17. <div class="oe_row oe_spaced">
  18. <div class="oe_span12">
  19. <h2 class="oe_slogan">It Alerts for the customer selection while Payment.</h2>
  20. </div>
  21. <div class="oe_span6">
  22. <img class="oe_picture oe_screenshot" src="customer1.png"/>
  23. </div>
  24. <div class="oe_span6">
  25. <p class='oe_mt32'>
  26. This module is useful to keep mendatory customer selection in the Point Of Sale while Payment.
  27. </p>
  28. </div>
  29. </div>
  30. </section>
  31. <section class="oe_container oe_dark">
  32. <div class="oe_row">
  33. <h2 class="oe_slogan">Alert on Payment</h2>
  34. <div class="oe_span6">
  35. <p class='oe_mt32'>
  36. Alert on Payment method for Customer Selection.
  37. </p>
  38. </div>
  39. <div class="oe_span6">
  40. <div class="oe_bg_img oe_centered">
  41. <img class="oe_picture oe_screenshot" src="alert.png">
  42. </div>
  43. </div>
  44. </div>
  45. </section>