Embed Spreadshirt T-Shirt Designer into your shop system

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
<head>
<!-- your own code -->
<script type="text/javascript" src="http://www.spreadshirt.net/Public/Confomat/js/confomat-embed.js"></script> src="http://cache.spreadshirt.net/Public/Confomat/Js/confomat-embed.js"></script>
</head>
<body>

h1. Examples


h2. Embed with Basket

<head>
<title>Embed Example</title>
<script type="text/javascript" src="confomat-embed.js"></script> src="http://cache.spreadshirt.net/Public/Confomat/Js/confomat-embed.js"></script>

<style type="text/css">
confomat.create({
shopId: 205909,
confomatUrl: "confomat.swf",
calculatePriceFunction: function(product, callback) {
return product.price * 1.2 + product.configurations.length * 2;