FastSpring’s Store Builder Library is a JavaScript library which can be used to add e-commerce features to your website. Ranging from simple buy buttons, to localized pricing all the way to a complete full featured shopping cart which is integrated directly into...
Full Cart Examples
Full cart example using the FastSpring Store Builder Library and Handlebars JS.
The FastSpring API is back-end service you can use to communicate with your FastSpring Store programatically, e.g. as an alternative to using the Dashboard. This is an advanced feature that requires some basic understanding of HTTP communication methods; GET, POST and...
Actions are markers on a DOM element that allow you to interact with the FastSpring Store Builder Library through HTML. They are used to initiate a behavior against the FastSpring Store Builder Library. These directives typically require three parts:...
Methods
All public methods accept an additional parameter – callback function. This function will be called after the specific request was made. Unlike generic “data-data-callback” which is called once for a request chain (meaning that if multiple consequent...