Order Level Directive Documentation
Edit on
Codepen.io
Codepen.io
data-fsc-order-totalValue
Order grand total – numeric
x
19
1
Total Value:
2
<span data-fsc-order-totalValue>
3
<!--This value will be replaced-->
4
</span>
5
6
<!--
7
DEMO SETUP
8
- Initialize the Store Builder Library
9
-->
10
<script
11
id="fsc-api"
12
src="https://sbl.onfastspring.com/sbl/1.0.2/fastspring-builder.min.js"
13
type="text/javascript"
14
data-storefront="fastspringexamples.test.onfastspring.com/popup-fastspringexamples">
15
</script>
16
17
<script type="text/javascript">
18
fastspring.builder.add("phot-io-main-app");
19
</script>
1
1
1
1