itec
Posts: 130
|
| Posted: 06/20/2005, 5:11 PM |
|
yes i have went through paypal and after looking up the code i came up with this
--------------------------
<!-- BEGIN Record purchase -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" name="{HTMLFormName}">
<input type="hidden" name="cmd" value="_xclick"><input type="hidden" name="business" value="duck@stones.com"><input type="hidden" name="Item_name" value="{pname}"><input type="hidden" name="currency_code" value="USD"><input type="hidden" name="ammount" value="SubTotal">
<!-- BEGIN Button purchase --><input class="appetitoButton" name="{Button_Name}" type="submit" value="Click here to Purchase"><!-- END Button purchase -->
</form>
<p align="center"><!-- END Record purchase -->
-----------------------
but it will not pass the item name or the price for everything else shows for some reason a any help would be appreciated when i click checkout paypal screen comes up but there are text box for item name and amonut
|
 |
 |
Pablo
Posts: 19
|
| Posted: 08/26/2005, 11:31 AM |
|
Did you ever get a solution to the paypal connection?
|
 |
 |
|