Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejs
themeEmacs
<script>        
        var sporder = {
            email: "johndoe@sb.am", // À personnaliser
			name: "doe", // Facultatif
            firstname: "john", // Facultatif
            add_tag : ["abandon_commande"] // Vous pouvez personnaliser ce tag.
        };
</script> 

...