8000 [ADD] ecommerce: How to sell accessories and optional products (cross… · creodoo/documentation-user@468ce31 · GitHub
[go: up one dir, main page]

Skip to content

Commit 468ce31

Browse files
fgi-odootivisse
authored andcommitted
[ADD] ecommerce: How to sell accessories and optional products (cross-selling)
1 parent 35d0856 commit 468ce31

7 files changed

+71
-0
lines changed

ecommerce/maximizing_revenue.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
=================
2+
Maximize your revenue
3+
=================
4+
5+
.. toctree::
6+
:titlesonly:
7+
8+
maximizing_revenue/upselling
9+
maximizing_revenue/cross_selling
10+
maximizing_revenue/reviews
11+
maximizing_revenue/pricing
12+
maximizing_revenue/promo_code
13+
14+
15+
16+
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
=============================================================
2+
How to sell accessories and optional products (cross-selling)
3+
=============================================================
4+
5+
You sell computers. Why not stimulating your customers to buy a top-notch
6+
screen or an extra-warranty? That's the goal of cross-selling functionalities:
7+
8+
* Accessory products on checkout page,
9+
* Optional products on a new *Add to Cart* screen (not installed by default).
10+
11+
Accessory products when checking out
12+
===================================
13+
14+
Accessories (e.g. for computers: mouse, keyboard) show up when the customer
15+
reviews the cart before paying.
16+
17+
.. image:: ./media/cross_sell_accessory_web.png
18+
:align: center
19+
20+
Select accessories in the *Sales* tab of the product detail page.
21+
22+
.. image:: ./media/cross_sell_accessory.png
23+
:align: center
24+
25+
.. note::
26+
There is an algorithm to figure out the best accessories to display in case
27+
several items are added to cart. If any item is the accessory of several products
28+
added to cart, it is most likely that it will be atop the list of suggested accessories.
29+
30+
Optional products when adding to cart
31+
=====================================
32+
33+
Optional products are directly related to the item added to cart (e.g. for computers:
34+
warranty, OS software, extra components). Whenever the main product is added to cart,
35+
such a new screen pops up as an extra step.
36+
37+
.. image:: ./media/cross_sell_optional_web.png
38+
:align: center
39+
40+
To publish optional products:
41+
42+
* Install *eCommerce Optional Products* addon in *Apps* menu. Remove the default filter to
43+
search on addons as well, otherwise only main apps show up.
44+
45+
.. image:: ./media/cross_sell_optional_install.png
46+
:align: center
47+
48+
* Select optional items from the *Sales* tab of the product detail form.
49+
50+
.. image:: ./media/cross_sell_optional.png
51+
:align: center
52+
53+
.. note::
54+
The quantity of optional items added to cart is the same than the main item.
55+
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)
0