Search Results

All Results 356
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Commerce modules fail to deploy due following license expiration
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue There has been a documented case where Commerce modules fail to...
Configuring Product Visibility Across Channels with Headless API in Liferay Commerce
Issue Is it possible to manage (assign/ remove) product visibility per channel using the Headless API?  Environment Liferay DXP 2024.Q4 Resolution By default, products are visible across all channels. This...
Error 'A folder already exists with name image.default.company.logo' during startup after Upgrade
Issue After upgrading from a previous version of Liferay DXP, the server fails to start up correctly and throws a DuplicateFolderNameException in the logs. The error indicates that a folder named...
How can I protect against CVE-2025-4388 vulnerability?
Issue My Liferay Instance has a vulnerability to CVE-2025-4388 Environment Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Resolution Upgrade to 2024.Q1.13+ Request a Hotfix with LPD-46038, knowledgeArticleType:...
When I click the "Previous" button on checkout, the saved shipping address is not populated
Issue I have an issue with the commerce order. I added a product to the cart. I went to the order page where I provided the shipping address, then clicked "Next. On the checkout page, when they click "Previous", the...
Incorrect Price on Catalog Page and PDP(Product Detail Page)
Issue The Product Listing Page (PLP)/Catalog Page shows the correct minimum price, but the Product Detail Page (PDP) shows a different price based on the quantity values.  Catalog Page/PLP:   Product Detail Page...
Hardcoded Text in Commerce Order Importer Not Translatable
Issue Allow hiding the non-required options from CSV template message. We have this csv_template.csv file and sometimes we need to edit its content to remove non-used fields, like requestedDeliveryDate that is...
How to Remove Product Attachments via Commerce API?
Issue I need to remove a product attachment by running a script and I am looking for the appropriate Commerce Headless API endpoint to accomplish this. Environment Liferay DXP 2023.Q4.0+ Resolution As of Liferay...
Receiving resource not found error when creating commerce product through headless API
Issue When creating a product using headless API. After creating it, the product status shows 'Approved'; however, when searching for the product or clicking the product to open it, that shows the resource not...
Glowroot is not working : Connect to localhost:4000 [localhost/127.0.0.1] failed: Connection refused
Issue Glowrrot is not working and giving these errors: ERROR [http-nio-8080-exec-5][GlowrootProxyServlet:66] null org.apache.http.conn.HttpHostConnectException: Connect to localhost:4000 [localhost/127.0.0.1]...
Headless API: Read-Only and Write-Only fields
Issue Schemas used by Headless API have fields with properties readOnly: true or writeOnly: true. What does it mean? Which field must be used when making a POST/PUT/PATCH request? Environment Any Liferay environment...
The search does not return the page
Issue The search does not return the page Steps to reproduce: 1. Create a Minium site 2. Navigate to Commerce>Channels >Minium Site Portal 3. Go to the tab Product/Category display pages 4. Click “Choose” on the...
How to send notification based on site with groupid
Issue When having two separate sites, we want to create different notification for each, but we can't set separate notifications for different sites with the condition: groupId==<groupId of your site>. If we create...
Where are the Fix Pack Releases for Liferay DXP 7.4
Issue We are not seeing any Fix Pack releases for 7.4 recently. Can we expect FPs for 7.4 or only Service Pack? Environment DXP 7.4 Resolution Starting with Liferay DXP 7.3 SP3 and above, we switched to an Update...
I cannot update the Payment status of an Order through PATCH request
Issue Order Payment status does not change after sending a PATCH request, for example: { "paymentStatus": 1 } Environment Liferay DXP 7.4 Resolution The observed behavior is a known bug which is addressed...
Is API versioning supported in Liferay headless Framework
Issue Is API versioning supported in Liferay headless Framework? Environment Liferay DXP 7.3 Resolution API versioning is supported in Liferay Headless Framework. As an example, there're two versions of the...
The Theme is Broken With NPE thrown in the Log
Issue The theme is broken when accessing non-existent pages. NPE is also thrown in the log. Reproduction Steps: Access non-existent pages http://localhost:8080/web/guest/p/ Or create a commerce site named "xyz" and access...
Random user can check another user's order with the correct channelId and accountId - Headless API
Issue  User can consume the API without applying any sort of content restriction or authorization /o/headless-commerce-delivery-order/v1.0/channels/${channelId}/accounts/${accountNumber}/placed-orders E.g.: If...
"No CommerceChannel exists with the key" when starting Liferay
Issue After upgrading from Portal 6.2 to DXP 7.4 Update 66, we see the following error in the log when starting Liferay: ERROR [http-nio-8080-exec-10][MiniCartTag:123] null...
Unable to find products with ID via Headless API
Issue Noticed that products have two ID fields, when you fetch them via headless API id productId id is visible on the UI and productId is not. When you try to get products via headless API using id, it does...
Saving Site Settings - Languages takes a long time
Issue The issue can be reproduced with the following steps: 1. Go to configuration then select site setting. 2. Select Define a custom default language and additional available languages for this site. 3. Click on save....
Unable to sync callable error during upgrade
Issue You might encounter the following error during your upgrade attempt: ERROR [main][DependencyManagerSyncImpl:54] Unable to sync callable java.lang.NullPointerException: null   at...
Unable to add 'related products' via headless API
Issue Steps to reproduce: 1. Start Liferay DXP 7.3 2. Create a site using a 'minium site template'. 3. Invoke the below API using CURL: curl --location --request PATCH...
Unable to sort the product by price
Issue Sort the product by price i.e. low to high or high to low by using the price:asc sort field via catalog delivery headless API. But, getting below exception: { "status": "BAD_REQUEST", "title": "Unable to...
Specifications API is not supporting Upsert operations
Issue Users are unable to add translations for title/labels in Specification API. Steps to reproduce: 1. POST a specification by using the Specification API endpoint...
Unable to add Products with Tags via headless API
Issue Steps to reproduce: 1. Create a product using POST /v1.0/products (Request is attached). 2. Execute the request and check the response. 3. Tags are showing blank and on Product UI, tags are not generated....
Unable to add Products with Specifications via headless API
Issue When a product is created with specifications, the 200 response code is received. But, on UI product is not visible. Steps to reproduce: 1. Create a product by using the POST /v1.0/products (Request is...
Product specifications are not getting created if not available on the portal
Issue When specifications are not available on the portal. It's giving 500 Internal Server Error in the response body while creating the product via headless API. Steps to reproduce: 1. Create a product by using...
Product status is not updating by using Patch API
Issue PATCH API is not updating the status of the product workflow. Steps to reproduce: 1. Create a product via headless API( request is attached). 2. Check the status of the product in UI ( It's showing as draft...
Product status is not changing via headless APIs
Issue If the product is created via headless API with workflow-enabled. The status of the product is in a 'draft' state rather than a 'pending' state. Steps to reproduce: 1. Assign a default workflow to Commerce...
What database isolation level does Liferay need for Microsoft SQL Servers?
Issue There are several different isolation levels that can be configured on a SQL Server database. Which one is appropriate to use with the Liferay software? Environment Liferay Portal 6.2 connected to a SQL...
'Credential cannot be null' when trying to log in with a customer database
, knowledgeArticleType: troubleshooting, legacy: true, name: 'Credential cannot be null' when trying to log in with a customer database, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber:...
Commerce product specification values (and translations of the values) are searched by taking into account the instance/site default language, not the user display language
, knowledgeArticleType: troubleshooting, legacy: true, name: Commerce product specification values (and translations of the values) are searched by taking into account the instance/site default language, not the user...
How to delete the commerce product via groovy script?
, knowledgeArticleType: howTo, legacy: true, name: How to delete the commerce product via groovy script?, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: 74915, title: Groovy スクリプトを使用してコマース製品を削除するには?
Segment session attributes for devices (brand, names, width, height) are not taken into account
, knowledgeArticleType: troubleshooting, legacy: true, name: Segment session attributes for devices (brand, names, width, height) are not taken into account, showDisclaimerMessage: true, sourceTeam: Support,...
Script for deleting products
, knowledgeArticleType: howTo, legacy: true, name: Script for deleting products, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: , title: 商品削除スクリプト
Account member cannot place order due to permission error
, knowledgeArticleType: troubleshooting, legacy: true, name: Account member cannot place order due to permission error, showDisclaimerMessage: true, sourceTeam: Support, ticketNumber: 61066, title:...
How can I disable the Commerce Wish List creation
Issue I have an issue with the commerce wish list table in the database. The table has lots of entries and it is growing more, even though we do not use the wish list feature. I would like to remove these entries and...
アドオンとコネクター
アドオンとコネクター
MuleSoftコネクタの設定
MuleSoftコネクタの設定 Liferay の MuleSoft へのコネクタは、Liferay の API を記述した OpenAPI 3.0 ドキュメントを使用しています。 各OpenAPIドキュメントは、以下のスキーマでLiferayインスタンスに動的にデプロイされます。 ...
ミュールソフト
ミュールソフト サブスクリプション Liferay Connector to MuleSoft は、Liferay DXPをMuleSoftエコシステムの他のプラットフォームやサービスに接続するものです。 Anypoint Studio または Anypoint Design Center からコネクタにアクセスすることができます。...
Liferay Commerce Connector to PunchOut2Goリファレンスガイド
Liferay Commerce Connector to PunchOut2Goリファレンスガイド サブスクリプションが必要です。 本記事では、Liferay Commerce Connector to PunchOut2Goの設定用語について説明します。 用語Description パンチアウトセッションユーザーが、Liferay...
Muleのフローをデザインする
Muleのフローをデザインする Liferay Connector to MuleSoftを設定した後、Muleフローの構築を開始することができます。 これらの操作は、LiferayのOpenAPIエンドポイントで利用可能です。 レコードの作成 レコードの削除 記録取得 記録更新 バッチ - レコードのエクスポート バッチ - レコードのインポート - 作成 バッチ -...
Liferay Commerce 2.1 Connector to PunchOut2Go
Liferay Commerce 2.1 Connector to PunchOut2Go Subscription Liferay provides a PunchOut2Go connector that integrates with a user's existing PunchOut2Go infrastructure. You can download this...
ストアコンテンツの作成
ストアコンテンツの作成
PunchOut2Go
PunchOut2Go :file: ../landingpage_template.html :file: punchout2go/landing.html
Salesforce
Salesforce
Liferay Commerce Connector to PunchOut2Go
Liferay Commerce Connector to PunchOut2Go サブスクリプションが必要です。 Liferayは、ユーザーの既存のPunchOut2GoインフラとCommerceを統合できるPunchOut2Goコネクターを備えています。 このコネクターは、LPKGファイルとして Liferayヘルプセンタ からダウンロードできます。 ...
アカウント管理
アカウント管理 [アカウント管理] ページでは、ストア管理者とアカウントマネージャーがユーザーとアカウントを管理します。 ユーザーをストアに招待し、アカウント固有のロール(購入者、セールスマネージャー、アカウントマネージャー、セールスエージェント)を割り当てることができます。 このページでアカウントを作成することもできます。 Minium...
Commerce ストアフロントページ
Commerce ストアフロントページ
チェックアウト
チェックアウト チェックアウトページは、 チェックアウト ウィジェットが含まれています。 買い手が チェックアウト をクリックして注文を送信すると、アクティブになります。 また、拡張ポイントを使用して、カスタムチェックアウトステップを実装することも可能です。 詳しくは、カスタムチェックアウトステップの実装を参照してください。 有効な注文がない場合、チェックアウトウィジェットは空になります。...
Product Details - Using Display Page Template
Product Details - Using Display Page Template Accelerators like Minium and Speedwell have a product details page that uses the product details widget. Instead of using the product details widget on...
Order Pages
Order Pages Liferay DXP 2024.Q4+/Portal GA129+ [Beta Feature](../../../security-and-administration/administration/configuring-liferay/feature-flags.md#beta-feature-flags) Currently, this feature...
商品詳細
商品詳細 [商品詳細]ページでは、製品の重要な情報を表示します。 [商品の詳細]ページには、商品に関する簡単な説明、その仕様、商品画像などの情報が含まれています。 [商品の詳細]ページには、関連商品へのリンクも含まれている場合があります 。 下記のハイライト表示されているサンプルページは、Minium Acceleratorを使用しており、 [Product Details] 、...
発注済み注文
発注済み注文 発注済み注文ページは、注文ステータスに関係なく、 アカウント ごとに清算プロセスを完了したすべての注文を表示する必須ページです。 このページでは [注文] ウィジェットを使用します。 Minium Acceleratorを使用してサンプルデータを作成している場合は、[Placed Order]ページがすでに作成されており、サイトのナビゲーションメニューにあります。 ...
カート
カート カートページでは、カートの中身を管理することができます。 関連する3つのウィジェット、 [カート] 、 [commerce・カートコンテンツ合計] 、 [ミニカーと] があります。 [カート] には、カートの内容が表示されます。 このウィジェットには、数量を変更するための [アップデート] ボタンと、カートからアイテムを削除するための [削除] ボタンが含まれています。 ...
比較
比較 [比較] ページは、購入者が比較のために2つ以上の商品を並べて表示できるページです。 比較ページは、購入者が[カタログ]ページで2つ以上の商品を選択した場合にのみ読み込まれる [Product Comparison Table] ウィジェットを使用します。 商品の比較 関連トピック Widget Reference Guide Creating Pages
保留中の注文
保留中の注文 [保留中の注文] ページは、オーダーマネージャーがアカウントに関連付けられたすべての未完了の注文を表示できるページです。未完了の注文にはカート内の商品が含まれていますが、精算プロセスは完了していません。 さらに、[保留中の注文] ページには、オーダーマネージャーが同時に複数の注文を作成できるようにする [Add Order] ボタンがあります。 [保留中の注文] ページでは、...
カタログ
カタログ カタログページは、ユーザーがチャネル商品を閲覧、検索、そして選択するための主要な手段です。 MiniumとSpeedwellの両アクセラレータは、それぞれのカタログページに以下のウィジェットが含まれています: 検索バー オプションファセット 仕様ファセット カテゴリーファセット ソート 検索結果 Miniumデモカタログ これらのウィジェットの詳細は、...
一覧
一覧 一覧では、 ウィッシュリスト および ウィッシュリストの内容 ウィジェットにアクセスすることができます。 ウィッシュリストウィジェットを使って、認証されたユーザーはカスタム商品リストを表示、作成、そして管理することができます。 また、ウィッシュリストの内容ウィジェットを使用して、一覧に追加された商品を表示・管理したり、それらの商品を素早くカートに入れたりすることができます。 ...