Bonjour,
Je n'arrive pas à trouver l'option qui permet d'inclure un article dans le panier paypal sans que l'on puisse modifier la quantité dans le panier paypal.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
 
<div id="eventInscription"> 
				<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
				<input type="hidden" name="cmd" value="_cart">
				<input type="hidden" name="business" value="<?php echo $adresseDePaiementPaypal; ?>">
				<input type="hidden" name="lc" value="FR">
				<input type="hidden" name="item_name" value="<?php echo $row_ListEvent['TITRE_EVENT']; ?>">
                <input type="hidden" name="charset" value="utf-8">
				<input type="hidden" name="amount" value="<?php echo $row_ListEvent['ACOMPTE_EVENT']; ?>">
				<input type="hidden" name="currency_code" value="EUR">
				<input type="hidden" name="button_subtype" value="products">
				<input type="hidden" name="no_note" value="0">
				<input type="hidden" name="tax_rate" value="<?php echo $tva; ?>">
				<input type="hidden" name="shipping" value="<?php echo $calculFraisDeGestion; ?>">
				<input type="hidden" name="custom" value="<?php echo "EVENTBUY;".$row_ListEvent['ID_EVENT'].";".$_SESSION['ID_USER'].";".$PHPSESSID.";".$typePaiementSomme.";".$_SERVER["REMOTE_ADDR"].";".$row_ListEvent['ACOMPTE_EVENT']; ?>">
				<input type="hidden" name="add" value="1">
				<input type="hidden" name="bn" value="PP-ShopCartBF:btn_cart_LG.gif:NonHostedGuest">
				<input type="image" src="https://www.paypalobjects.com/fr_FR/FR/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - la solution de paiement en ligne la plus simple et la plus sécurisée !">
				<img alt="" border="0" src="https://www.paypalobjects.com/fr_FR/i/scr/pixel.gif" width="1" height="1">
				</form>
Si quelqu'un à l'info ca serait top. Je vais lire la doc en anglais en attendant...
Je vous remercie par avance