Cubee Posted April 22, 2014 Share Posted April 22, 2014 Hallo,ich muss den TS Käuferschutz selbst integrieren und habe es soweit hinbekommen, ausser Email-Adresse des Kunden. Dazu habe ich dieses HTML Beispiel von Trusted Shops: <form id="formTShops" name="formTShops" method="post" action="https://www.trustedshops.com/shop/protection.php" target="_blank"> <input name="_charset_" type="hidden" value=""> <input name="shop_id" type="hidden" value="{value shop_id}"> <input name="email" type="hidden" value="{value email}"> <input name="amount" type="hidden" value="{value amount}"> <input name="curr" type="hidden" value="{value curr}> <input name="paymentType" type="hidden" value="{paymentType}"> <input name="kdnr" type="hidden" value="{value kdnr}"> <input name="ordernr" type="hidden" value="{value ordernr}"> Folgende Variablen führten nicht zum Erfolg: {$email} {$customer->email|escape:'htmlall':'UTF-8'} Wie lautet denn die Variable für Email-Adresse? Link to comment Share on other sites More sharing options...
BluTiGeS Posted May 5, 2014 Share Posted May 5, 2014 Ich vermute mal die ist im Customer Objekt. $customer mal genauer anschauen. Grüße Link to comment Share on other sites More sharing options...
maarwalt Posted May 15, 2014 Share Posted May 15, 2014 Hallo Cube, hast Du es hinbekommen? Link to comment Share on other sites More sharing options...
Cubee Posted May 15, 2014 Author Share Posted May 15, 2014 Ja, ich habe es hinbekommen. Die Lösung habe ich hier gefunden: http://www.prestashop.com/forums/topic/199419-howto-show-customer-email-on-order-confirmation-page/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now