Select Page
Callbacks Documentation
Edit on
Codepen.io

data-debug=true

This is not a callback that you can modify. It returns the debug information in the console


x
18
 
1
<!--
2
    DEMO INFO:
3
    This demo only loads the Store Builder Library
4
-->
5
6
7
<!--
8
    DEMO SETUP
9
        - Initialize the Store Builder Library
10
        - Add item to cart
11
-->
12
<script
13
    id="fsc-api"
14
    src="https://sbl.onfastspring.com/sbl/1.0.2/fastspring-builder.min.js"
15
    type="text/javascript"
16
    data-storefront="fastspringexamples.test.onfastspring.com/popup-fastspringexamples"
17
    data-debug=true>
18
</script>
1
 
1
1
 
1

    Related Topics