Footer

Upon creating your store you may notice the footer at the bottom of your store stating that it is powered by Tebex and that we are the reseller & merchant of record.

Hiding the footer on your webstore will void our terms and conditions and will result in us having to disable your store from the public.

As a merchant of record platform we are under strict requirements by the card networks, such as Visa & Mastercard, to ensure customers understand which company they are purchasing from. You are authorising Tebex to operate a webstore on your behalf and sell content that we license from you, thus we need to let customers know about this as clearly as possible.

We don't place the footer for our own marketing/branding benefit - we simply have to do it to be able to provide you with all the benefits you receive as us being the Merchant Of Record, such as:

  1. 100 payment method integrations

  2. Sales tax collection and remittance worldwide

  3. Fraud protection & our chargeback guarantee

  4. Easy to integrate product delivery for your game studio & server

The colour scheme of the footer by default matches your Tebex Checkout theme. You're able to select between Dark or Light mode by viewing your Checkout settings within the creator panel.

The footer also listens to the following CSS variables which you can define in your template/theme, providing you with further customisation ability:

Variable

--tebex-legal-footer-background-color

--tebex-legal-footer-text-color

--tebex-legal-footer-border-color

--tebex-legal-footer-max-width

An example of setting the CSS variables can be seen below, which you could place in your templates CSS file:

:root {
  --tebex-legal-footer-background-color: #fcba03;
  --tebex-legal-footer-text-color: #4c00ff;
}

Last updated