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
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...
发布日期: 2024-4-26 下午8:48
Enabling Commerce Products as Related Assets
Enabling Commerce Products as Related Assets Commerce Products can be connected to other assets in Liferay Commerce by using the Related Assets relationship. Liferay DXP 7.4+ does not support...
发布日期: 2024-4-26 下午8:48
Using Wish Lists
Using Wish Lists Liferay Commerce comes with 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...
发布日期: 2024-4-26 下午8:48
Content
Content :file: ../landingpage_template.html :file: content/landing.html
发布日期: 2024-4-26 下午8:48
Catalog
Catalog :file: ../landingpage_template.html :file: catalog/landing.html
发布日期: 2024-4-26 下午8:48
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...
发布日期: 2024-4-26 下午8:48
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...
发布日期: 2024-4-26 下午8:48
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...
发布日期: 2024-4-26 下午8:48
Sales
Sales :file: ../landingpage_template.html :file: sales/landing.html
发布日期: 2024-4-26 下午8:48
Recipe TEST
Duis placerat, risus eget ornare ultrices, lorem mauris tempor nunc, sed aliquam diam metus quis velit. Donec aliquam eu sem ac eleifend. Donec condimentum sagittis semper. Sed blandit ipsum id...
发布日期: 2024-6-25 下午1:36
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...
发布日期: 2024-4-26 下午8:48
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...
发布日期: 2024-4-26 下午8:48
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...
发布日期: 2024-4-26 下午8:48
Commerce Order Engine Overview
Commerce Order Engine Overview Coming soon!
发布日期: 2024-4-26 下午8:48
Promotions
Promotions :file: ../landingpage_template.html :file: promotions/landing.html
发布日期: 2024-4-26 下午8:48
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...
发布日期: 2024-4-26 下午8:48
Installation and Upgrades
Installation and Upgrades :file: landingpage_template.html :file: installation-and-upgrades/landing.html
发布日期: 2024-4-26 下午8:48
Get Help
Get Help :file: landingpage_template.html :file: get-help/landing.html
发布日期: 2024-4-26 下午8:48
Payment and Delivery Terms
Payment and Delivery Terms Liferay DXP 7.4 U16+/GA16+ Payment Terms Payment Terms govern the terms of a transaction between a buyer and seller. You can specify different Payment Terms for...
发布日期: 2024-4-26 下午8:48
Terms and Conditions
Terms and Conditions Liferay supports adding Terms and Conditions to an order through Payment and Delivery Terms. These are conditions upon which the buyer and seller both must agree. Payment Terms...
发布日期: 2024-4-26 下午8:48
Setting Rates for Tax Calculations
Setting Rates for Tax Calculations Liferay Commerce includes built-in tools for defining and applying tax rates to Product and shipping costs. These rates are calculated using configurable Tax...
发布日期: 2024-4-26 下午8:49
Adding Products to a Price List
Adding Products to a Price List Once you've created a price list, create price entries to add product SKUs to it. These entries are used when determining a product's unit price and override an...
发布日期: 2024-4-26 下午8:48
Applying Tax Rates
Applying Tax Rates Once you've added tax rates to a Tax Category, you can apply those rates to Channel Products and shipping costs by assigning the Tax Category to them. When assigned, all...
发布日期: 2024-4-26 下午8:48
Creating a Price List
Creating a Price List You can create price lists to store SKU price entries that target specific accounts, channels, and order types. They're used when determining a product's unit price and...
发布日期: 2024-4-26 下午8:49
Creating Tax Categories
Creating Tax Categories Liferay Commerce uses Tax Categories to store and apply tax rates to Channel Products and shipping costs. Once a Tax Category is created, you can use Tax Calculation Engines...
发布日期: 2024-4-26 下午8:49
Developer Guide
Developer Guide :::: 2 :gutter: 3 3 3 3 ::: Price List API Basics :link: ./developer-guide/price-list-api-basics.md ::: ::: Discount API Basics :link: ./developer-guide/discount-api-basics.md :::...
发布日期: 2024-4-26 下午8:49
Configuring Taxes
Configuring Taxes :file: ../landingpage_template.html :file: configuring-taxes/landing.html
发布日期: 2024-4-26 下午8:48
Pricing
Pricing :file: landingpage_template.html :file: pricing/landing.html
发布日期: 2024-4-26 下午8:48
Price List API Basics
Price List API Basics You can manage price lists from the Applications menu or with REST APIs. Call the headless-admin-commerce-pricing services to create and manage price lists. Adding a Price...
发布日期: 2024-4-26 下午8:49
Introduction to Pricing
Introduction to Pricing Liferay provides a robust pricing system to fine-tune product prices. You can define multiple price entries for a single product SKU and determine which accounts, account...
发布日期: 2024-4-26 下午8:49
Discount API Basics
Discount API Basics You can manage discounts from the Applications menu or with REST APIs. Call the headless-admin-commerce-pricing services to create and manage discounts. Adding a Discount Once...
发布日期: 2024-4-26 下午8:49
Pricing Configuration Reference
Pricing Configuration Reference You can change the default discovery logic and other parameters of the pricing engine through system settings. To access these settings, open the Global Menu...
发布日期: 2024-4-26 下午8:49
Creating a Discount
Creating a Discount Follow the steps below to create a discount by selecting the discount type, the target customers, and setting the discount rates. Once the discount has been created, specify...
发布日期: 2024-4-26 下午8:49
Introduction to Discounts
Introduction to Discounts Discounts are price reductions you can apply to products and orders to offer incentives to customers. When creating a discount, you determine whether to reduce the set...
发布日期: 2024-4-26 下午8:49
Introduction to Promotions
Introduction to Promotions You can create Promotions in Liferay to offer promotional pricing to all customers or a set of customers. A promotion shows the difference between a product's list price...
发布日期: 2024-4-26 下午8:49
Creating a Promotion
Creating a Promotion The example below creates a promotion that reduces the price of all products in the catalog by 20% on the 4th of July. All accounts, account groups, channels, and order types...
发布日期: 2024-4-26 下午8:49
Promoting Products
Promoting Products :::: 2 :gutter: 3 3 3 3 ::: Introduction to Discounts :link: ./promoting-products/introduction-to-discounts.md ::: ::: Creating a Discount :link:...
发布日期: 2024-4-26 下午8:49
Introduction to Product Groups
Introduction to Product Groups Product groups are static groups of products you can use for targeted discounts or pricing. Product groups are ideal in two scenarios: If you have products that...
发布日期: 2024-4-26 下午8:49
Understanding Recommendation Types
Understanding Recommendation Types Subscription TypeIncludes Product DataIncludes Order DataPersonalizedContext AwareFrequencyDescription Content-Based Product Recommendations[✔] [✔] Recommends...
发布日期: 2024-4-26 下午8:49
Product Recommendations
Product Recommendations Subscription Liferay supports both content- and user-based product recommendations. You can display these using Product and Order data from your Liferay instance. To get...
发布日期: 2024-4-26 下午8:49
Using Product Recommendations
Using Product Recommendations Coming soon!
发布日期: 2024-4-26 下午8:49
Using Price Tiers
Using Price Tiers With Liferay Commerce, you can use Price Tiers to offer price reductions based on the quantity of a product ordered. Prices set this way take precedence for associated users when...
发布日期: 2024-4-26 下午8:49
Replacement Products
Replacement Products Products undergo a life cycle after which they reach end-of-life (EOL). Some products are discontinued completely while others can have a replacement, to bring newer and better...
发布日期: 2024-4-26 下午8:49
Using Discount Levels
Using Discount Levels You can create discount levels to apply multiple discounts to products and orders. Commerce applies these discounts consecutively according to their rank. For example, if you...
发布日期: 2024-4-26 下午8:49
Promotions Reference
Promotions Reference FieldDescription NameName of the promotion CatalogCatalog attached to the promotion. The promotion does not apply to products outside the selected Catalog. CurrencyCurrency...
发布日期: 2024-4-26 下午8:49
Catalogs
Catalogs :file: ../landingpage_template.html :file: catalogs/landing.html
发布日期: 2024-4-26 下午8:49
Setting a Product's Base Price
Setting a Product's Base Price When you create an SKU, it doesn't have a base price. A price entry for the SKU is created automatically in the catalog's base price list, but you must change it to...
发布日期: 2024-4-26 下午8:49
Using Gross and Net Price Types
Using Gross and Net Price Types With Liferay Commerce, you can use either the Gross or Net price type for calculating promotions and discounts. This setting is configured for Price Lists and...
发布日期: 2024-4-26 下午8:49
Using Price Modifiers
Using Price Modifiers Price modifiers target the prices set in a price list and modify them based on the criteria configured. Price modifiers can target catalogs, product groups, categories, and...
发布日期: 2024-4-26 下午8:49
Using the Promotion Base List
Using the Promotion Base List When you create a new Catalog, a new Promotion Base List is automatically created. You cannot control the Eligibility or add any Price Modifiers for a Promotion Base...
发布日期: 2024-4-26 下午8:49
Liferay Commerce Connector to PunchOut2Go Reference Guide
Liferay Commerce Connector to PunchOut2Go Reference Guide Subscription Required This article describes configuration terms for Liferay Commerce Connector to PunchOut2Go. TermDescription Punch out...
发布日期: 2024-4-26 下午8:47
Add-ons and Connectors
Add-ons and Connectors :file: landingpage_template.html :file: add-ons-and-connectors/landing.html
发布日期: 2024-4-26 下午8:47
Order API Basics
Order API Basics You can manage orders from the Applications menu or with REST APIs. Call the headless-admin-commerce-order services to create and manage orders. Adding an Order Once Liferay is...
发布日期: 2024-4-26 下午8:48
Order Type API Basics
Order Type API Basics You can manage order types from the Applications menu or with REST APIs. Use the /order-types endpoint from headless-admin-commerce-order to create and manage order types. ...
发布日期: 2024-4-26 下午8:48
Warehouse Reference Guide
Warehouse Reference Guide To manage warehouses, open the Global Menu (Global Menu) and navigate to Commerce → Warehouses. If you're using Commerce 2.0 or 2.1, the warehouse settings are located in...
发布日期: 2024-4-26 下午8:48
Developer Guide
Developer Guide :::: 2 :gutter: 3 3 3 3 ::: Order API Basics :link: ./developer-guide/order-api-basics.md ::: ::: Order Type API Basics :link: ./developer-guide/order-type-api-basics.md ::: :::...
发布日期: 2024-4-26 下午8:48
Order Management
Order Management :file: landingpage_template.html :file: order-management/landing.html
发布日期: 2024-4-26 下午8:48
Term API Basics
Term API Basics You can manage terms and conditions from the Applications menu or with REST APIs. Use the /terms endpoint from headless-admin-commerce-order to create and manage terms and...
发布日期: 2024-4-26 下午8:48
Using the Minimum Order Amount Rule
Using the Minimum Order Amount Rule Liferay DXP 7.4 U1+/GA5+ Because of the cost to fulfill an order, you may want to accept only orders above a certain amount. You can do this through order rules...
发布日期: 2024-4-26 下午8:48
Using the Products Limit Rule
Using the Products Limit Rule Liferay DXP 2024.Q1+/Portal 7.4 GA112+ You may want to prevent customers from purchasing products from a specific product group. For instance, a machines manufacturer...
发布日期: 2024-4-26 下午8:48

Capabilities

Product

Contact Us

Connect

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