Setup and configuration
Last updated: Mar-24-2025
This page provides instructions for setting up and configuring the Cloudinary Page Designer cartridges.
On this page:
Installation
Download the Cloudinary Page Designer cartridges
You can download the certified Page Designer cartridges from the Cloudinary for Page Designer page on the SFCC AppExchange. You can also get the most recent release from Cloudinary's GitHub repo.
Install the cartridges on the sandbox
There are two cartridges to install:
- int_cloudinary_pd (the base cartridge)
- bm_cloudinary_pd (the Business Manager extension allowing access to your Cloudinary Media Library)
- Open B2C Commerce UX Studio
- Import both cartridges from the Import dialog.
- Link the cartridges to the sandbox. Select the sandbox connection and then select Properties. Select Project Reference and check in.
Assign the cartridges to relevant sites through the Business Manager
- Log in to the Business Manager.
- Go to Administration > Sites > Manage Sites.
- Select the Business Manager site.
- Add bm_cloudinary_pd to the cartridge path as shown:
- Apply the changes.
- Navigate back to Manage Sites.
- Select the storefront site for which you want to enable the Cloudinary image and video components.
- Navigate to the Settings tab.
- Add int_cloudinary_pd to the cartridge path as shown:
- Apply the changes.
Import metadata and services
- In the Business Manager, navigate to Administration > Site Development > Site Import & Export.
- Click Choose File.
- Select cloudinary_pagedesigner_matadata.zip from the metadata folder of the repository.
- Click Upload.
- Select the radio button next to cloudinary_pagedesigner_matadata.zip and click Import then OK.
- Navigate to Administration > Operations > Services.
-
After successful import of metadata, you'll see the cloudinary.https.api service. In the service's credentials add the following details:
- URL: https://api.cloudinary.com/v1_1/[cloud_name]
- User: Your API Key
- Password: Your API Secret
TipYou can find your product environment configuration credentials in the API Keys page of the Cloudinary Console Settings.
Configuration
Configure Cloudinary credentials and other settings in the Business Manager
- In the Business Manager, navigate to Merchant Tools > Site Preferences > Custom Preferences.
- Click CloudinaryPageDesigner.
- Populate the settings according to your product environment and display preferences.
Setting Name | Description |
---|---|
Cloudinary Cloud Name | Your product environment's cloud name. Find this on your Console Dashboard. |
Cloudinary CNAME (Optional) | The CNAME of your product environment, if you have a custom one configured. |
Cloudinary API Key | Your product environment's API key. Find this in the API Keys page of the Cloudinary Console Settings. |
Cloudinary API Secret | Your product environment's API secret. Find this in the API Keys page of the Cloudinary Console Settings. |
Cloudinary Page Designer Shrinkwrap Static JS URL | The URL for the Cloudinary client side Shrinkwrap JS library. |
Cloudinary Video Player Static CSS URL | The URL for the Cloudinary Video Player client side CSS library. |
Cloudinary Video Player Static JS URL | The URL for the Cloudinary Video Player client side JS library. |
Default image Device Pixel Ratio (DPR) | The Device Pixel Ratio setting to apply to all your images on delivery. |
Default image format | The format in which to deliver all your images. If you select auto, Cloudinary decides on the best format to deliver based on the user's browser. |
Default image quality | The quality setting to apply to all your images on delivery. If you select auto, Cloudinary decides on the optimal compression to apply, reducing the file size without impacting visual quality. |
Use image alt text from Cloudinary | If set to Yes, Page Designer uses the asset's Description in Cloudinary as the image's alt text. |
Default image transformations | Transformations in URL syntax to apply to all your images on delivery, e.g. c_limit,w_800/e_enhance . |
Cloudinary Image Breakpoints | Breakpoints to use for responsive images. Specify an array of image widths in pixels. |
Default video format | The format in which to deliver all your videos. |
Default video bitrate | The bitrate to apply to all your videos on delivery. |
Default video quality | The quality setting to apply to all your videos on delivery. If you select auto, Cloudinary decides on the optimal compression to apply, reducing the file size without impacting visual quality. |
Default video transformations | Transformations in URL syntax to apply to all your videos on delivery, e.g. c_limit,w_800/r_max . |
Cloudinary Page Designer Environment | The Cloudinary iframe environment. |
Cloudinary poster image transformation | Transformations in URL syntax to apply to all your video poster images on delivery, e.g. e_grayscale,bo_5px_solid_black . |
Allow access to Business Manager endpoints
Allow access to the endpoints in Business Manager to avoid CORS errors.
✖️