1
Confirm the CDN origin
In the Gcore Customer Portal, open the CDN resource and confirm that the origin is the CS-Cart storefront domain or server.Request an image, a CSS file, and a JavaScript file through the CDN domain. Confirm that each path returns the matching storefront asset before enabling URL rewriting in CS-Cart.
2
Download the add-on
Purchase the Universal CDN add-on from the CS-Cart Marketplace. Select the correct CS-Cart edition and confirm that the listed compatible versions include the installed version, then download the add-on archive.
3
Open manual installation
Log in to the CS-Cart administration panel as a root administrator. Navigate to Add-ons > Downloaded add-ons, open the gear menu, and select Manual installation.
4
Install the add-on
Select the package source:
- Local uploads the archive from the computer.
- Server selects an archive from the server file system.
- URL downloads an archive from a remote address.
5
Open the add-on settings
On the Downloaded add-ons page, find the Universal CDN add-on and click its name to open its settings.
6
Configure the CDN URL
In CDN URL, enter the custom domain configured for the Gcore CDN resource. Use an HTTPS URL when the storefront is served over HTTPS.If the installed add-on version provides separate controls for images, CSS files, and JavaScript files, enable the required content types. Save the settings.
7
Activate the add-on
On the Downloaded add-ons page, activate the Universal CDN add-on if it is disabled.
8
Verify CDN delivery
Open the storefront and use the browser developer tools:
- Open the Network panel.
- Reload the page.
- Filter the requests for images, CSS, and JavaScript.
- Confirm that the request URLs use the CDN domain and return successful responses.
- Repeat a request for a cacheable asset and confirm that the Gcore
Cacheresponse header reportsHIT.