Store Builder Overview

What can you do with Store Builder?

These building blocks help you create a seamless, dynamic e-commerce experience.

Add Store Builder to your site

Add the following script to any page where you want to use Store Builder:

<script 
  id="fsc-api"
  src="https://sbl.onfastspring.com/sbl/1.0.3/fastspring-builder.min.js"
  type="text/javascript"
  data-storefront="your-storefront-URL">
</script>

Note: Replace your-storefront-URL in your script with the full path to a checkout in your store (e.g., yourstore.test.onfastspring.com/popup-checkout).

AttributeDescription
idIdentifies the script block (must be fsc-api).
srcThe script source and Store Builder version to load.
typeDeclares the script as JavaScript.
data-storefrontThe full URL to your FastSpring checkout.
Where do I find my checkout URL?
  1. Navigate to Checkouts > Popup Checkouts in the FastSpring app.
    2. Select a checkout and click Place on your website.
    3. Locate the URL in the data-storefront line of the generated script snippet.

    This is the value required for your implementation.