[ADD] ecommerce: How to adapt the prices to my website visitors
This commit is contained in:
parent
468ce31638
commit
ef172abcb2
BIN
ecommerce/maximizing_revenue/media/website_pricelist_select.png
Normal file
BIN
ecommerce/maximizing_revenue/media/website_pricelist_select.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
36
ecommerce/maximizing_revenue/pricing.rst
Normal file
36
ecommerce/maximizing_revenue/pricing.rst
Normal file
@ -0,0 +1,36 @@
|
||||
==============================================
|
||||
How to adapt the prices to my website visitors
|
||||
==============================================
|
||||
|
||||
This section sheds some light on pricing features of eCommerce app:
|
||||
|
||||
* force a price by geo-localization,
|
||||
|
||||
* let the customer choose the currency.
|
||||
|
||||
As a pre-requisite, check out how to managing produt pricing:
|
||||
:doc:`../../sales/products_prices/prices/pricing`).
|
||||
|
||||
Geo-IP to automatically apply the right price
|
||||
================================================
|
||||
|
||||
Assign country groups to your pricelists. That way, your visitors not yet
|
||||
logged in will get their own currency when landing on your website.
|
||||
|
||||
Once logged in, they get the pricelist matching their country.
|
||||
|
||||
Currency selector
|
||||
=================
|
||||
|
||||
In case you sell in several currencies, you can let your customers choose
|
||||
their own currency. Check *Selectable* to add the pricelist to the website drop-down menu.
|
||||
|
||||
.. image:: ./media/website_pricelist_select.png
|
||||
:align: center
|
||||
:width: 50 %
|
||||
|
||||
.. seealso::
|
||||
|
||||
* :doc:`../../sales/products_prices/prices/pricing`
|
||||
* :doc:`../../sales/products_prices/prices/currencies`
|
||||
* :doc:`promo_code`
|
Loading…
Reference in New Issue
Block a user