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
Capability
Workspace Settings
Workspace Settings In settings, view and manage your Analytics Cloud workspace. Click the settings link at the bottom left of the UI. Invite other users and manage access to the workspace. View...
Published Date: May 9, 2024 6:45 PM
Contact Sync Data Reference
Contact Sync Data Reference When you Sync Contacts from your Liferay Instance, you can choose different fields from the Contacts table and the User table. Fields are selected from the contacts...
Published Date: May 9, 2024 6:45 PM
Managing Properties
Managing Properties After creating a property it can be managed and modified from the Workspace Settings section of Analytics Cloud. Navigate to Settings → Workspace Settings → Properties. ...
Published Date: May 9, 2024 6:45 PM
Managing Users
Managing Users If you are the workspace Owner or have been assigned the Admin permission, you can invite and manage users. Here’s how to bring up the User Management page: Click on Settings in...
Published Date: May 9, 2024 6:45 PM
Scoping Sites and Individuals Using Properties
Scoping Sites and Individuals Using Properties A Property allows you to define and associate a label to a single or multiple sites. This allows you to aggregate the analytics data for all...
Published Date: May 9, 2024 6:45 PM
Add-ons and Connectors
Add-ons and Connectors
Published Date: May 9, 2024 6:45 PM
Managing Workspaces
Managing Workspaces You can view and change your workspace settings from the settings page. Navigate to Settings → Workspace Settings → Workspace. Workspace Name: The name of your analytics...
Published Date: May 9, 2024 6:45 PM
Tracking Usage
Tracking Usage Analytics Cloud plans are limited by the total amount of Individuals and Page Views synced from data sources. When either limit is exceeded, Analytics Cloud users are prompted to...
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/Portal GA129 Subscription Liferay DXP 7.4 U35+ The Liferay Connector to Salesforce uses Talend job designs and Liferay's Job Scheduler to import data...
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 shows you how to add a new product type by implementing three interfaces: CPType, ScreenNavigationCategory, and ScreenNavigationEntry. Product types can be...
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 shows 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, 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 shows 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
Implementing a Custom Order Status
Implementing a Custom Order Status You can add a custom order status by implementing the CommerceOrderStatus interface. The Commerce Order Engine provides a standard order flow out-of-the-box, but...
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
Adding a New Discount Rule Type
Adding a New Discount Rule Type You can add a new discount rule type by implementing two interfaces: CommerceDiscountRuleType and CommerceDiscountRuleTypeJSPContributor. Discount rule types define...
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
Using Client Extensions
Using Client Extensions Liferay DXP 2024.Q1+/Portal GA112+ Using client extensions, you can extend Liferay without using OSGi modules. Deploy them to any Liferay environment, whether you host it...
Published Date: May 9, 2024 6:45 PM
Shipping Engine Client Extension Reference
Shipping Engine Client Extension Reference Shipping Engine Client Extension YAML Reference FieldValueDescription keyliferay-sample-commerce-shipping-engineSpecifies the unique key for the shipping...
Published Date: May 9, 2024 6:45 PM
Using the Checkout Step Client Extension
Using the Checkout Step Client Extension Liferay DXP 2024.Q1+/Portal GA112+ You can use a client extension to create a new checkout step. This tutorial uses an example client extension from the...
Published Date: May 9, 2024 6:45 PM
Checkout Step Client Extension Reference
Checkout Step Client Extension Reference Checkout Step Client Extension YAML Reference FieldValueDescription activetrueSpecifies that the checkout step is active....
Published Date: May 9, 2024 6:45 PM
Payment Integration Client Extension Reference
Payment Integration Client Extension Reference Payment Integration Client Extension YAML Reference FieldValueDescription keyliferay-sample-commerce-payment-integrationSpecifies the unique key for...
Published Date: May 9, 2024 6:45 PM
Using the Payment Integration Client Extension
Using the Payment Integration Client Extension Liferay DXP 2024.Q1+/Portal GA112+ You can use a client extension to integrate with a new payment method in Liferay. This client extension from the...
Published Date: May 9, 2024 6:45 PM
Using the Shipping Engine Client Extension
Using the Shipping Engine Client Extension Liferay DXP 2024.Q1+/Portal GA112+ You can use a client extension to add a new shipping engine to Liferay. This client extension from the sample...
Published Date: May 9, 2024 6:45 PM
Commerce
Commerce Use Liferay Commerce to build, manage, and scale online stores for B2B or B2C. Learn how to set up your store, manage products, configure pricing and payments, and handle orders and...
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
Permissions and Documents
Permissions and Documents With Liferay's permissions framework, you can control which users can create, view, download, and manage Documents and Media assets. You can give permissions to an...
Published Date: May 9, 2024 6:50 PM
Publishing Documents
Publishing Documents Liferay makes it easy to publish and showcase documents and other types of media files. As you begin uploading media files, you probably want to start sharing them on your...
Published Date: May 9, 2024 6:50 PM
Using Adaptive Media
Using Adaptive Media Liferay 7.4+ Liferay Adaptive Media processes images stored in the document library to produce copies at different resolutions. Once generated, you can use the adapted images...
Published Date: May 9, 2024 6:50 PM
Adaptive Media Configuration Reference
Adaptive Media Configuration Reference Liferay 7.3 U28+/GA28+ and 7.4 U78+/GA78+ With Adaptive Media, you can configure supported media types, determine the resolutions used for previews and...
Published Date: May 9, 2024 6:50 PM
Sharing Documents with Other Users
Sharing Documents with Other Users Using DXP's Documents and Media app, users can share files directly with each other. You can disable sharing. For instructions on this, see Enabling and...
Published Date: May 9, 2024 6:50 PM
Managing Image Resolutions
Managing Image Resolutions You can manage adapted image resolutions via the Adaptive Media application. This includes manually generating adapted images, disabling/enabling resolutions, as well as...
Published Date: May 9, 2024 6:50 PM
Using Adapted Images in Site Content
Using Adapted Images in Site Content Adaptive Media operates in the background to create multiple resolutions for images uploaded to Liferay DXP. When used in blogs, web content, or content pages,...
Published Date: May 9, 2024 6:50 PM
Configuring Limits for File Previews
Configuring Limits for File Previews Liferay DXP 2024.Q1/Portal GA112 Users can preview certain documents (e.g. PDF or text files) in the Documents and Media application; however, previews can...
Published Date: May 9, 2024 6:50 PM
Creating and Editing Documents with Microsoft Office 365
Creating and Editing Documents with Microsoft Office 365 Use Office 365™ to create and edit text documents, spreadsheets, or presentations for storage in the Documents and Media library. After...
Published Date: May 9, 2024 6:50 PM
Editing Images
Editing Images Liferay's Documents and Media includes a built-in image editor for cropping and rotating images without switching contexts. To use the image editor, open Documents and Media, click...
Published Date: May 9, 2024 6:50 PM
Adding Image Resolutions
Adding Image Resolutions By default, Adaptive Media includes two image resolutions: preview and thumbnail. You can define additional image resolutions to help optimize site performance for common...
Published Date: May 9, 2024 6:50 PM
Migrating Documents and Media Thumbnails to Adaptive Media
Migrating Documents and Media Thumbnails to Adaptive Media DXP automatically generates image thumbnails in Documents and Media using Adaptive Media, which is included by default starting with DXP...
Published Date: May 9, 2024 6:50 PM
Using Workflow with Documents and Media
Using Workflow with Documents and Media Documents and Media is fully integrated with Liferay's workflow engine. This means you can define custom review and approval processes for your files. In...
Published Date: May 9, 2024 6:50 PM
Uploading and Managing
Uploading and Managing Use your Liferay environment to upload and manage digital assets. This section covers topics from the basics of uploading files to advanced management of digital documents...
Published Date: May 9, 2024 6:50 PM
Configuring Document URLs
Configuring Document URLs Liferay 7.4 U27+/GA27+ When a file is uploaded, Liferay automatically generates a friendly URL for accessing it. This URL uses the following structure:...
Published Date: May 9, 2024 6:50 PM
Copying Folders and Documents
Copying Folders and Documents Liferay 2024.Q1+/Portal GA112+ With Documents and Media, you can copy folders, files, and shortcuts between sites and connected asset libraries. This can accelerate...
Published Date: May 9, 2024 6:50 PM
Creating Documents
Creating Documents You can use external tools like Google Drive and Microsoft Office 365 to create, edit, and store documents, spreadsheets, and presentations directly within Liferay's Documents...
Published Date: May 9, 2024 6:50 PM
Creating and Editing Documents with Google Drive
Creating and Editing Documents with Google Drive You can use Google Docs™ to create and edit text documents, spreadsheets, or presentations for storage in the Docs and Media library. When you...
Published Date: May 9, 2024 6:50 PM
Enabling DocuSign Digital Signatures
Enabling DocuSign Digital Signatures Liferay Portal 7.4 GA3+ You can now integrate DocuSign digital signatures into your Liferay documents. DocuSign is a service that manages documents to be...
Published Date: May 9, 2024 6:50 PM
Linking to Files on Google Drive
Linking to Files on Google Drive You can create files in your Document Library that link to files in Google Drive™ or images in Google Photos™. To enable this functionality, see Enabling Links to...
Published Date: May 9, 2024 6:50 PM

Capabilities

Product

Education

Contact Us

Connect

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