New Documentation has been released!
Deluxe Tebex
Setup
Home Page

How to Add Refund/Support Home Page Sections

Follow this guide to alter your home page to look like this: Switch to Developer Mode

Navigate to the home page editor

Click here (opens in a new tab) to navigate to the "pages" dashboard, and click "edit" next to home page.

Enter code editing mode

Click on the code icon to enter code editing mode: Copy New Code

Add new code

Copy and paste the following code. Edit the text and support links to your liking, then save and publish.

homepage.html
<div class="body-obj">
    <p class="title-of-subject support">Support</p>
    <p>Require any assistance before you checkout, or wondering where your purchase has gone? Not a problem, we're here to help! Feel free to open up a support ticket on our <a href="https://coldfiredzn.com/discord" target="_blank" rel="noreferrer noopener">discord</a> <em>(fastest)</em>, or send us an e-mail at <strong><a href="mailto:business@coldfiredzn.com">business@coldfiredzn.com</a>&nbsp;</strong><em>(this will be sent straight to management, so will have a longer response time)</em>.
    </p>
    <a class="support-button" href="https://coldfiredzn.com/discord">&nbsp;Discord Server</a>
</div>
 
<div class="body-obj">
    <p class="title-of-subject refund">Refund policy</p>
    <div>
        <p>Due to their nature, all payments are final and non-refundable. Attempting a chargeback or opening a dispute will result in <strong>permanent</strong> and irreversible <strong>banishment</strong> from all of our servers, as well as other Minecraft stores handled by Tebex.<br><br>It could take between 1 and 20 minutes for your purchase to be credited in-game. If you are still not credited after this time period elapses, please go through a support channel (detailed above), and supply proof of purchase (i.e. the e-mail sent to you upon confirmation) so that we may assist you as swiftly as possible.</p>
    </div>
    <a class="terms-button" href="/terms" target="_blank" rel="noreferrer noopener">&nbsp;Terms and Conditions&nbsp;</a> 
    <a class="terms-button" href="/terms/impressum" target="_blank" rel="noreferrer noopener">&nbsp;Impressum&nbsp;</a> 
    <a class="terms-button" href="/tebex-privacy" target="_blank" rel="noreferrer noopener">&nbsp;Privacy Policy&nbsp;</a>
</div>

Save and You're Done!

Click Update to finalize.