Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion content/applications/sales/point_of_sale.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ This hardware can be connected directly or through an :doc:`IoT system <../gener
point_of_sale/employee_login
point_of_sale/preparation
point_of_sale/self_order
point_of_sale/combos
point_of_sale/shop
point_of_sale/restaurant
point_of_sale/pricing
Expand Down
63 changes: 0 additions & 63 deletions content/applications/sales/point_of_sale/combos.rst

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
102 changes: 102 additions & 0 deletions content/applications/sales/point_of_sale/products.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ to return to the POS register.
click :guilabel:`Apply`. To reactivate the product before the set period ends, long-click the
product in the register, click the countdown timer, then click :guilabel:`Yes` to confirm.

.. seealso::
`Product creation (video tutorial) <https://youtu.be/b5eVusXHEvg?si=Xn3EBMmRfJ35mqyu>`_

POS product categories
======================

Expand All @@ -43,3 +46,102 @@ Once POS product categories are created, assign them to specific products:
To limit the categories displayed on the POS register, navigate to the :ref:`POS settings
<pos/use/settings>` and select the relevant categories in the :guilabel:`Restrict Categories` field
under the :guilabel:`Product & PoS categories` section.

.. _pos/products/combos:

Product combos
==============

A product combo is a bundle of multiple products sold together as a unit. Each product combo
consists of multiple categories, known as :ref:`combo choices <pos/products/combo-choices>`, and
each combo choice contains several items. When purchasing a product combo, customers can select one
or more items from each combo choice.

.. example::
A burger menu is offered as a product combo including three combo choices: one burger, one
drink, and one portion of fries. For each combo choice, customers select one item from the
available options (e.g., cheeseburger or chicken burger; soda or water; regular or large fries).

.. seealso::
`Product combos (video tutorial) <https://youtu.be/H8e2CakLhaQ?si=yjPbvYkj00K7OP3q>`_

.. _pos/products/combo-choices:

Combo choice creation
---------------------

To create the combo choices that will be added to the :ref:`product combo
<pos/products/combo-creation>`, follow the next steps:

#. Go to :menuselection:`Point of Sale --> Products --> Combo Choices` and click :guilabel:`New`.
#. Enter a name for the :guilabel:`Combo Choice`.
#. Set the maximum selectable items for the combo choice using the :guilabel:`Maximum items` field.
#. Set the number of items included in the combo choice using the :guilabel:`Includes items` field.
#. Optionally, enable the :guilabel:`Is Upsell` option if the combo choice is an upsell in the
:ref:`POS register <pos/use/open-register>`.
#. Click :guilabel:`Add a line` under the :guilabel:`Options` section to add the products that
constitute the :guilabel:`Combo Choices`.
#. If needed, click a product to add an :guilabel:`Extra Price`.

.. admonition:: Combo Price vs. Extra Price

- The :guilabel:`Combo Price` field shows the price applied to any additional product a customer
might select (i.e., when the :guilabel:`Maximum items` field is set to `2` or higher). This
price is automatically calculated based on the price of the least expensive product defined in
the :guilabel:`Combo Choice`.
- The :guilabel:`Extra Price` field is used to set an additional charge for a specific product in
the combo choice, e.g., to cover higher costs or encourage upselling. This extra price is
applied each time a customer selects that product within the combo choice.

.. note::
Enabling the :guilabel:`Is Upsell` option removes the :guilabel:`Includes items` field, which
prevents from including items for free.

.. _pos/products/combo-creation:

Product combo creation
----------------------

To create a specific product that contains :ref:`combo choices <pos/products/combo-choices>`,
follow the next steps:

#. Go to :menuselection:`Point of Sale --> Products --> Products` and click :guilabel:`New`.
#. Enter a product name.
#. Set the :guilabel:`Product Type` to :guilabel:`Combo` and select the relevant :ref:`Combo
Choices <pos/products/combo-choices>`.
#. Add a :guilabel:`Sales Price`.
#. Optionally, click the :guilabel:`Point of Sale` tab to select the preferred :guilabel:`Category`.

.. seealso::
:doc:`/applications/sales/sales/products_prices/products/variants`

.. _pos/products/combo-application:

Combo application
-----------------

To apply combos, follow these steps:

#. Open the :ref:`POS register <pos/use/open-register>`.
#. Click the desired product combo, and select the preferred items for each combo choice.
#. Click :guilabel:`Add to order`.
#. Continue with the order process.

.. note::
The total price of the product combo, as displayed in the :ref:`POS register
<pos/use/open-register>`, is based on the :guilabel:`Sales Price` defined on the :ref:`product
combo's form <pos/products/combo-creation>`. Selecting several products in the combo choices and
selecting a product with an :guilabel:`Extra Price` influences the total price.

.. example::
The :guilabel:`Office Combo` has a :guilabel:`Sales Price` of **300** € and offers a
selection of chairs and desks. The combo choice for chairs includes a conference chair, an
office chair, and an armchair with a maximum selectable amount set to 2. The :guilabel:`Combo
Price` for the chair combo choice is **35** € per added item because the conference chair is
the least expensive product. The armchair has an :guilabel:`Extra Price` of **100** € because
it is made of leather. Selecting the conference chair with the armchair increases the price
of the :guilabel:`Office Combo` to **435** €. Thus, selecting the armchair adds **35** €
(:guilabel:`Combo Price`) + **100** € (:guilabel:`Extra Price`).

.. image:: products/office-combo.png
:scale: 60%
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,8 @@ Once the media is selected, click :guilabel:`Add`.
Product combos
--------------

:doc:`Product combinations </applications/sales/point_of_sale/combos>` allow users to configure a
set of related products to buy as a bundle. To :ref:`configure combos <pos/combos/configuration>`,
:ref:`Product combinations <pos/products/combos>` allow users to configure a
set of related products to buy as a bundle. To :ref:`configure combos <pos/products/combo-choices>`,
go to :menuselection:`Website --> eCommerce --> Combo Choices`. Once finished and published,
customers can choose the combo when adding the product to the cart. Depending on the configuration,
certain items may incur an additional charge.
Expand Down
1 change: 1 addition & 0 deletions redirects/19.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,4 @@ applications/sales/sales/products_prices/alternative_products.rst applications/w
applications/sales/point_of_sale/configuration/https.rst applications/sales/point_of_sale/configuration.rst
applications/sales/point_of_sale/receipts_invoices.rst applications/sales/point_of_sale/use/pos_invoices.rst # receipts_invoices renamed because of content move
applications/sales/point_of_sale/pos_based_marketing.rst applications/sales/point_of_sale.rst # page deleted only info kept is contact details storage and is available on the pos homepage
applications/sales/point_of_sale/combos.rst applications/sales/point_of_sale/products.rst