Configuring parameters for the Customer Control Panel

Among the logos (see Uploading reseller's logos), configure the following parameters for the Customer Control Panel:

  • The appearance of the Customer Control Panel, integration with the reCAPTCHA and web analytics services, the content of the sections and widgets, and customer attributes for creating a new account — see Configuring the Customer Control Panel appearance.
  • Account validation settings — see Global settings.
  • Date format — see General system settings.
  • The availability of the Account balance and joining Payments manually — see Managing financial settings.
  • Available and the default languages — see Managing language settings.
  • The expiration period of the email confirmation token — see User settings.
  • Displaying currency rates in the Customer Control Panel — see Managing currency rates.
  • If the reseller uses Storefront of the Customer Store, the external application URL settings — see Customer Store general settings.
  • Links to the Customer Control Panel pages in notification templares (see Managing notification templates), for example:
    • A link to the Customer Control Panel of the specified account — https://{{ reseller.custom_attributes['vendor_ccp'] }}/client?account_id=<the account ID for example, {{account_id}} or {{subscription.account.id}}>.
    • For the Password reset request event, a link to reset the password — {{url}} or https://{{ reseller.custom_attributes['vendor_ccp'] }}/client/generate_password?reset_password_token={{token}}.
    • For the Verify email event, a link to confirm the email — {{confirmation_url}} or https://{{ reseller.custom_attributes['vendor_ccp'] }}/client/confirmation?confirmation_token={{token}}&id={{user.id}}&locale={{locale}}.
    • For the User invitation event, a link to accept the invitation — {{invite_url}} or https://{{ reseller.custom_attributes['vendor_ccp'] }}/client/invitation_user?invitation_token={{token}}.
    • A link to the notification settings page — https://{{ reseller.custom_attributes['vendor_ccp'] }}/client/account/notifications_settings?account_id={{account_id}}.
    • A link to top up the balance with the specified amount — https://{{ reseller.custom_attributes['vendor_ccp'] }}/client/billing/payments/top_up?account_id={{account_id}}&total=<amount, for example {{total}}, if the placeholder is defined in the template>&create_payment=true.
    • A link to top up the balance without a specified amount — https://{{ reseller.custom_attributes['vendor_ccp'] }}/client/billing/payments/top_up?account_id={{account_id}}.
    • A link to the list of payments — https://{{ reseller.custom_attributes['vendor_ccp'] }}/client/billing/sections/payments?account_id={{account_id}}.
    • A link to a subscription page — https://{{ reseller.custom_attributes['vendor_ccp'] }}/client/subscriptions/{{subscription.id}}?account_id={{account_id}}.