Select Page
Product Level Directive Documentation
Edit on
Codepen.io

data-fsc-item-path

This is required on each product level static html tags – same value as data-fsc-item-path-element


x
20
 
1
<!--
2
    data-fsc-item-path is required anytime you are using a product level html tag
3
    and accepts one parameter that is the product path.  In the example below we
4
    are defining the product as phot-io-main-app and the html tag we want to display
5
    is the display name.
6
-->
7
<span data-fsc-item-path="phot-io-main-app" data-fsc-item-path-element>
8
    <!--This value will be replaced-->
9
</span>
10
11
<!--
12
    DEMO SETUP
13
        - Initialize the Store Builder Library
14
-->
15
<script
16
    id="fsc-api"
17
    src="https://sbl.onfastspring.com/sbl/1.0.2/fastspring-builder.min.js"
18
    type="text/javascript"
19
    data-storefront="fastspringexamples.test.onfastspring.com/popup-fastspringexamples">
20
</script>
1
 
1
1
 
1

Related Topics