Upgrade in the Merchant Backend
Please note that after updating to the new checkout version, all previous checkout variants in the Merchant Backend will no longer be available and cannot be maintained, as they are no longer supported by the new version.
Log in to your STAGE Merchant Backend.
Save your CSS/Javascript from menu item Settings > Applications > Checkout.
If you do not have any custom CSS/Javascript, you can skip this step.
💡 In the new checkout editor, the color boxes with which the colors could be adjusted are no longer available. If you have only adjusted your colors, you can copy the CSS provided by us and insert your color codes accordingly
.
Go to Settings > Development > Version Management
In the Checkout row, click on Edit to update.
Note
The upgrade cannot be undone! So make sure that you have everything saved somewhere else before you proceed.
If the update was successful, the Checkout Editor can be opened in the menu item Settings > Applications > Checkout.
The CSS/Javascript has to be inserted both in the Checkout Editor and in the SSO.
SSO:
Open the menu item Settings > Applications > SSO.
Open the tab UX/UI Design and click on Edit.
Insert your CSS/Javascript.
Checkout Editor:
Open the menu item Settings > Applications > Checkout.
Open the tab Components.
In the tab UX/UI Design, click on Add New and insert the CSS/Javascript.
Adjust colors
If you have only adjusted the colors in the old checkout editor, you can copy the CSS that we provide in the Knowledge Base and also paste it into the SSO and Checkout menu item and adjust your color codes accordingly. CSS Example
Use the Checkout Editor to create a new variant.
A detailed documentation can be found here: New CheckoutAfter you have successfully created the variant, the new variant ID must be integrated into your integration to be able to test the settings.
Instruction Video
Upgrade Your Integration
The previous JavaScript URL must be replaced by the new version.
Please note that as soon as the new JavaScript URL has been integrated, the old checkout variants will no longer work. To be able to test the new checkout variant created in the Merchant Backend, the variant ID must be inserted into your integration.
Please also note that the API endpoint for calling these settings are now separated into Checkout and SSO.
Checkout settings endpoint: https://api.frisbii-media-stage.com/api/v3.0/processes/settings/checkout
SSO settings endpoint: https://api.frisbii-media-stage.com/api/v3.0/processes/settings/sso
More information can be found in the API documentation: plenigo API v3
Please update your integration on your STAGE system as follows:
Change the URL.
<script src="https://static.plenigo-stage.com/static_resources/javascript/{your_companyId}/plenigo_sdk.min.js" data-disable-redirect="true" data-companyId="{your_companyId}" data-lang="en"></script>
Replace it with the new URL (the companyId is no longer needed).
<script src="https://static.frisbii-media-stage.com/web/v1/frisbii_media.min.js" data-company-id="{your_companyId}" data-lang="en"></script>
Test your integration on STAGE.
Make sure that all your configurations are working properly and make adjustments if required.When you’re done testing, update your integration on your LIVE system accordingly.
Do not hesitate to contact our integration team in case of any questions or technical issues (support@frisbii-media.com).
Note
The old checkout version will be supported until the end of 2025. Until then, we will continue to fix bugs, but will not implement any new functions or improvements. All future functions will only be implemented in the new checkout version.
Helpful resources
JavaScript documentation: https://plenigo.github.io/sdks/javascript-v3
Checkout: https://plenigo.github.io/sdks/javascript-v3#checkout-with-api-v30
SSO: https://plenigo.github.io/sdks/javascript-v3#using-frisbii-media-sso