Addon Installation Guide
Open the File
Download and open the addon's .html file.
Open Template Editor
Under the template (opens in a new tab) section the Tebex panel, click "edit". Then click "launch editor".
Add the Addon's Code
Copy and paste the code from the add-on file you downloaded into category.twig - do this in the large space at the top of the file between these two lines:
{% if (config("gc_page") == "Yes") and (category.name == config("gc_page_name")) %} {# start giftcard addon section #}
{% else %} {# end giftcard addon section #}
Save and Publish
Click "save and publish" at the top of the file. The addon's code is now added to your installation of Radiant.
Setup the Addon
Next, check out the other pages in the "giftcard page addon" section of this wiki to learn how to setup the addon properly.