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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20:48
Content
Content :file: ../landingpage_template.html :file: content/landing.html
Fecha de publicación: 26-abr-2024 20:48
Catalog
Catalog :file: ../landingpage_template.html :file: catalog/landing.html
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20:48
Sales
Sales :file: ../landingpage_template.html :file: sales/landing.html
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 25-jun-2024 13: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20:48
Commerce Order Engine Overview
Commerce Order Engine Overview Coming soon!
Fecha de publicación: 26-abr-2024 20:48
Promotions
Promotions :file: ../landingpage_template.html :file: promotions/landing.html
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20:48
Installation and Upgrades
Installation and Upgrades :file: landingpage_template.html :file: installation-and-upgrades/landing.html
Fecha de publicación: 26-abr-2024 20:48
Get Help
Get Help :file: landingpage_template.html :file: get-help/landing.html
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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 :::...
Fecha de publicación: 26-abr-2024 20:49
Configuring Taxes
Configuring Taxes :file: ../landingpage_template.html :file: configuring-taxes/landing.html
Fecha de publicación: 26-abr-2024 20:48
Pricing
Pricing :file: landingpage_template.html :file: pricing/landing.html
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20: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:...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20:49
Understanding Recommendation Types
Understanding Recommendation Types Subscription TypeIncludes Product DataIncludes Order DataPersonalizedContext AwareFrequencyDescription Content-Based Product Recommendations[✔] [✔] Recommends...
Fecha de publicación: 26-abr-2024 20: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...
Fecha de publicación: 26-abr-2024 20:49

Capabilities

Product

Contact Us

Connect

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