...
Checkout is the final step in the shopping process, where the customer reviews their cart, enters payment information, and confirms the order. In our platform checkout consists of two steps: cart and payment page. In this section, we’ll focus on the /cart page. To learn more about payments, please navigate to the
What does checkout look like?
...
How are prices calculated at cart?
Prices are retrieved from the POS. This ensures we display the correct price before the order is placed.
...
...
There is one exception to this. As the delivery partners such as DMP need the basket value to return a delivery quote, we do calculate the pricing within partner service and save the value on order object.
How do discounts How do promo codes work?
You may read more about campaigns, promotions and discounts here.
What is total?
The total represents an order total reported by the POS,
totalCents
includes any additional fees (e.g., delivery fees, bag fees) applicable to the order.
What is subtotal?
The subtotal represent a total cost of the order cart entries expressed by
subtotalCents
in the platform. (May include tax depending on the market)
How is tax calculated?
For most of the markets, the tax amount is included in the price of the item. If you wish to include a separate line indicating a cumulative item tax amount please contact your CSM to disable the
enable-hide-tax-line flag
.If you wish to add additional information about tax related to Total amount you may adjust so in Lokalize searching for the following string:
...