Still paypal issue with new version

brainfreeze

No avatar

2005-11-23 10:05

When trying to make aan paypal button that puts the total amount to paypal it still only takes the product cost and leaves the shipping cost...
I tried all solutions treewood said...
Does anybody else know something more???

qc.tatsujin.nl

Jo

No avatar

2005-12-05 15:25

I have had the same problem so at the moment I am offering free delivery! But if anyone can let us know how to solve this it would be great. Thanks!

jana

No avatar

2005-12-08 21:28

Try this and you will have the Order Id and shippingcost

jana

No avatar

2005-12-08 21:30

Sorry this is the code
</form>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="your-email">
<input type="hidden" name="item_name" value="Payment ID $iOrder">
<input type="hidden" name="item_number" value="Order ID $iOrder">
<input type="hidden" name="amount" value="$aList[fSummary]">
<input type="hidden" name="shipping" value="$aData[fCourierPrice]">
<input type="hidden" name="currency_code" value="EUR">
<input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but6.gif" border="0" name="submit" alt="Betala med PayPal - det är gratis, s

Ganarel

No avatar

2005-12-15 23:57

I placed that code in messages.tpl it transfer the Item number but not the price and shipping.

Can you help please?
Thanks

Ganarel

bee

No avatar

2005-12-16 14:03

i have been able to make this work by modifying the following lines:

<input type="hidden" name="item_number" value="">
<input type="hidden" name="amount" value="$aBasket[fSummary]">
<input type="hidden" name="shipping" value="$aCourier[price]">
<input type="hidden" name="no_note" value="1">

...hope this helps!

Ganarel

No avatar

2005-12-16 21:44

Where did you place your paypal code. it is not working for me

Ganarel

Back to top
about us | contact