File tree 2 files changed +36
-0
lines changed
ecommerce/maximizing_revenue 2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
1
+ ==============================================
2
+ How to adapt the prices to my website visitors
3
+ ==============================================
4
+
5
+ This section sheds some light on pricing features of eCommerce app:
6
+
7
+ * force a price by geo-localization,
8
+
9
+ * let the customer choose the currency.
10
+
11
+ As a pre-requisite, check out how to managing produt pricing:
12
+ :doc: `../../sales/products_prices/prices/pricing `).
13
+
14
+ Geo-IP to automatically apply the right price
15
+ ================================================
16
+
17
+ Assign country groups to your pricelists. That way, your visitors not yet
18
+ logged in will get their own currency when landing on your website.
19
+
20
+ Once logged in, they get the pricelist matching their country.
21
+
22
+ Currency selector
23
+ =================
24
+
25
+ In case you sell in several currencies, you can let your customers choose
26
+ their own currency. Check *Selectable * to add the pricelist to the website drop-down menu.
27
+
28
+ .. image :: ./media/website_pricelist_select.png
29
+ :align: center
30
+ :width: 50 %
31
+
32
+ .. seealso ::
33
+
34
+ * :doc: `../../sales/products_prices/prices/pricing `
35
+ * :doc: `../../sales/products_prices/prices/currencies `
36
+ * :doc: `promo_code `
You can’t perform that action at this time.
0 commit comments