|
| 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 | + |
0 commit comments