Search Results

Capability
Feature
Deployment Approach
Page Settings UI Reference
Page Settings UI Reference You can configure individual pages to meet your needs. All changes made in this way are scoped to the selected page. To configure a specific page, open the Site Menu...
Published Date: May 9, 24, 6:57 PM
Making and Publishing Changes
Making and Publishing Changes Liferay 7.3+ Publications provides a convenient way to manage changes to your Liferay instance. With it, you and your team can create and collaborate on blocks of...
Published Date: May 9, 24, 6:58 PM
Site Settings
Site Settings After you create a site, customize it to meet your needs and the needs of your users. A wealth of configuration options and tools are available to create the site you envision....
Published Date: May 9, 24, 6:58 PM
Site Settings UI Reference
Site Settings UI Reference Starting with Liferay DXP 7.4, the Site Settings application layout is consistent with other configuration areas, such as Instance Settings or System Settings. The Site...
Published Date: May 9, 24, 6:58 PM
Configuring Open Graph for Sites
Configuring Open Graph for Sites Liferay DXP/Portal 7.3+ Open Graph is an Internet protocol that standardizes previews of site content when shared in application contexts that support it, such as...
Published Date: May 9, 24, 6:58 PM
Configuring XML Sitemaps
Configuring XML Sitemaps Liferay DXP 2024.Q2+/Portal 7.4 GA120+ XML sitemaps are XML-formatted documents listing the URLs of a website along with additional metadata (e.g. last update, change...
Published Date: Jun 6, 24, 3:57 PM
Configuring User Import and Export
Configuring User Import and Export The import/export settings configure mappings between LDAP and Liferay to match users between the two systems. Finding Users in Your LDAP Directory...
Published Date: May 9, 24, 6:59 PM
Understanding Low Level Search Options
Understanding Low Level Search Options Low level search works only with Elasticsearch. Low level search doesn't go through the Search and Indexing Framework, which is infrastructure used for...
Published Date: May 9, 24, 7:00 PM
Installing on WebSphere
Installing on WebSphere Liferay DXP 2024.Q1/Portal 7.4 GA112 or below Compatibility with IBM WebSphere application server has been removed in 2024.Q2 and later releases. Installing Liferay DXP...
Published Date: Nov 22, 24, 10:49 PM
Installing on WildFly
Installing on WildFly Installing on WildFly requires installing the DXP WAR, installing dependencies, configuring WildFly, and deploying DXP on WildFly. You must also configure your database and...
Published Date: Nov 22, 24, 10:49 PM
Installing on JBoss EAP
Installing on JBoss EAP Installing on JBoss EAP requires installing the DXP WAR, installing dependencies, configuring JBoss, and deploying DXP on JBoss. You must also configure your database and...
Published Date: Nov 22, 24, 10:49 PM
Installing on Tomcat
Installing on Tomcat Using a Liferay-Tomcat bundle or Docker image is the fastest way to get started using Liferay DXP. This article is for users who want to have full control over their Tomcat...
Published Date: Nov 22, 24, 10:49 PM
Adaptive Media Configuration Reference
Adaptive Media Configuration Reference Liferay 7.3 U28+/GA28+ and 7.4 U78+/GA78+ With Adaptive Media, you can configure supported media types, determine the resolutions used for previews and...
Published Date: May 9, 24, 6:50 PM
About the Page Audit Tool
About the Page Audit Tool The Page Audit tool displays performance-related information about the server render time, component type, component's origin, and cache status as well as warning messages...
Published Date: May 9, 24, 6:50 PM
Installing on WebLogic
Installing on WebLogic If you are using WebLogic as your application server, it is highly recommended to install DXP to a WebLogic Managed server. A managed server can start and stop DXP quickly...
Published Date: Nov 22, 24, 10:49 PM
Installing Liferay
Installing Liferay Liferay runs on an application server. There are three ways to host Liferay: Using a Docker container Using a Liferay Tomcat bundle, on premises On a supported application...
Published Date: Nov 22, 24, 10:49 PM
Configuring a Database
Configuring a Database By default for demonstration purposes, Liferay DXP/Portal is configured to use an embedded HSQL database. Beyond demonstration purposes, we recommend using a full-featured,...
Published Date: Nov 22, 24, 10:49 PM
Setting Up JNDI on Tomcat
Setting Up JNDI on Tomcat Liferay 7.4+ To set up JNDI resources, you must put the necessary JDBC drivers in the Tomcat lib folder (i.e. tomcat-9.0.56/lib). For example, if you use an Oracle...
Published Date: Nov 22, 24, 10:49 PM
Installing a Liferay-Tomcat Bundle
Installing a Liferay-Tomcat Bundle The Tomcat Bundle includes the Apache Tomcat application server with Liferay DXP/Portal pre-deployed. It's the easiest, fastest way to install Liferay on...
Published Date: Nov 22, 24, 10:49 PM
Using OAuth2 to Authorize Users
Using OAuth2 to Authorize Users You can create applications that access Liferay's headless REST APIs using the OAuth 2.0 authorization protocol. The provided sample React app demonstrates three...
Published Date: Nov 22, 24, 10:48 PM
Authorizing Account Access with OAuth2
Authorizing Account Access with OAuth2 Once you have an application registered, you can start authorizing users. To do that, you must construct the URL to the authorization server (Liferay DXP)....
Published Date: Nov 22, 24, 10:48 PM
Using Liferay as a Headless Platform
Using Liferay as a Headless Platform Liferay provides a suite of APIs that perform the same kinds of actions available in the web interface. This is essential when you must get data in a...
Published Date: Nov 22, 24, 10:48 PM
OAuth 2 Scopes
OAuth 2 Scopes In OAuth 2.0, applications are granted access to limited subsets of user data. These are called scopes (not to be confused with Liferay scopes). You can create them in two ways: ...
Published Date: Nov 22, 24, 10:48 PM
Creating an OAuth2 Application
Creating an OAuth2 Application When you have an application that can use OAuth 2.0 for authorization, you must register that application so Liferay can recognize it. Do this by accessing Control...
Published Date: Nov 22, 24, 10:48 PM
DXP
DXP Welcome to the official documentation for the latest versions (7.3 and 7.4+) of Liferay DXP and Liferay Portal! Liferay DXP is the commercially supported and enterprise ready platform used...
Published Date: Nov 22, 24, 10:49 PM
Installation and Upgrades
Installation and Upgrades
Published Date: Nov 22, 24, 10:49 PM
Configuring Containers
Configuring Containers Everything that is configurable in a Liferay installation is configurable in a Liferay Docker container. Here are the most common things to configure: JVM Options Portal...
Published Date: Nov 22, 24, 10:49 PM
Providing Files to the Container
Providing Files to the Container The Liferay container uses the files you provide to execute the following use cases: Configure Liferay with .properties Files and .config files Configure Tomcat...
Published Date: Nov 22, 24, 10:49 PM
Patching DXP in Docker
Patching DXP in Docker Liferay patches fix DXP issues and the Patching Tool applies the patches. On Docker Hub, Liferay provides images pre-populated with each new Fix Pack, Security Fix Pack, and...
Published Date: Nov 22, 24, 10:49 PM
Using Liferay Docker Images
Using Liferay Docker Images Docker Hub hosts Liferay DXP and Liferay Portal Docker images, bundled with Tomcat on Linux. The Liferay Docker Hub pages provide image details and tags for the...
Published Date: Nov 22, 24, 10:49 PM
Container Lifecycle and API
Container Lifecycle and API At a high level, the container starts Tomcat with Liferay deployed on it. Additionally, however, the container entry point provides an API for executing these use cases:...
Published Date: Nov 22, 24, 10:49 PM
Running Liferay for the First Time
Running Liferay for the First Time Once you've installed Liferay DXP/Portal and configured a database for it, it is ready to run. Start the Server Run the startup script bundled with your...
Published Date: Nov 22, 24, 10:49 PM
Installing Apps and Other Artifacts to Containers
Installing Apps and Other Artifacts to Containers Applications and other artifacts (such as DXP activation keys) are installed to DXP Docker containers via the container's /mnt/liferay/deploy...
Published Date: Nov 22, 24, 10:49 PM
Licensing DXP in Docker
Licensing DXP in Docker If you're using a DXP trial license that's expiring or you have a new license (activation key) you must install, you can replace your container's existing license. Here's...
Published Date: Nov 22, 24, 10:49 PM
Knowledge Base API Basics
Knowledge Base API Basics You can Create Knowledge Base Articles and Manage the Knowledge Base with Liferay's Knowledge Base app, but you can also use Liferay's REST APIs. Call these services to...
Published Date: Nov 22, 24, 10:48 PM
Creating and Configuring Channels
Creating and Configuring Channels A channel is an avenue for selling products, such as a customer portal, a B2B marketplace, or back office phone sales. You must link a channel to a site to sell...
Published Date: Nov 22, 24, 10:47 PM
Configuring Payment Methods
Configuring Payment Methods Payments are processed through a payment method. There are three types of payment methods: Offline: Liferay does not process the payment. Online Standard: Liferay...
Published Date: May 9, 24, 6:47 PM
Using the Commerce Classic Site Initializer
Using the Commerce Classic Site Initializer Liferay DXP 2024.Q4+/GA129+ [Beta...
Published Date: Nov 22, 24, 10:47 PM
Using the Flat Rate Shipping Method
Using the Flat Rate Shipping Method Buyers can choose a flat rate shipping option to ship any product. By creating multiple flat rate options, you can give customers choices of cost, speed, or...
Published Date: Nov 22, 24, 10:47 PM
Enabling Guest Checkout
Enabling Guest Checkout You can enable guest checkout on a per-channel basis. Open the Global Menu (Applications Menu icon) and navigate to Commerce → Channels. Select the channel linked to...
Published Date: Nov 22, 24, 10:47 PM
Understanding the Currency Hierarchy
Understanding the Currency Hierarchy With Liferay, you can use different currencies across catalogs, price lists, and channels. Each currency has its own role in the currency hierarchy. The...
Published Date: Nov 22, 24, 10:47 PM
Currencies Reference
Currencies Reference Liferay comes with multiple currencies pre-configured for use out-of-the-box. Your store must have a primary currency enabled to start processing orders. To manage currencies,...
Published Date: Nov 22, 24, 10:47 PM
Liferay Commerce Connector to PayPal SDK
Liferay Commerce Connector to PayPal SDK Liferay DXP 2024.Q4+/Portal 7.4 GA129+ Liferay provides a client extension that integrates with the PayPal JavaScript SDK to provide more payment options...
Published Date: Nov 22, 24, 10:47 PM
Stripe
Stripe Liferay DXP 2024.Q2+/Portal 7.4 GA120+ Liferay provides a client extension that integrates with Stripe. It uses the payment integration client extension as a base. See Configuring Payment...
Published Date: Nov 22, 24, 10:47 PM
Guest Checkout
Guest Checkout Guest checkout allows users to submit orders without a registered account on the site. You can enable guest checkout on a per-channel basis. See Enabling Guest Checkout to learn...
Published Date: Nov 22, 24, 10:47 PM
Commerce Roles Reference
Commerce Roles Reference Liferay includes four roles out-of-the-box for Commerce: account administrator, account member, buyer, and order manager. You can modify these roles or create additional...
Published Date: Nov 22, 24, 10:47 PM
Installing a Hotfix
Installing a Hotfix Keeping your Liferay instance up-to-date is a critical part of maintenance in Liferay Cloud. If you have to patch an issue before it appears in the next version of Liferay,...
Published Date: Nov 22, 24, 10:47 PM
Using Organizations to Create a Sales Network
Using Organizations to Create a Sales Network The organizational structure of B2B sales networks can be mirrored in Liferay Commerce using the Organizations feature. Organizations are hierarchical...
Published Date: Nov 22, 24, 10:47 PM
Creating a New Account
Creating a New Account There are two ways to create an account: 1) using the Account Management widget and 2) through the Control Panel. Access to the Control Panel is typically restricted to those...
Published Date: Nov 22, 24, 10:47 PM
Adding Organizations to Accounts
Adding Organizations to Accounts Organizations can be added to an Account to simplify the management and administration of accounts. To learn more about using Organizations with Accounts see Using...
Published Date: Nov 22, 24, 10:47 PM
Creating a New Account Group
Creating a New Account Group Account Groups allow accounts to be grouped based on business criteria, such as grouping accounts by geographic region (US West Coast, the Midwest, and the South)....
Published Date: Nov 22, 24, 10:47 PM
Roles and Permissions
Roles and Permissions The permissions assigned to a user role determine the Liferay applications and resources they can access and use. You can scope each role to an instance, Site, Organization,...
Published Date: Nov 22, 24, 10:47 PM
Creating Products
Creating Products Clarity offers a wide range of eyeglasses, lenses, sunglasses, and more to their customers. With Liferay’s out-of-the-box product management capabilities, you can create different...
Published Date: Nov 22, 24, 10:47 PM
Creating Knowledge Base Articles
Creating Knowledge Base Articles Liferay 7.4 U72+/GA72+ Knowledge Base provides tools for creating and managing a repository of articles. You can create articles using the application's WYSIWYG...
Published Date: Nov 22, 24, 10:48 PM
Alerts and Announcements
Alerts and Announcements Use the Alerts or the Announcements widgets to broadcast important information. Alerts are for high-priority information (e.g. planned downtime alerts, security alerts,...
Published Date: Nov 22, 24, 10:48 PM
Knowledge Base
Knowledge Base Liferay 7.4 U72+/GA72+ Knowledge Base provides tools for creating and managing product documentation. You can write articles in the Liferay UI or import existing Markdown files....
Published Date: Nov 22, 24, 10:48 PM
Collaboration and Social
Collaboration and Social Liferay DXP empowers users to build robust communities with flexible, social, and extensible collaborative applications. Out-of-the-box features include Message Boards ...
Published Date: Nov 22, 24, 10:48 PM
Developer Guide
Developer Guide Knowledge Base API Basics
Published Date: Nov 22, 24, 10:48 PM
A/B Testing
A/B Testing A/B testing evaluates the effectiveness of content pages by testing a variant design against the control design (i.e., the original). This process involves creating a page variant,...
Published Date: May 9, 24, 6:44 PM
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...
Published Date: Nov 22, 24, 10:46 PM

Capabilities

Product

Contact Us

Connect

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