Add Gift Cards to Your Branded Site
If you want to make it easy for customers to find gift cards, you can add a simple link to your navigation menu. Follow these steps:
Locate Your header Template
Open the header template for your site's navigation (e.g., in the header or menu section).
Add the Gift Card Link
Insert the following link for where you’d like the “Gift Cards” link to appear in the navigation:
href="/passes?filter=gift_cards"
Example:
<li class="nav-item"> <a class="nav-link" href="/passes?filter=gift_cards">Gift Cards</a> </li>
You are not limited to calling it "Gift Cards". For example, if you wanted it to be listed as, "eCards" , you'll type eCards rather than "Gift Cards".
Example
<li class="nav-item"> <a class="nav-link" href="/passes?filter=gift_cards">eCards</a> </li>
Save and Check
Save your changes, and preview your site to ensure the link appears correctly in the navigation menu.