Launching Digital Commerce
Prerequisites
- You must be onboarded on the Conga Platform. Contact your Conga Representative for the onboarding.
- You must update the environment.ts file with clientId, Authority, etc. You will get all this information after onboarding.
- The header section on the top provides capabilities such as:
- Search for the product
- Review the Mini and Main Cart
- Review Account information and other links to directly access the My Orders, My Quotes, My Carts, and Favorites sections. These sections are available only to logged-in users.
- Access your Account Page and Product Catalog. These sections are available only to logged-in users.
- Product Carousel (displaying products from the first two categories.)
- Footer section - Implementors can utilize this section to add links and information
according to their business needs.Note:
The purpose of the "Get In Touch" form is to allow prospective buyers or users browsing the E-Commerce storefront to easily contact the storefront account owner for questions, support, or further information about products or services. It helps streamline communication by:
Capturing the buyer's name, email, and message
Automatically sending an email to the storefront account owner
Enabling sales or support teams to respond promptly to inquiries
Administrators can enable the Get In Touch form functionality by updating the
EnableGetInTouchFormInDC
configuration withinConfigSystemProperties
. This allows logged-in buyers to submit inquiries that are directed to a designated account owner via email. Use the PUT https://<URL_of_the_Instance>/api/revenue-admin/v1/flows/system/settings/ConfigSystemProperties API.
- Launch Digital Commerce Application
- View Product Drawer (Highlighted Products)
- Browse the catalog page, navigate through the category hierarchy, and add to the cart.
- Use text search to search and select a product or product family.
- View the product details along with its configuration.
- Configure complex products as follows:
- Multi-Level Bundles (Nested Bundles)
- Options & Attributes Configuration
- Product Level Attributes
- Option Level Attributes
- View Constraint Rules and add to the cart from the Catalog page.
- View and manage mini cart.
- Request for a quote
- Checkout of cart (place order)
Guest users cannot access the full list of their carts, quotes, or orders upon returning to the portal. These records are only accessible if the guest user has the specific IDs and accesses them directly via URL. The list pages for carts, quotes, and orders are not displayed to guest users.
- Access your account page to:
- View the list of orders and their details
- View the list of quotes and their details
- View the list of favorites and their details. It is applicable when Favorite feature is enabled. For more information see Managing Favorites topic.
- View Carts and their statuses
- Use the settings option to view the user and account information
- Review your account information
- Browse the catalog page, navigate through Category Hierarchy, and add to the cart.
- Configure products as follows:
- Multi-Level Bundles (Nested Bundles)
- Options & Attributes Configuration
- Product Level Attributes
- Option Level Attributes
- View and manage mini cart
- Request a Quote
- Place an Order
To log in to Digital Commerce
On successful authentication, if you are a licensed user, you are redirected to the Digital Commerce portal's home page.
To log out from Digital Commerce
You will be redirected to the login screen.