Skip to main content
The checkout page itself is a standard Experience Cloud page that loads an Order from a ?orderId=<Order UUID> URL parameter. There is no checkout-page lookup field on the Business Unit. Instead, the Business Unit stores two pieces of the checkout URL, and fusionCore combines them with the Order’s UUID to build the full link that is stored on each Order in Portal Checkout URL (FCORE_PORTAL__Portal_Checkout_URL__c). The two fields you configure on the Business Unit are:
  • Portal URL (FCORE_PORTAL__Portal_URL__c) — the base URL of your Experience Cloud site.
  • Portal Checkout Page Path (FCORE_PORTAL__Portal_Checkout_Page_Path__c) — the path of the page on that site where you placed the checkout components.

Prerequisites

  • An Experience Cloud site with a published checkout page. See Checkout (LWC) Overview.
  • Access to the Business Unit record you want to configure.

How to Configure the Business Unit

1

Copy your portal's URL

In Setup, type All Sites in the Quick Find box and select it. Copy the URL of your portal site.
The All Sites page in Setup showing the portal site URL
2

Paste the URL into the Business Unit

Open the Business Unit you want to set up. Paste the URL you copied into the Portal URL (FCORE_PORTAL__Portal_URL__c) field.
The Portal URL field on a Business Unit record

Setting the Portal URL on the Business Unit

3

Set the checkout page path

Copy the path of the page where you placed the checkout components, then paste it into the Portal Checkout Page Path (FCORE_PORTAL__Portal_Checkout_Page_Path__c) field. Click Save.
The Portal Checkout Page Path field on a Business Unit record
With both fields set, fusionCore populates Portal Checkout URL (FCORE_PORTAL__Portal_Checkout_URL__c) on Orders belonging to that Business Unit, appending each Order’s UUID as the orderId parameter so the link opens the correct Order at checkout.

Limitations and Common Pitfalls

  • Both fields must be set, or the checkout link is incomplete. If either Portal URL or Portal Checkout Page Path is blank, the generated checkout URL will not resolve to a working page. Set both before sending Orders to the Portal.
  • The path must match your published checkout page. If the Portal Checkout Page Path does not match the actual page path on your site, the link opens the wrong page (or none). Copy the path directly from the published page rather than typing it.
  • Each Business Unit is configured separately. These fields live on the Business Unit, so a multi–Business Unit org needs each Business Unit’s URL and path set individually.