Search Results

Capability
Feature
Deployment Approach
Configuring the Commerce Notification Queue
Configuring the Commerce Notification Queue When channel events trigger notifications, Commerce logs them in the channel's Notification Queue tab with the Unsent status. By default, Liferay checks...
Published Date: Nov 22, 2024 10:47 PM
Notification Template Variables Reference Guide
Notification Template Variables Reference Guide When creating notification templates, you can use variables to populate email fields dynamically with data from the triggering event. Notification...
Published Date: Nov 22, 2024 10:47 PM
Using Notification Templates
Using Notification Templates Email notifications are sent automatically to users based on events in the store. To send them, you must first create a Notification Template. Notification templates...
Published Date: Nov 22, 2024 10:47 PM
Sending Emails
Sending Emails You can configure Liferay to send email notifications for different events that happen in your store. For example, you may want to send updates to the order manager or another person...
Published Date: Nov 22, 2024 10:47 PM
Adding Addresses to an Account
Adding Addresses to an Account This article documents how to update an account's billing and shipping addresses using either the Account Management widget or the Control Panel. Using the Account...
Published Date: Nov 22, 2024 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, 2024 10:47 PM
Users and Accounts
Users and Accounts Liferay Commerce provides specialized roles out of the box to satisfy e-commerce needs. These roles are included alongside the standard DXP roles and define basic user profiles...
Published Date: Nov 22, 2024 10:47 PM
Account Roles
Account Roles Account roles are sets of permissions that grant users specific abilities within an Account context. These roles can be used to delegate Account responsibilities, or paired with...
Published Date: Nov 22, 2024 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, 2024 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, 2024 10:47 PM
Cloud Development Lifecycle
Cloud Development Lifecycle Now you've configured your Liferay PaaS environment for a project like Delectable Bonsai's. Developers like Kyle use the Cloud console too, for everything from deploying...
Published Date: Nov 22, 2024 10:47 PM
Setting Up Automatic Deployment
Setting Up Automatic Deployment Kyle is able to begin developing and testing with Liferay Cloud, but it's easier if he can test his changes immediately after deployment. Here, you'll configure a...
Published Date: Nov 22, 2024 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, 2024 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, 2024 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, 2024 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, 2024 10:47 PM
Using the Liferay Service's Shell
Using the Liferay Service's Shell Sometimes you need direct access to the system to see what's happening. Kyle wants to use the Liferay service's shell to view the directory structure and verify...
Published Date: Nov 22, 2024 10:47 PM
Deploying Code to Liferay SaaS
Deploying Code to Liferay SaaS Now that you've accessed and started using the Cloud console, you're ready to deploy a client extension project to your Liferay SaaS instance. This module requires a...
Published Date: Nov 22, 2024 10:47 PM
Troubleshooting a Microservice in the Cloud Console
Troubleshooting a Microservice in the Cloud Console Previously, you tested using an object action client extension to log when a feedback entry is submitted in Liferay. Now, Kyle wants to add a...
Published Date: Nov 22, 2024 10:47 PM
Deploying and Managing a Microservice Client Extension Project
Deploying and Managing a Microservice Client Extension Project Kyle wants to start developing a custom application using a microservice client extension to help keep track of user-submitted...
Published Date: Nov 22, 2024 10:47 PM
Adding Team Members to the Project
Adding Team Members to the Project Marcus has access to the Liferay Cloud console for the whole Delectable Bonsai project, but his staff member, Kyle, also needs access. Here, you'll learn how to...
Published Date: Nov 22, 2024 10:47 PM
Building the B2B Storefront
Building the B2B Storefront Now that you've finished building the B2C storefront for Clarity, your consumers can view products and place orders. However, Clarity's business customers have a...
Published Date: Nov 22, 2024 10:47 PM
Creating a Checkout Page
Creating a Checkout Page Before you can check out and submit an order, you must have a checkout page. This is also necessary for the mini cart fragment to work correctly. Creating a New Page ...
Published Date: Nov 22, 2024 10:47 PM
Creating a Product Details Page
Creating a Product Details Page The product details page displays all the information about a selected product. So far, you've only added the catalog page containing the product catalog, but you...
Published Date: Nov 22, 2024 10:47 PM
Creating the Catalog Page
Creating the Catalog Page The catalog page displays all of Clarity's products for its business customers. The page contains a list of all the products, their associated facets, and search and sort...
Published Date: Nov 22, 2024 10:47 PM
Creating a Product Details Page
Creating a Product Details Page The product details page displays all the information about a selected product. So far, you've only added the shop page containing the product catalog, but you...
Published Date: Nov 22, 2024 10:47 PM
Creating the Shop Page
Creating the Shop Page The shop page is the first point of access to Clarity's product catalog. The page contains a list of all the products, their associated facets, and search and sort...
Published Date: Nov 22, 2024 10:47 PM
Adding Media
Adding Media So far, you've configured a product and added specifications to give more information about the product to customers. One of the main components of product information is the product...
Published Date: Nov 22, 2024 10:47 PM
Setting Up Your Cloud Project
Setting Up Your Cloud Project After you have either an instance of Liferay SaaS or PaaS provisioned, your first task is to access the cloud console. In Liferay PaaS (self-managed), you use the...
Published Date: Nov 22, 2024 10:47 PM
Accessing the Liferay Cloud Console
Accessing the Liferay Cloud Console The Delectable Bonsai project has been provisioned, but Marcus and his staff must be granted access to it. Here, you'll access the Liferay Cloud console so you...
Published Date: Nov 22, 2024 10:47 PM
Using the CLI Tool
Using the CLI Tool Now that the Delectable Bonsai site is up and running on Liferay SaaS, Kyle is ready to start deploying client extensions the development team created. To get started, he needs...
Published Date: Nov 22, 2024 10:47 PM
Creating an Orders Page
Creating an Orders Page The Orders page displays a business customer's order history, including open orders. You can select a pending order to continue checking out, approve or reject it based on a...
Published Date: Nov 22, 2024 10:47 PM
Building the B2C Storefront
Building the B2C Storefront Now that you've created and configured catalogs, channels, products, and warehouses, you’re all set to create and design the storefront. Preston Palmer, the site...
Published Date: Nov 22, 2024 10:47 PM
Creating a Checkout Page
Creating a Checkout Page Before you can check out and submit an order, you must have a checkout page. This is also necessary for the mini cart fragment to work correctly. Creating a New Page ...
Published Date: Nov 22, 2024 10:47 PM
Creating a Discount and Enabling Guest Checkout
Creating a Discount and Enabling Guest Checkout Now, you’ll create a discount that offers a price reduction for the Maliyah eyeglasses for a limited period of time. After creating the discount,...
Published Date: Nov 22, 2024 10:47 PM
Creating an Orders Page
Creating an Orders Page The Orders page displays a customer's open orders and placed orders. You can select pending orders and continue to check out or delete them completely. You can select a...
Published Date: Nov 22, 2024 10:47 PM
Configuring Products and SKUs
Configuring Products and SKUs After creating channels, a product catalog, warehouses, and products, you must now configure them. This module enriches products with information about various...
Published Date: Nov 22, 2024 10:47 PM
Customizing the B2B Experience
Customizing the B2B Experience Now that you've completed building Clarity's B2B storefront, it is time to customize the B2B experience. Liferay comes with many B2B-centric features that help...
Published Date: Nov 22, 2024 10:47 PM
Creating Account Groups to Offer Specialized Pricing
Creating Account Groups to Offer Specialized Pricing The administrator, Kyle Klein, wants to create an account group for Platinum Accounts. These are accounts that have a long-standing relationship...
Published Date: Nov 22, 2024 10:47 PM
Setting Terms and Conditions for Payment Methods and Shipping Options
Setting Terms and Conditions for Payment Methods and Shipping Options Clarity has terms and conditions attached to their payment methods and shipping options. Businesses must assess these terms and...
Published Date: Nov 22, 2024 10:47 PM

Capabilities

Product

Education

Contact Us

Connect

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