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.

Feature
Deployment Approach
Catalog
Catalog 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: ...
Published Date: Jan 18, 2025 2:44 AM
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...
Published Date: Jan 18, 2025 2:44 AM
Order Pages
Order Pages Liferay DXP 2024.Q4+/GA129+ [Beta Feature](https://learn.liferay.com/web/guest/w/dxp/system-administration/configuring-liferay/feature-flags#beta-feature-flags) The Classic Site...
Published Date: Jan 18, 2025 2:44 AM
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...
Published Date: Jan 18, 2025 2:44 AM
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...
Published Date: Jan 18, 2025 2:44 AM
Implementing a Custom Checkout Step
Implementing a Custom Checkout Step This tutorial will show you how to add a custom checkout step by implementing the CommerceCheckoutStep interface. A checkout step represents one screen of the...
Published Date: Jan 18, 2025 2:44 AM
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.
Published Date: Jan 18, 2025 2:44 AM
Implementing a Custom Exchange Rate Provider
Implementing a Custom Exchange Rate Provider This tutorial will show you how to add a custom exchange rate provider by implementing the ExchangeRateProvider interface. An exchange rate provider...
Published Date: Jan 18, 2025 2:44 AM
Implementing a New Payment Method
Implementing a New Payment Method This tutorial will show you how to add a new payment method by implementing the CommercePaymentMethod interface. Payment methods represent various ways customers...
Published Date: Jan 18, 2025 2:44 AM
Implementing a New Tax Engine
Implementing a New Tax Engine This tutorial will show you how to add a new tax engine by implementing the CommerceTaxEngine interface. A tax engine performs the calculation for taxes when a...
Published Date: Jan 18, 2025 2:44 AM
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...
Published Date: Jan 18, 2025 2:45 AM
Using the Commerce Classic Site Initializer
Using the Commerce Classic Site Initializer Liferay DXP 2024.Q4+/GA129+ [Beta...
Published Date: Jan 18, 2025 2:45 AM
Currencies Reference
Currencies Reference Liferay comes with multiple currencies pre-configured for use out-of-the-box. Your store must have a primary currency enabled to start processing orders. To manage currencies,...
Published Date: Jan 18, 2025 2:45 AM
Developer Guide
Developer Guide
Published Date: Jan 18, 2025 2:45 AM
Locale Options
Locale Options Liferay Commerce can be configured to work in different regions and languages. See the following articles to learn how to configure a store for regional variances in language,...
Published Date: Jan 18, 2025 2:45 AM
Add-ons and Connectors
Add-ons and Connectors
Published Date: May 9, 2024 6:45 PM
Mulesoft
Mulesoft Subscription The Liferay Connector to MuleSoft connects Liferay DXP to other platforms and services in the MuleSoft ecosystem. You can access the connector via Anypoint Studio or Anypoint...
Published Date: May 9, 2024 6:45 PM
TradeCentric (formerly PunchOut2Go)
TradeCentric (formerly PunchOut2Go)
Published Date: May 9, 2024 6:45 PM
Configuring the MuleSoft Connector
Configuring the MuleSoft Connector Liferay's connector to MuleSoft uses OpenAPI 3.0 documents that describe Liferay's APIs. Each OpenAPI document is deployed dynamically in your Liferay instance...
Published Date: May 9, 2024 6:45 PM
Designing Mule Flows
Designing Mule Flows After configuring the Liferay Connector to MuleSoft, you can start building Mule flows. These operations are available for Liferay's OpenAPI endpoints. Create Records ...
Published Date: May 9, 2024 6:45 PM
Liferay Commerce Connector to TradeCentric Reference Guide
Liferay Commerce Connector to TradeCentric Reference Guide Subscription There are several configuration terms in TradeCentric (formerly PunchOut2Go). TermDescription Punch out sessionThe set of...
Published Date: May 9, 2024 6:45 PM
Liferay Connector to TradeCentric (formerly PunchOut2Go)
Liferay Connector to TradeCentric (formerly PunchOut2Go) Subscription Liferay provides a TradeCentric (formerly PunchOut2Go) connector that integrates Liferay with a user's existing TradeCentric...
Published Date: May 9, 2024 6:45 PM
Salesforce
Salesforce Deprecated in Liferay DXP 2024.Q4/GA129 Subscription Liferay DXP 7.4 U35+ The Liferay Connector to Salesforce uses Talend job designs and Liferay's Job Scheduler to import data from...
Published Date: May 9, 2024 6:45 PM
Account Management
Account Management The Account Management page is where Store administrators and Account Managers manage Users and Accounts. Users may be invited to the store and assigned account-specific roles...
Published Date: May 9, 2024 6:45 PM
Cart
Cart You can use the Cart page to manage the contents of your cart. There are three associated widgets: Cart, Cart Summary, Mini Cart. Cart displays the contents of the cart. The widget contains...
Published Date: May 9, 2024 6:45 PM
Catalog
Catalog Liferay comes with four product types out-of-the-box. But you can leverage the extension point to add a new product type of your own.
Published Date: May 9, 2024 6:45 PM
Developer Guide
Developer Guide Welcome to the Liferay Commerce Developer Guide! Here are demonstrations of working custom modules that extend the features of Liferay Commerce. This shows you how to leverage...
Published Date: May 9, 2024 6:45 PM
Adding a New Product Type
Adding a New Product Type This tutorial will show you how to add a new product type by implementing three interfaces: CPType, ScreenNavigationCategory, and ScreenNavigationEntry. Product types can...
Published Date: May 9, 2024 6:45 PM
Content
Content Learn how to customize the way products appear in your storefront or add new data sources to the product publisher widget.
Published Date: May 9, 2024 6:45 PM
Implementing a Custom Product Content Renderer
Implementing a Custom Product Content Renderer This tutorial will show you how to add a custom product content renderer by implementing the CPContentRenderer interface. A product content renderer...
Published Date: May 9, 2024 6:45 PM
Implementing a Custom Low Stock Activity
Implementing a Custom Low Stock Activity Here, you'll learn how to add a custom low stock activity by implementing the CommerceLowStockActivity interface. Low stock activities are actions happen...
Published Date: May 9, 2024 6:45 PM
Adding a New Product Data Source for the Product Publisher Widget
Adding a New Product Data Source for the Product Publisher Widget This tutorial will show you how to add a new product data source by implementing the CPDataSource interface. Product data sources...
Published Date: May 9, 2024 6:45 PM
Managing Inventory
Managing Inventory Liferay's inventory engine comes with one low stock activity out-of-the-box. But you can use the extension point to add custom ones.
Published Date: May 9, 2024 6:45 PM
Order Management
Order Management Liferay's order engine contains several components that you can customize to fit your needs. You can add custom notification types, order statuses, order rules, and more.
Published Date: May 9, 2024 6:45 PM
Promotions
Promotions There are three discount rules available out-of-the-box with Liferay. But you can also use the extension point to add your own custom rules.
Published Date: May 9, 2024 6:45 PM
Implementing a Custom Notification Type
Implementing a Custom Notification Type You can configure Liferay Commerce to send email notifications for a variety of event triggers in your store. When there's no out-of-the-box notification...
Published Date: May 9, 2024 6:45 PM
Installation and Upgrades
Installation and Upgrades Liferay DXP 7.3 and Below Liferay Commerce is a digital commerce platform built on Liferay DXP. See the prerequisites and available options for installing, deploying, and...
Published Date: May 9, 2024 6:45 PM
Get Help
Get Help
Published Date: May 9, 2024 6:45 PM
Liferay Commerce Fix Delivery Method
Liferay Commerce Fix Delivery Method Subscription Required Delivering fixes is one of the essential services included with your Liferay Enterprise Subscription. For Liferay Commerce, we have...
Published Date: May 9, 2024 6:45 PM
3.0 Breaking Changes
3.0 Breaking Changes This is a chronological list of changes that break existing functionality, APIs, or contracts with third party Liferay Commerce developers or Users in Commerce 3.0. We try our...
Published Date: May 9, 2024 6:45 PM

Capabilities

Product

Education

Contact Us

Connect

Powered by Liferay
© 2024 Liferay Inc. All Rights Reserved • Privacy Policy