Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| shared:ecommerce_preparation [2022/02/11 15:27] – ggmei | shared:ecommerce_preparation [2022/02/14 18:16] (current) – ggmei | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| Elements to be defined: | Elements to be defined: | ||
| - | * Registration | + | * Registration |
| - | * Product | + | * Product |
| * Purchase process - steps, mandatory fields | * Purchase process - steps, mandatory fields | ||
| * Price logic - by product, quantity, discount rules | * Price logic - by product, quantity, discount rules | ||
| Line 16: | Line 16: | ||
| * Promotions | * Promotions | ||
| + | ==== Registration ==== | ||
| + | |||
| + | The standard process is with two screens: | ||
| + | * screen 1 - email and password (mandatory, inserted twice for confirmation) | ||
| + | * screen 2 - name and address (not mandatory, can be completed later) | ||
| + | The user is created after the second screen. | ||
| + | |||
| + | Options: | ||
| + | * the fields can be customised | ||
| + | * FB social login available | ||
| + | |||
| + | ==== Product ==== | ||
| + | |||
| + | The entity put to the cart and purchased. It can be a 3Spice catalog product or sub-product. | ||
| + | |||
| + | It's possible to create the product dynamically at the purchase time, for e-commerces of customisable products. In this case the process has to be designed. | ||