New Documentation has been released!
Deluxe Tebex
Pages
Patrons Page

How to add a patrons page to your store

Create a new page

Click here (opens in a new tab) to create a new patrons page in the Tebex dashboard.

Enter the template editor

Click here (opens in a new tab) to navigate to the appearance page, and click "launch editor".

Add the patrons page to the config

Navigate to the config.twig file, and find this line of code:

config.twig
patrons: {
    pageTitle: "Patrons"
}

Change Patrons to the name of the page you created earlier in the Tebex dashboard

Add customers to the patrons list

Now, scroll up in config.twig until you find this code:

config.twig
categories: {
    category_1: {
        title: "Patron+",
        description: "$2000+",
        patrons: ["Coldfire", "Steve"],
        color: "#7fff6a",
        crown: true
    },
    category_2: {
        title: "Patron",
        description: "$1000+",
        patrons: ["TripleZone", "Alex"],
        color: "#fed06d",
        crown: false
    }
}

Duplicate categories to add new patrons sections, and edit the "patrons" array for each to add new users.

Save and You're Done!

Click Save and Publish to finalize.