All Collections
Promotions
Gift Certificates
Adding a "buy gift certificates online" badge to your main website
Adding a "buy gift certificates online" badge to your main website
Yvonne avatar
Written by Yvonne
Updated over a week ago

After you enable gift certificates, the "buy gift certificates online" badge can also be added to your main website.

Just have your web developer add the code below to your website.

*Be sure to replace all instances of [subdomain] with your actual Starboard Suite subdomain.

<script type="text/javascript" charset="utf-8">
    StarboardSuiteSubDomain = '[subdomain]';
    SSGiftCertificateBadgeBackground = "#1f5ba0";
    SSGiftCertificateBadgeHover = "#c67807";
</script>


<script src="https://[subdomain].starboardsuite.com/assets/frontend/inc/gift-certificate-badge.js" type="text/javascript" charset="utf-8"></script> 


Prefer to use your own button or text link instead of our animated badge?

Just point your site visitors at this page: 

https://[subdomain].starboardsuite.com/gift-certificates
Did this answer your question?