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
コマース製品を関連するアセットとして利用可能に
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...
新しい商品タイプの追加
新しい商品タイプの追加 このチュートリアルでは、3つのインターフェースを実装することで、新しい商品タイプを追加する方法を紹介します。 CPType ,、 ScreenNavigationCategory 、 ScreenNavigationEntry です。 商品タイプを使用して、類似の特性を共有する商品をグループ化できます。 Liferay Commerceでは、3...
コンテント
Content Learn how to customize the way products appear in your storefront or add new data sources to the product publisher widget.
カスタム商品コンテンツレンダラーの実装
カスタム商品コンテンツレンダラーの実装 このチュートリアルでは、 CPContentRenderer インターフェイスを実装して、カスタム商品コンテンツレンダラーを追加する方法を示します。 商品コンテンツレンダラーは、商品を表示できるさまざまなウィジェットで、特定の商品タイプの商品詳細を表示するスタイルを提供します。 Liferay Commerceは、シンプル商品用の...
在庫管理
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.
カスタムの在庫数低下アクティビティの実装
カスタムの在庫数低下アクティビティの実装 このチュートリアルでは、 CommerceLowStockActivity インターフェイスを実装して、カスタムの在庫数低下アクティビティを追加する方法を示します。 在庫数低下アクティビティは、商品が設定された最小在庫数量を下回った場合に自動的に実行されるアクションです。 Liferay Commerceは、1つの...
カスタム注文ステータスの実装
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...
プロモーション
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.
新しい割引ルールタイプの追加
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...
注文管理のカスタマイズ
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.
注文管理ステータスリファレンスガイド
注文管理ステータスリファレンスガイド Liferay Commerce 2.0 Liferay Commerceのすべての注文には、注文情報とそれに関連付けられた注文管理ステータスがあります。 この記事では、注文 メニューにある、 注文 、 支払いステータス 、および ワークフローステータス の3つの注文管理ステータスタイプについてレビューします。 Order Management...
支払い参考
Payments Reference The Payments application displays the following information about each payment entry. FieldDescription IDID of the payment or refund TypeSpecifies whether it is a payment or a...
商品を価格表に追加する
商品を価格表に追加する 価格リスト を作成したら、価格エントリーを作成し、商品SKUを追加します。 これらの項目は、商品の単価を決定する際に使用され、対象となる顧客に対してSKUの基本価格を上書きします。 商品SKUの価格リストに価格項目を追加するには、以下の手順に従ってください: グローバルメニュー( アプリケーションメニューアイコン )を開き、 価格設定 → 価格リスト...
税金の設定
Configuring Taxes Liferay Commerce provides flexible tools to manage taxes across different Products, Channels, and shipping configurations. You can define Tax Categories to group tax rates and use...
税の計算のためのレート設定
税の計算のためのレート設定 Liferay Commerceには、商品や送料に税率を定義して適用するためのツールが組み込まれています。 これらのレートは、設定可能な税エンジンを使用して計算され、 税カテゴリーに追加されます。 その後、チャネル商品や送料に税カテゴリーを割り当てることで、それらに税率を適用することができます。 税エンジンの理解 税計算の構成 税率の設定 ...
ディスカウントAPIの基本
ディスカウントAPIの基本 アプリケーションメニューから、またはREST APIを使用して割引を管理できます。 headless-admin-commerce-pricing サービスを呼び出して、割引を作成・管理します。 ディスカウントを追加する Liferayが起動したら。 割引API基礎編 をダウンロードし、解凍してください。 curl...
価格表APIの基本
価格表APIの基本 アプリケーションメニューやREST APIで価格表を管理することができます。 headless-admin-commerce-pricing サービスに電話し、価格表を作成・管理します。 価格表の追加 Liferayの実行後、 Download and unzip Price List API Basics . curl...
商品のプロモーション
商品のプロモーション
割引を作成する
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...
価格表の作成
価格表の作成 特定のアカウント、チャネル、注文タイプを対象としたSKU価格エントリを保存する価格リストを作成できます。 商品の単価を決定する際に使用され、対象となる顧客の基本価格リストの項目を上書きまたは変更します。 また、各価格リストに対して、カスタム 価格修飾子 を定義することもできます。 新しい価格表を作成する、 グローバルメニュー( アプリケーションメニューアイコン...