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/07 15:37] – ggmei | shared:ecommerce_preparation [2022/02/14 18:16] (current) – ggmei | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Setup an e-commerce ====== | ====== Setup an e-commerce ====== | ||
| - | |||
| Elements to be defined: | Elements to be defined: | ||
| - | * registrazione (processo, campi e indirizzi, social login) | + | * Registration |
| - | * prodotto, cosa si compra tecnicamente | + | * Product |
| - | * purchase | + | * Purchase |
| - | * calcolo di prezzo per tipi di prodotto, quantità | + | * Price logic - by product, quantity, discount rules |
| - | * visualizzazione prezzo (dove con iva, dove senza?) | + | * Price visualization - ex/after VAT, currencies |
| - | * gestione valute: prezzi | + | * Currencies - prices set/ |
| - | * VAT (tipo di attività, clienti US, EU, UK?) | + | * VAT - by type of activity, EU, extra EU |
| - | * shipping | + | * Shipping |
| - | * modalità di pagamento | + | * Payment methods - base, advanced |
| - | * processo post-ordine | + | * Post-order process |
| - | * notifiche | + | * Notification emails |
| - | * promozioni | + | * 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. | ||