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
Can I change the CPU and Memory usage alert metrics?
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 there any way to change the default metric value of CPU...
Liferay related fields that can be added in Jboss access log
Issue How to add the access-log pattern that includes Liferay related fields in the access log? Environment JBoss 6.x JBoss 7.x Liferay DXP Resolution To enable the access logs, you may follow the...
Liferay image fails to start with a javax.servlet.ServletException
Issue My Liferay image is failing to start with the default settings. The following message is thrown in the logs: javax.servlet.ServletException: A servlet matching the filter...
Unable to configure Outlook
Issue Steps Followed: 1. portal-ext. properties:  mail.session.mail.smtp.auth=true mail.session.mail.smtp.starttls.enable=true  2. Navigate to Server Administration -> Mail Outgoing SMTP Server: smtp.office365.com...
(IX_228562AD) violated on Server restart caused by a DuplicateLockException
Issue Unique constraint (IX_228562AD) violated on Server restart. It could be shown as an ERROR log message in JDBCExceptionReporter class and an INFO log error in BackgroundTaskMessageListener class. 2022-04-20...
Files in the document_library folder are owned by the root user
Issue After executing the portal with the Linux root superuser, some files and folders in the $LIFERAY_HOME/data/document_library folder are now owned by the root user and can't be accessed by the...
CounterLocalService.fetchCounter" does not exist in DXP 7.2 or later versions.
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. Issue...
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...
Page .lar exports are failing to be imported due to a "DuplicateVocabularyException: A category vocabulary with the name topic already" exists
Issue Page .lar exports from one 7.3 environment are currently failing to be imported in a separate 7.3 environment due to the following error:  DuplicateVocabularyException: A category vocabulary with the name topic...
Disable/Stop the immediate login post resetting the password
Issue How to disable/stop the immediate login post resetting the password and want users to redirect to the login page. Environment Liferay DXP 7.2 Resolution The default functionality of Liferay is to log...
Old auditing data taking up database space
Issue Are there any alternative methods to manage audit data? Environment DXP 7.3   DXP 7.2 Resolution As an alternative to saving all of the logging data into the database, instead, we may choose to save it to a...
"Unable to extend the HTTP session" WARN logs
Issue These warnings are frequently found in the logs:  Unable to extend the HTTP session. or Unable to extend the HTTP session. Review the portal property "session.timeout" if this warning is displayed...
Establish an external data source using JNDI
Issue Sometimes there is a requirement to use data sources other than Liferay DXPs. To do this, the data source can be configured via JNDI data source or JDBC properties. Any database other than Liferay DXP's...
Error handling LOB columns
Issue We have developed a custom entity using Service Builder. One of the tables defines a LOB column. When we try to insert a record in that column we get following database exception:...
Audit modules is not starting after upgrade
Issue After upgrading from Liferay Portal 6.2 to Liferay 7.2. The following audit module error is appearing. 2020-11-05 10:07:14.615 INFO [Start Level: Equinox Container:...
INFO log traces with STARTED/ STOPPED information are not displayed when deploying a module if using WildFly/JBoss version 22.0.0 or higher
Issue When a module is started or stopped, there is usually a log trace of level INFO showing that information. However, when using the application server WidlFly/JBoss with version 22.0.0 or higher, these traces are...
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...
Troubleshooting java.lang.NoClassDefFoundError/java.lang.ClassNotFoundException
Issue java.lang.NoClassDefFoundError or java.lang.ClassNotFoundException on portal startup only. Environment Portal containing custom modules including optional dependencies. Resolution Review the deployed...
Subfolder webcontent is not fetched with headless API
Issue Step to Reproduce: 1. Create three basic web content. 2. Create a folder with two basic web content inside it. Now, total web content is 5 including. 3. Navigated to http://localhost:8080/o/api 4. Executed the...
Layout permissions lost upgrading from 6.2 to 7.2
Issue After the upgrade from 6.2 to 7.2, several Layout permissions have been changed. Some pages restricted to the user Guest are accessible after the upgrade. There are rows in the ResourcePermission table with the...
Intermittent performance issues caused by Journal Articles Display
Issue After installing dxp-16, intermittent performance issues are being seen Thread dumps taken during the performance issue show a number of threads with a similar format: at...
StaleObjectStateException for RedirectNotFoundEntryImpl
Issue The StaleObjectStateException is appearing in logs for RedirectNotFoundEntryImpl. 2022-02-08 05:36:36.385 ERROR [https-jsse-nio-8443-exec-157][I18nFilter:62] org.hibernate.StaleObjectStateException: Row was...
Starting nodes concurrently can lead to incorrect module upgrades
Issue Module functionality seems to fail after moving to a newer fixpack. After executing a system:check unsatisfied dependencies like the following appear: Component with ID 58 is unavailable due to missing...
Some pages do not display properly when HTTP Strict Transport Security (HSTS) is configured.
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. Issue...
'users.reminder.queries.enabled' portal property can be configurable from the UI on a per-instance basis
Issue Until now, the property 'users.reminder.queries.enabled' has been set to true or false per instance. However, after version DXP 7.3, the user is no longer able to do so (as the per-instance property file...
Buttons inside SAML Admin not working
Issue Add Identity Provider button of SAML Admin is not clickable. Environment Liferay DXP 7.0 Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Resolution DXP 7.0, 7.1, 7.2 and 7.3: Add below...
User should be re-directed to the custom page once the session expires
Issue Once the session expires, users should redirect to the custom page Environment Liferay DXP 7.0 Liferay DXP 7.1 Liferay DXP 7.2 Liferay DXP 7.3 Liferay DXP 7.4 Resolution To redirect the user to any...
Is it possible to keep the session between domains that are not subdomains of a parent?
Issue Is it possible to keep the session in Liferay when changing from one domain to another domain? In particular, is this possible when the domains are not subdomains of a parent domain? Environment Liferay DXP...
Interactive commands is not working properly in Gogo Shell
Issue Steps to reproduce: 1. Connect with Gogo Shell via command line. 2. Type 'disconnect' command. Expected Result: The following question must appear after typing the command                                  ...
NullPointerException/ElasticsearchConnectionNotInitializedException/ArrayIndexOutOfBoundsException when starting JBoss EAP server
Issue After deploying Liferay DXP 7.3/7.4 on JBoss EAP server, the server can not be started due to the following error: 10:17:20,354 INFO 2022-02-17 10:17:20.308 ERROR [Framework Event Dispatcher: Equinox Container:...
Error using Service Builder when an entity has a BLOB field
Issue We define the following sample entity for Service Builder <entity name="Documentos" remote-service="false" local-service="true" uuid="false" table ="REAJ_GESTION_DOCUMENTO" data-source="extDataSource">...
NullPointerException when starting JBoss EAP server
Issue After manually deploying Liferay on JBoss EAP, the JBoss EAP server can not be started due to the following ERROR [0m[31m08:50:29,397 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 80) MSC000001:...
Establish an external data source using JDBC
Issue This article outlines how to set up a connection between Liferay and an external database using JDBC properties. Environment Liferay DXP 7.3 Liferay DXP 7.4 MySQL database Resolution There are two ways to...
What does expires header with "Thu, 01 Jan 1970 00:00:00 GMT" value means?
Issue When retrieving HTML content the following header/value can be found: Expires: Thu, 01 Jan 1970 00:00:00 GMT  Along with the Expires header the following ones are also sent in the response: Cache-Control:...
How to include the gradle dependency of a module into another module project?
Issue How to include the Gradle dependency of a module (Workspace A) into another module (Workspace B) project? Environment Liferay DXP 7.2 Resolution Please Note: Please choose to follow your appropriate discretion...
Webcontent Images is getting removed after Patch Upgrade
Issue Steps to Reproduce: Start the 7.1GA1. Create a structure add text, image, and number fields, and save. Create a template. Select the newly created structure and select the structure fields from the left sidebar...
JS and CSS files are loading only after page refresh
Issue JS and CSS files in portlet are loaded only after refreshing a page Environment Liferay DXP 7.2 Resolution Certain elements of the page may require regular navigation to work properly. In these cases,...
Extracting Database structure of Liferay
Issue User needs to extract complete database structure of Liferay. Environment Liferay DXP 7.0 Liferay DXP 7.1 Liferay DXP 7.2 Resolution Liferay does not have any OOTB functionality for extracting the DB...
java.sql.SQLException: Connection is closed error is continuously written to the log file.
Issue The error "java.sql.SQLException: Connection is closed" is continuously written to the log file. Caused by: java.sql.SQLException: Connection is closed  at...