Links

White Label

To remove Splitit branding from Learn More, Terms & Conditions, and Privacy Policy, in your JavaScript add whiteLabel: true (default is false):
var flexFields = Splitit.FlexFields.setup({
// debug: true, // <<-- uncomment for extended errors
whiteLabel: true,
culture: "en-US",
Note that you may need to refresh the browser's cache for this to have an effect. You can do this by setting a new version in the import script:
src="https://flexfields.sandbox.splitit.com/v2.0/splitit.flex-fields.sdk.js?v=2000"></script>
Last modified 5mo ago