Sales
In the Sales area you will find the order management, order reports and campaigns.
This section introduces the architecture and design behind the Litium Studio ECommerce module and provides guidelines on how to start programming using the ECommerce module API.
This section explains how to change columns displayed in the back office orders grid, change order state translations, change "Order Export" format and enabling or disabling back office order creation.
When the user clicks the buy button of a product, the products are placed in the shopping cart.
This section introduces the checkout flow: the process of buying items that were placed into the shopping cart.
Pricing rules are logic that defines how the list price of a product is determined and how the order grand total is calculated, which includes calculation of VAT campaign discounts, delivery costs and fees.
This section describes how to place an order using Litium Studio ECommerce API and also introduces how ECommerce plugins interacts with each other. Also it presents code samples you need to put into Litium Studio template aspx pages in order to build a checkout flow page.
This section introduce delivery providers which are used to manage the delivery processes.
In Litium Studio states of an order (e.g. confirmed, processing, completed,..etc) in ECommerce is managed by the State Transitions system. This section introduces various states configured in Litium Studio and connections in between them.
This article describes how payment providers are implemented in Litium Studio. As a developer you will only need to be concerned about this, only if you are going to change a payment provider to implement additional functionality, or going to write a new payment provider.
This section introduces campaigns, which are special sales promotions that usually results in a lower cost to the end customer with the expectation of generating more sales volume to the merchant.
This section provide information on how to collect and show statistics through custom reports.