Skip to content

Shopping Cart

Pre-release
Pre-release
Compare
Choose a tag to compare
@evereq evereq released this 27 Oct 12:32
· 59 commits to master since this release
d72cd6d

This release brings a shopping cart to a mobile shop.

There are 2 flows:

  1. Buy one product, get back to a list of products from the same merchant, and add one more product to the order. The customer can do it as much as needed (for some period of time, this time limit will be added in a future version) and basically change the order to include all required products before it gets fully accepted by the merchant for delivery. No settings need to be changed for this flow, the customer just has a button "Back" to order more products.

  2. Shopping Cart, when customers add more and more products before creating an order. This is pretty standard functionality for most other mobile shop apps, however, we make it optional in our platform and you need to add SHOPPING_CART = true in the mobile shop .env to enable such functionality. The reason is that we believe that flow 1 is faster for customers who want to buy one product (one button click - get the order delivered, that's our platform goal) while it also simple if the customer wants to add more products to the same order.