Skip to content

Commit c645f7f

Browse files
authored
Custom Button
1 parent 2169232 commit c645f7f

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

index.html

+17-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,22 @@
11
<html>
22
<head></head>
33
<body>
4-
<a href='https://qatesting.samcart.com/products/free-trial-test'
5-
sc-embed='button'
6-
sc-button-product='free-trial-test'
7-
sc-button-marketplace='SfAgZQ5Q431RW5qozClhcM8KUHXn3hBK'>
8-
Buy Now
9-
</a>
10-
<script>
11-
(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];
12-
if (d.getElementById(id)) return;
13-
js = d.createElement(s); js.id = id;
14-
js.src = 'https://samcart.dev/embed/embed.js';
15-
fjs.parentNode.insertBefore(js, fjs);
16-
}(document, 'script', 'samcart-embed'));
17-
</script>
4+
<a href='https://tippecanoe.samcart.dev/products/asdf'
5+
sc-url='https://tippecanoe.samcart.dev/products/asdf'
6+
sc-popup
7+
sc-embed='custom'
8+
sc-product='asdf'
9+
sc-marketplace='oGQJQ7tjh9YedMSPlqS4X5gKIbIEA5Yx'>
10+
Buy Now
11+
</a>
12+
<script>
13+
(function(d, s, id) {var js, fjs = d.getElementsByTagName(s)[0];
14+
if (d.getElementById(id)) return;
15+
js = d.createElement(s); js.id = id;
16+
js.src = 'https://samcart.com/embed/embed.js';
17+
fjs.parentNode.insertBefore(js, fjs);
18+
}(document, 'script', 'samcart-embed'));
19+
</script>
20+
1821
</body>
1922
</html>

0 commit comments

Comments
 (0)