Capability

Commerce

Liferay DXP includes robust e-commerce capabilities. Liferay’s commerce capabilities integrate content management, digital asset management, and comprehensive commerce functionalities, empowering you to deliver diverse online shopping experiences.

Use Liferay’s Commerce features to set up a storefront, add and manage products and catalogs, configure multiple channels for sales, configure multiple forms of payment, and much more.

Category
Category
Creating Store Content
Creating Store Content Because Liferay puts you in control of your site, building a store has two components: a complete catalog and a series of pages for displaying and selling products. Using an...
Commerce Storefront Pages
Commerce Storefront Pages Learn about the different pages that a commerce storefront uses in Liferay. These pages are available out-of-the-box in accelerators like Minium and Speedwell. If you...
Product Details
Product Details The Product Details page displays important information of a product. The Product Details page can contain information such as a short description about the product, its...
Search
Search You can use the search page to find content available on a Liferay site. This can be web content, knowledge base articles, documents, images, products, etc. The search page contains a search...
Catalog Page
Catalog Page The catalog page is the primary way for users to browse, search, and select products. Both the Minium and Speedwell accelerators include the following widgets in their catalog pages: ...
Checkout
Checkout The Checkout page contains the Checkout widget. It becomes active once a buyer clicks Checkout to submit an order. You can also implement a custom checkout step using extension points. See...
Order Pages
Order Pages Liferay DXP 2024.Q4+/Portal GA129+ [Beta Feature](../../../security-and-administration/administration/configuring-liferay/feature-flags.md#beta-feature-flags) Currently, this feature...
Creating a Catalog Page
Creating a Catalog Page The catalog page is the entry point to your company's product portfolio. On this page, they can browse, search, and select products. You can use the following widgets for a...
Creating Category Display Pages
Creating Category Display Pages You can link categories to widget pages to create and manage pages at scale in Liferay Commerce. Rather than managing one page for every category, you can define a...
Using Wish Lists
Using Wish Lists Liferay supports wish lists out-of-the-box. Wish lists make it easy to save products for purchase later. Adding Products to a Wish List All users have a default wish list...
Implementing a Custom Checkout Step
Implementing a Custom Checkout Step This tutorial shows you how to add a custom checkout step by implementing the CommerceCheckoutStep interface. A checkout step represents one screen of the...
Implementing a Custom Order Rule
Implementing a Custom Order Rule You can configure order rules in Liferay for orders that meet a specific condition. The Minimum Order Amount rule is available out-of-the-box. It prevents checkout...
Sales
Sales Liferay provides several extension points that you can use to improve the sales in your storefront. From adding a new checkout step to a new tax engine and more, the possibilities are endless.
Implementing a Custom Order Validator
Implementing a Custom Order Validator This tutorial explains how to add a custom order validator by implementing the CommerceOrderValidator interface. An order validator is a class that validates...
Implementing an Exchange Rate Provider
Implementing an Exchange Rate Provider You can implement the ExchangeRateProvider interface to add a custom exchange rate provider. An exchange rate provider uses a data source to perform the...
Implementing a New Payment Method
Implementing a New Payment Method This tutorial shows you how to add a new payment method by implementing the CommercePaymentMethod interface. Payment methods represent various ways customers can...
Implementing a New Tax Engine
Implementing a New Tax Engine This tutorial shows you how to add a new tax engine by implementing the CommerceTaxEngine interface. A tax engine performs the calculation for taxes when a...
Adyen
Adyen Liferay DXP 2024.Q3+/Portal GA125+ Liferay provides a client extension that integrates with Adyen using the payment integration client extension as a base. See Configuring Payment Methods to...
Account Management
Account Management Available Liferay 7.3 and Below In Liferay, accounts store customer information, such as billing and shipping addresses, order details, and VAT number. Once created, accounts...
Using the Commerce Classic Site Initializer
Using the Commerce Classic Site Initializer Liferay DXP 2024.Q4+/Portal GA129+ [Beta...