Problem: Recently, paypal in their wisdom, decided to change how the shipping values were done. But i have no definitive answer to fix it, does any here know to fix it. At the moment, the shipping comes up as £2.95, but as you go to checkout, it changes to the account default:
Code:
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="image" src="https://www.paypal.com/en_GB/i/btn/sc-but-03.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
<input type="hidden" name="add" value="1">
<input type="hidden" name="cmd" value="_cart">
<input type="hidden" name="business" value=" email address here">
<input type="hidden" name="item_name" value="Concert Tickets - Best View">
<input type="hidden" name="amount" value="20.00">
<input type="hidden" name="shipping" value="2.95">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="lc" value="GB">
<input type="hidden" name="bn" value="PP-ShopCartBF">
</form>
Last edited by vkw91; 11-08-2007 at 07:30 AM..
Reason: typo
|