Search Results

All Results 6974
Sort By
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Managing Exchange Rates for Commerce 2.1 and Earlier Versions
Managing Exchange Rates for Commerce 2.1 and Earlier Versions Exchange rates can be manually managed or automatically updated by an online service. To ensure that the store has the most recent...
Understanding the Currency Hierarchy
Understanding the Currency Hierarchy With Liferay, you can use different currencies across catalogs, price lists, and channels. Each currency has its own role in the currency hierarchy. The...
Enabling Guest Checkout
Enabling Guest Checkout You can enable guest checkout on a per-channel basis. Open the Global Menu (Applications Menu icon) and navigate to Commerce → Channels. Select the channel linked to...
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,...
Configuring the Commerce Notification Queue
Configuring the Commerce Notification Queue When channel events trigger notifications, Commerce logs them in the channel's Notification Queue tab with the Unsent status. By default, Liferay checks...
Notification Template Variables Reference Guide
Notification Template Variables Reference Guide When creating notification templates, you can use variables to populate email fields dynamically with data from the triggering event. Notification...
Users and Accounts
Users and Accounts Liferay Commerce provides specialized roles out of the box to satisfy e-commerce needs. These roles are included alongside the standard DXP roles and define basic user profiles...
Adding Addresses to an Account
Adding Addresses to an Account This article documents how to update an account's billing and shipping addresses using either the Account Management widget or the Control Panel. Using the Account...
Guest Checkout
Guest Checkout You can use guest checkout to submit orders without an account on the site. You can enable guest checkout on a per-channel basis. See Enabling Guest Checkout to learn more. After...
Liferay Commerce Configuration Overview
Liferay Commerce Configuration Overview You can find options to configure Commerce from the Global Menu. Access Commerce via the Global Application menu. Open the Global Menu (Global Menu) and go...
Sending Emails
Sending Emails You can configure Liferay to send email notifications for different events that happen in your store. For example, you may want to send updates to the order manager or another person...
Using Notification Templates
Using Notification Templates Email notifications are sent automatically to users based on events in the store. To send them, you must first create a Notification Template. Notification templates...
Using Notification Templates for Commerce 2.0 and Earlier Versions
Using Notification Templates for Commerce 2.0 and Earlier Versions Email notifications are sent automatically to users based on events in the store. To send them, you must first create a...
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...
Adding Addresses to an Account for Commerce 2.1 and Earlier Versions
Adding Addresses to an Account for Commerce 2.1 and Earlier Versions This article documents how to update an account's billing and shipping addresses using either the Control Panel. Navigate to...
Adding Organizations to Accounts
Adding Organizations to Accounts Organizations can be added to an Account to simplify the management and administration of accounts. To learn more about using Organizations with Accounts see Using...
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...
Creating Product Display Pages
Creating Product Display Pages With Liferay Commerce, you can link individual store products with site pages to create dedicated display pages for each product. Quickly design layouts using...
Using the Account Selector Fragment for Liferay DXP 7.4
Using the Account Selector Fragment for Liferay DXP 7.4 Liferay DXP 7.4 U72+/GA72+ The Account Selector fragment provides an easy way for users to switch between their accounts when browsing...
Using the New Organization Management Chart Widget
Using the New Organization Management Chart Widget Liferay DXP 2024.Q1+/Portal GA112+ You can use Liferay's organization management chart to view, manage, and search through organizations,...
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.
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...
Liferay Commerce Fragments
Liferay Commerce Fragments Liferay provides a variety of fragments out-of-the-box, so you can start building your solution right away. Fragments can be placed on content pages and page templates....
Using the Mini Cart Fragment
Using the Mini Cart Fragment Liferay DXP 7.4 U69+/GA69+ The Mini Cart fragment provides a detailed overview of your cart. You can use it to increase or decrease product quantity, delete products,...
Using the Price Range Facet Widget
Using the Price Range Facet Widget Liferay includes the Price Range Facet widget for quickly filtering product search results by price. Before adding this widget to a page, ensure you also have the...
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...
Creating Separate Catalog Pages for Individual Product Catalogs
Creating Separate Catalog Pages for Individual Product Catalogs Your storefront can contain products from multiple catalogs. Liferay stores products in catalogs and displays them in your storefront...
Enabling Commerce Products as Related Assets
Enabling Commerce Products as Related Assets You can connect products to other assets in Liferay by using the related assets relationship. Liferay DXP 7.4+ does not support products as related...
Liferay Commerce Widgets
Liferay Commerce Widgets Liferay provides a variety of widgets out-of-the-box, so you can start building your solution right away. Widgets can be placed on content pages, widget pages, and page...
Using the Product Downloads Widget
Using the Product Downloads Widget Liferay includes the Product Downloads widget to access and download digital assets purchased as Virtual Products. Click Add(Add) from the top menu. If you...
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...
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...
Returns Page
Returns Page Liferay DXP 2024.Q4+/Portal GA129+ The returns page contains a list of all return requests placed by the customer. Select a return request to view the status of the request and 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...
Using the Account Selector Fragment Set
Using the Account Selector Fragment Set Currently, this feature is behind a release feature flag (LPD-58472). Read Release Feature Flags for more information. The Account Selector fragment set is...
Using the Mini Cart Widget
Using the Mini Cart Widget Liferay Commerce comes with a Mini Cart widget that provides a quick overview of the current cart status. The Mini Cart widget is not the same as the custom mini cart...
Widgets Reference
Widgets Reference Widgets are building blocks you can use to add content and dynamic functionality to your site. While Liferay includes a wide variety of generic widgets, it also includes dedicated...
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...
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...
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...
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...
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.
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...
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...
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 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 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 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...
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...
Content
Content Learn how to customize the way products appear in your storefront or add new data sources to the product publisher widget.
Customizing Order Management
Customizing 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.
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.
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 that happen...
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...
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...
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...
Checkout Step Client Extension Reference
Checkout Step Client Extension Reference Checkout Step Client Extension YAML Reference FieldValueDescription activetrueSpecifies that the checkout step is active....
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...
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...
Liferay Commerce Fix Delivery Method
Liferay Commerce Fix Delivery Method Subscription Delivering fixes is one of the essential services included with your Liferay Enterprise Subscription. For Liferay Commerce, we have designed our...