Fonctionnalités
- Insertion du tracker sur toutes les pages
- Récupération des commandes
- Gestion des widgets
Installation
Copiez / collez le code suivant dans le champs «Code avant </body>» se trouvant à l'adresse : http://VOTRE_SITE.kiubi-admin.com/communication/metas/
Code Block |
---|
|
<script type="text/javascript">
var publicKeySb = "VOTRE CLE API PUBLIQUE" ;
var iproto = (("https:" == document.location.protocol) ? "https://" : "http://");
document.write(unescape("%3Cscript src='" + iproto + "static-sb.com/js/sb-tracker.js'
type='text/javascript'%3E%3C/script%3E"));
</script>
|
...
Code Block |
---|
|
<script type="text/javascript">
var siteid = "VOTRE CLE API PUBLIQUE" ;
var sbactionOrder = 1;
var orderemail = "{client.email}" ;
var orderamount = {total_TTC};
var ordername = "{nom}" ;
var orderfirstname = "{prenom} {nom}" ;
var idorder = "{reference}" ;
var orderoptin = 1 ;
var orderstate = 20 ;
var ordertest = 0 ;
</script>
|
Include Page |
---|
| KBSB:Signature Pages |
---|
| KBSB:Signature Pages |
---|
|