Address Book Assist Widget - Default Configuration
The following is the entire default configuration for the AddressBookAssist Widget.
You might also want to see the detailed configuration reference for more information.
{
"version": 2,
"apiBaseUrl": "https://api.subscribepro.com",
"apiAccessToken": null,
"apiChangedBy": {
"admin": {
"userId": null,
"email": null,
"fullName": null
}
},
"apiFetchMaxSubscriptionsCount": 50,
"vaultEnvironmentKey": null,
"customerId": "0",
"themeName": "base",
"modals": {
"onBeforeAddressDeleted": {
"unused": {
"titleText": "Delete Address",
"middleContent": "Are you sure you want to delete the following address from the address book?",
"deleteButtonText": "Delete",
"cancelButtonText": "Cancel"
},
"noAlternative": {
"titleText": "Delete Address",
"middleContent": "Are you sure you want to delete the following address from the address book? This address will still be used for N subscriptions.",
"itemsSubstituteCharacter": "N",
"deleteButtonText": "Delete",
"cancelButtonText": "Cancel"
},
"replace": {
"titleText": "Delete Address",
"middleContent": "You are about to delete the following address that is currently used on N subscriptions",
"itemsSubstituteCharacter": "N",
"replaceText": "Please select an address to replace it:",
"deleteButtonText": "Delete & Replace",
"cancelButtonText": "Don't Delete"
}
},
"onDefaultAddressChanged": {
"titleText": "New Default Address",
"middleContent": "You have just set the following address to be your new default address. Would you like to replace the address on your subscriptions with this one?",
"shipping": {
"itemGroupText": "Replace shipping addresses for N subscriptions using the previous default address",
"allItemsText": "Replace shipping addresses for all N subscriptions",
"itemsSubstituteCharacter": "N",
"doNotReplaceText": "Do not replace"
},
"billing": {
"itemGroupText": "Replace billing addresses for N subscriptions using the previous default address",
"allItemsText": "Replace billing addresses for all N subscriptions",
"itemsSubstituteCharacter": "N",
"doNotReplaceText": "Do not replace"
}
},
"onDefaultShippingChanged": {
"titleText": "New Default Shipping Address",
"middleContent": "You have just set a new default shipping address. Would you like to replace the address on your subscriptions with this one?",
"itemGroupText": "Use the new default shipping address for N subscriptions using the previous default address",
"allItemsText": "Use the new default shipping address for all N subscriptions",
"itemsSubstituteCharacter": "N"
},
"onDefaultBillingChanged": {
"titleText": "New Default Billing Address",
"middleContent": "You have just set a new default billing address. Would you like to replace the address on your subscriptions with this one?",
"itemGroupText": "Use the new default billing address for N subscriptions using the previous default address",
"allItemsText": "Use the new default billing address for all N subscriptions",
"itemsSubstituteCharacter": "N"
}
}
}