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
'Disable Autoscaling' button is disabled
Issue The user is unable to click on the 'Disable Autoscaling' button. Environment Liferay DXP 7.4 Resolution This issue usually happens when the user provides the Service Id different than the liferay. To...
File Name is not updated when editing the document with different document
Issue When users choose a file while editing it, the filename is not automatically updated. Steps to reproduce: 1. Start a vanilla instance of DXP 7.4 2. Upload a new document 'abc.pdf' to Document and Media and...
Product Media Image maximum size
Issue The user intends to upload media within the product and has set the image file size to 100KB (or as per the requirement) 1. Create any Simple product 2. Navigate to Media inside the product 3. Upload an image...
Prompt a guest user to Office 365 login when attempting to access a protected page resource
Issue We have configured Single Sign-On (SSO) with OpenID Connect using Office 365. We set the portal property auth.login.prompt.enabled to true to prompt a guest user to login when attempting to access a protected...
Bookmarks Widget Unavailable
Issue The Bookmarks Widget is unavailable in DXP 7.4.  Environment DXP 7.4 Resolution There is a workaround that can be implemented to get the Bookmarks Widget up and working again. Here are the steps to implement...
Uncaught type errors on browser console while adding product pricelist
Issue In a product's edit SKU side panel, it's not possible to add a new price entry Steps to reproduce: 1) Navigate to Commerce> Products 2) Create a new product or click the existing one 3) Now, go to SKU > click...
The user's access to the database was revoked
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue I changed the lcp-secret-database-user secret on DXP...
I cannot add Filters in the Product Publisher configuration
Issue The Product Publisher widget does not allow selection of Categories and Tags in Filter rules. Environment Liferay DXP 7.4 Update 51 Resolution This issue is being addressed by COMMERCE-10627. Please update...
Currency management missing in the discounts
Issue To choose the correct currency for 'Discount', we must first set our currency as the primary currency in Commerce> Store Management> Currencies. Apart than that, it is not set. Is this expected Discount...
Is Liferay's SAML Service Provider Logout URL required in the Identity Provider?
Issue Azure's SAML Identity Provider (IdP) marks the Service Provider's (SP) Logout URL as "optional" However, when I remove Liferay's Logout URL from Azure's SAML configurations, Liferay users are not signed out...
Is ffmpeg viable in Liferay DXP 7.0?
Issue Is ffmpeg a viable alternative to Xuggler to stream audio and video in Liferay DXP 7.0? Environment DXP 7.0 Resolution Unfortunately, at this time FFMPEG is only compatible with Liferay 7.4. A...
Content Page matching multiple personal experiences
Issue If the user matches multiple experiences, is there a way to provide the option to the user to choose the personal experience from the matched personal experiences? Environment DXP 7.3 Resolution We...
Pagination for Collection Displays Missing
Issue The pagination option is missing from the display page templates. This missing feature causes the need to to update the number of items displayed in a feed on any given day, depending on priority. Asset...
Unable to set a Display Page on documents
Issue The form to set a display page is visible but after publishing it is not set. Environment DXP 7.2 Resolution Only display page templates should be selected for documents. Web Content should be the...
Catalog page Products Rendering Performance issue
Issue When the catalog page is rendering it is observed that it takes about 10-15 seconds to completely render the page for Minium theme and renderer type is Minium. Environment Commerce  Resolution The...
YBS require as a longer term fix for the SEO and Navigation Menu issues in Publications
Issue It's not possible to use publications to publish pages when a page has SEO content. Pages will not publish whilst using a publication, just saves a draft. Environment DXP 7.3 Resolution This issue...
Reindex Required After New Deployment
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue When performing a new deployment, a complete reindex...
Is Liferay SaaS/PaaS vulnerable to CVE-2023-20864 and CVE-2023-20865?
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue Is Liferay SaaS/PaaS vulnerable to CVE-2023-20864...
The validation message of some inputs doesn't mention the correct input name
Issue Fields marked as required and left empty when trying to submit a form or publish a folder display a different error message than what is expected: “This field is required”.  Environment DXP 7.4 U49+...
Mark searchable toggle button by default OFF while creating new web content
Issue We would like to mark the searchable toggle button switched OFF by default in basic web content while creating new web content. Currently, while creating new web content, the searchable toggle button is ON by...
Multiple CKEdtiors on a page may crash Chrome Browser
Issue Web Content Editor contains 150 repeating HTML fields, CKEditors, on a single page causing Chrome Browser to not load completely or crash Environment Observed in Liferay DXP 7.3 Resolution This has been observed to...
Dynamic Data Lists do not save inputted data when switched to Spreadsheet View
Issue When using Dynamic Data List Spreadsheet View, adding new data does not work as intended. It seems like the format with which the front-end passes data to the back-end changed in LPS-107858. However,...
Dynamic Data Lists Spreadsheet View does not display inputted dates properly
Issue If you choose a Data Type on a Dynamic Data List that has a date field on it and insert some dates, the dates are gonna be surrounded by quotes and brackets instead of the usual way. Environment DXP...
Logs tab is not being shown on Services pages
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue I can no longer see the Logs tab on Services pages from...
Site-Initializer: parent and child page
Issue We are looking into how to generate child pages with the site-initializer. Can we use the native Liferay to generate child pages or do we have to go through code? Besides, maybe there is a simple way to override...
User without any permissions can add items to the cart
Issue Any user added to an Account is able to make a purchase for that account, regardless of Account Roles assigned. This is only able with the Minium template. Environment DXP 7.4 Resolution This issue...
Resolve NPE / NullPointerException from FreeMarker template
Issue The following error is observed repeatedly in the log: ERROR [default task-522][runtime:60] Error executing FreeMarker template FreeMarker template error: Java method...
Selecting more than 20 categories in the product filter gives the ElasticsearchStatusException
Issue Steps to reproduce: 1. Start Liferay DXP 7.4  2. Navigate to the Global Site > Categorization > Categories. 3. Create more than 20 categories. 4. Now, navigate to Products > Click on FILTERS. 5. Select all...
Base Price is not reflecting in the UI while passing the 'price' parameters in the Headless API
Issue While creating the product via a headless API and providing the SKUs field, the price is not updated. It's showing as 0. Steps to reproduce: 1. Start Liferay DXP 7.4 U54. 2. Navigate to Commerce > Options....
Blog view count is not increasing while selecting the specific page template
Issue Steps to reproduce: 1. Start Liferay 7.3 SP3. 2. Create a new blog entry. 3. Deploy the blog on the page. 4. Now, create a new Display Page Template. By navigating to Design > Page Templates > Display Page...
Error Duplicate entry '0-3-925637128-com_liferay_product_navigation_user_personal_bar_w'
Issue The following error is being reported in the logs multiple times: ERROR [http-nio2-8080-exec-132][JDBCExceptionReporter:234] Duplicate entry...
Unexpected Search Behavior when Using Search Blueprint
Issue Search facet widgets ignore the "Allow Empty Searches" option when used in conjunction with a Search Blueprint. When a search page is configured with Search Blueprint, search facets are being populated with...
An error "The content references a missing page" occurs when publishing a web content
Issue An error "The content references a missing page" occurs when publishing a web content. I checked the content but I could not find any reference to invalid page.   Environment Liferay DXP 7.3   Resolution The missing...
If I I take away from the locales of a Site created from a Site Template, I cannot propagate my changes from the Site Template
Issue When you create a Site based on a Site Template, change the default localization settings of a the created Site and take away from the available locales, further changes to the Site Template are not propagated...
After patching, all publications in flight are outdated.
Issue After updating our fix pack level, all publications in flight are outdated. Steps to reproduce the issue: Add new Publication called "lmp_excel_upd" Update Web Content in that Publication "lmp_excel_upd" for...
JQuery version is exposed
Issue Possible information leakage by disclosure of the used JQuery version in the loaded JS files. Environment Liferay DXP 7.0+ Resolution Hiding the version in JQuery is against the the license, where they...
All product option displayed
Issue The Product Detail Widget is showing all options Steps to reproduce: 1) Make an option 'City' with four values and provide the names listed below. Delhi Mumbai Bangalore Pune 2) Create a product TEST 3) Add...
Web content with text longer than 10923 characters does not appear in the asset publisher
Please be aware that the page you are viewing has been machine translated from Japanese into English and may contain some translation errors. If you observe any issues with the translation, please contact us....
The video preview is not generated for large videos when FFmpeg is enabled
Issue The preview of a large video is not generated even when the FFmpeg video and audio converters are enabled. Environment Liferay DXP 7.4 Resolution Normally enabling FFmpeg audio and video converters is...
Asset Publisher Does Not Display Content When Filtered by Dynamic Collection and Language Is Changed
Issue When creating a dynamic collection in a specific language and using that collection as a filter in Asset Publisher, the page does not display the content when the language is changed to a language other...