WebSite X5Help Center

 
Jean Michel L.
Jean Michel L.
User

Liste de Variables dans e-commerce  fr

Autor: Jean Michel L.
Visited 1208, Followers 2, Udostępniony 0  

Bonjour

Je vous contact pour connaitre la liste des variables
que l'on peut recupérer dans le panier de e-commerce.

j'ai déjà utiliser les variables

<form action="http://monsite/form.php" method="post" target="_blank">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="code" value="[ORDER_NO]">
<input type="hidden" name="prix" value="[PRICE, 1, #,###.@@]">
<input type="image" src="https://www.sandbox.paypal.com/fr_FR/FR/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal, le réflexe sécurité pour payer en ligne">
<img alt="" border="0" src="https://www.sandbox.paypal.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
</form>
</form>

Mais je voudrai les autres Variable example

<input type="hidden" name="mail" value="[MAIL]"> ?
ou
<input type="hidden" name="nom" value="[firstname]"> ?

est ce possible ?

merci

Posted on the
2 ODPOWIEDZI - 1 PRAWIDłOWA ODPOWIEDź
Incomedia
Claudio D.
Incomedia

Hello Jean Michel,

Yes you can add the other variables from the form during the purchase. All the variables you can use are:

[NAME], [LASTNAME], [ADDRESS1], [ADDRESS2], [CITY], [STATEREGION], [COUNTRY], [ZIPPOSTALCODE], [EMAIL], [PHONE], [ADVERTS], [NOTE]

Many thanks!

***** Google Translation:

BonjourJeanMichel,

Oui, vous pouvezajouter lesautres variablesde la formelors de l'achat.Toutesles variables que vouspouvez utiliser sont:

[NAME], [LASTNAME], [ADDRESS1], [ADDRESS2], [CITY], [STATEREGION], [COUNTRY], [ZIPPOSTALCODE], [EMAIL], [PHONE], [ADVERTS], [NOTE]

Merci beaucoup!

Czytaj więcej
Posted on the from Claudio D.
Jean Michel L.
Jean Michel L.
User
Autor

Bonjour Claudio

Merci pour la réponse. Cela va être utils au developpement pour la gestion
des Paiements avec du php.

Merci Beaucoup

jean michel

***** Google Translation:

HelloClodio
Thank you for the answer.This willbe usedfor managementdevelopment
Paymentswithphp.
Thank you very much
jean michel

Czytaj więcej
Posted on the from Jean Michel L.