Our cart, anywhere.
With a few simple lines of code, FEVO’s distributed commerce button allows you to install a checkout drawer anywhere on your site. Streamline your marketing efforts and keep your fans on page to make for a seamless fan experience.
General Installation
Base Code (US)
This base code needs to sit globally on your website, in the footer or right before the closing body tag, </body>.
<script src="https://fevo-enterprise.com/react/dist/js/widget/gm-widget.js?ver=1"></script>
Base Code (UK)
This base code needs to sit globally on your website, in the footer or right before the closing body tag, </body>.
<script src="https://fevo-enterprise.uk/react/dist/js/widget/gm-widget.js?ver=1"></script>
Offer onclick Element:
Customize your button code with offer specific details to install any button, anywhere. Insert the completed button code into the CMS/page buildout.
Example Offer URL: https://fevo-enterprise.com/event/gameday2
onclick="GMWidget.open('gameday2');"
Basic HTML Code Example:
<button type="button" onclick="GMWidget.open('gameday2');" >BUY</button>