How to add the Contact Us information in the B2CORE UI

Learn how to add the Contact Us section in B2CORE UI via WEBLATE to show support email, links, or other contact details for clients

You can add the Contact Us section under the main menu in the B2CORE UI to display your support email or other contact details, making it easier for clients to reach you.

This can be configured through WEBLATE. For more information about WEBLATE, refer to the product documentation.

To complete the steps below, you must be registered on WEBLATE and have access to the project linked to your B2CORE.

To add the Contact Us section:

1

Navigate to System > Settings to locate the UUID of the WEBLATE project linked to your B2CORE and copy it.

2

Sign in to WEBLATE.

3

In WEBLATE, go to Projects and find the related project by UUID.

4

Locate the key B2Core.Shared.ModelTranslates.EmailTranslateKeys.Email1 in the default category.

5

If the padlock icon near the Translation field is locked, unlock it.

6

In the Translation field, enter the contact details. HTML formatting is supported (for details, refer to Add or modify translations in the WEBLATE documentation).

Example:

<h2>Contact Us</h2>  
<a href="mailto:[email protected]">Send email</a>
7

The changes are saved automatically. Leave the padlock icon unlocked.

With the above provided HTML example, the Contact Us section will be displayed under the main menu in the B2CORE UI followed by the Send email link, which clients can use to quickly send messages.

This method allows you to add important details to your B2CORE UI, such as contact information, support links, or other messages.

Last updated

Was this helpful?