index.html 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <div class="oe_span12">
  4. <h2 class="oe_slogan">eCommerce Extension to Display Stock Info</h2>
  5. <h3 class="oe_slogan">Also Validates while adding products to Cart.</h3>
  6. </div>
  7. <div >
  8. <div class="oe_demo oe_picture oe_screenshot">
  9. <img class="oe_picture oe_screenshot" src="web_pos2.png"/>
  10. </div>
  11. </div>
  12. <div class="oe_span6">
  13. <p class='oe_mt32'>
  14. When you Check "Product STock Label" under Customize, system shall display Quantity Available with UOM if configured at the Top of the Product Image.
  15. </p><p>
  16. If Available Stock is Zero, then system displays as SOLD OUT.
  17. </p>
  18. </div>
  19. </div>
  20. </section>
  21. <section class="oe_container oe_dark">
  22. <div class="oe_row">
  23. <h2 class="oe_slogan">Display Stock based on Variant</h2>
  24. <h3 class="oe_slogan"></h3>
  25. <div >
  26. <div class="oe_demo oe_picture oe_screenshot">
  27. <img class="oe_picture oe_screenshot" src="web_pos3.png"/>
  28. </div>
  29. </div>
  30. <div class="oe_span6">
  31. <p class='oe_mt32'>
  32. When user checks the "Product Stock Available" under Customize in Add a Product to Stock Page, system displays the product Stock Information.
  33. </p><p>
  34. Based on selected Variant Stock Information shall be changed. If stock is not Available then, SOLD OUT shall be displayed and Add to Cart button shall be Disabled.
  35. </p>
  36. </div>
  37. </div>
  38. </section>
  39. <section class="oe_container">
  40. <div class="oe_row">
  41. <h2 class="oe_slogan">Validate while adding to Cart</h2>
  42. <h3 class="oe_slogan"></h3>
  43. <div >
  44. <img class="oe_picture oe_screenshot" src="web_pos6.png">
  45. </div>
  46. <div class="oe_span6">
  47. <p class='oe_mt32'>
  48. Error Warning shall be displayed and Add to Cart button shall be Disabled, while Adding to Cart more than Available.
  49. </p><p>
  50. and While Already some Products are Added and Trying to Add more than Available.
  51. </p><p>
  52. In Shipping Cart Page Error Warning shall be displayed and Process Checkout button shall be Disabled, while adding more than Available.
  53. </p>
  54. </div>
  55. </div>
  56. </section>
  57. <section class="oe_container oe_dark">
  58. <div class="oe_row">
  59. <h2 class="oe_slogan">Display Stock Based on Selected Variant</h2> </div>
  60. <div>
  61. <img class="oe_picture oe_screenshot" src="web_pos4.png">
  62. </div>
  63. <div>
  64. <img class="oe_picture oe_screenshot" src="web_pos5.png">
  65. </div>
  66. </section>
  67. <section class="oe_container oe_dark">
  68. <div class="oe_row">
  69. <h2 class="oe_slogan">Various Error Messages</h2> </div>
  70. <div>
  71. <img class="oe_picture oe_screenshot" src="web_pos7.png">
  72. </div>
  73. <div>
  74. <img class="oe_picture oe_screenshot" src="web_pos8.png">
  75. </div>
  76. <div>
  77. <img class="oe_picture oe_screenshot" src="web_pos9.png">
  78. </div>
  79. <div>
  80. <img class="oe_picture oe_screenshot" src="web_pos10.png">
  81. </div>
  82. </section>