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
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
2005-12-08 21:28
Try this and you will have the Order Id and shippingcost
jana
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
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
2005-12-16 14:03
i have been able to make this work by modifying the following lines: