Snippets

loopingo JTL

Created by Friedrich Roell
  <div id="loopingo-integration-container">
   <script type="text/props">
    {
        "token"         : "1994350c-7040-11eb-b61c-901b0e9351bb",
        "order_id"      : "{$Bestellung->cBestellNr}",
        "email"         : "{$Kunde->cMail}",
        
        "country"       : "{$Kunde->cLand}",
        "postal_code"   : "{$Kunde->cPLZ}",
        "gender"        : "{$Kunde->cAnrede}",
        "order_amount"  : "{$Bestellung->WarensummeLocalized[0]}",
        
        "first_name"    : "{$Kunde->cVorname}",
        "last_name"     : "{$Kunde->cNachname}",
        "city"          : "{$Kunde->cOrt}",
        "street"        : "{$Kunde->cStrasse}",
        "house_number"  : "{$Kunde->cHausnummer}",
        "birthday"      : "{$Kunde->dGeburtstag}",

        "is_test"       : false
    }
    </script>
</div>
<script async src="https://integration.loopingo.com/bundle_v1.js" type="text/javascript"></script>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.