Hi One of my hosting clients asked me to add a small cart to her exsisting site, which I have done, but the continue shopping button doesn't work in Firefox. Please please can someone take a look at the code and tell me if it can be fixed Many Thanks Dee <form action="https://www.paypal.com/cgi-bin/webscr" method="post" onsubmit="this.target = 'paypal'; SetAmt (1, 12, 2, 11, 3, 10, 4, 8.5); return ReadForm (this);"> <table><tr><td><input type="hidden" name="on0" value="Work Address">Work Address</td><td><select name="os0"><option value="Please Select">Please Select<option value="Whirman HS">Whirman HS<option value="Air Rights Bldg">Air Rights Bldg</select> </td></tr><tr><td><input type="hidden" name="on1" value="Office/Room Number">Office/Room Number</td><td><input type="text" name="os1" maxlength="60"></td></tr> <td>Quantity</td><td> <select name="qty" style="width:108px"> <option value="1">1 Meal $12</option> <option value="2">2 Meals $11</option> <option value="3">3 Meals $10</option> <option value="4">4 Meals $8.50</option> </select></td></tr> </table><input type="image" src="https://www.paypal.com//en_US/i/btn/x-click-but22.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_US/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="lkdobbs@hotmail.com"> <input type="hidden" name="item_name" value="Esther's Tandoori Chicken"> <input type="hidden" name="amount" value="12.00"> <input type="hidden" name="shipping" value="0.00"> <input type="hidden" name="page_style" value="Kitchen_Dinners"> <input type="hidden" name="buyer_credit_promo_code" value=""> <input type="hidden" name="buyer_credit_product_category" value=""> <input type="hidden" name="buyer_credit_shipping_method" value=""> <input type="hidden" name="buyer_credit_user_address_change" value=""> <input type="hidden" name="no_shipping" value="2"> <input type="hidden" name="return"> <input type="hidden" name="no_note" value="1"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="tax" value="0.00"> <input type="hidden" name="lc" value="US"> <input type="hidden" name="bn" value="PP-ShopCartBF"> <input type="hidden" name="baseamt" value="12.00" /> <input type="hidden" name="basedes" value="Esther’s Tandoori Chicken" /> </form>
Hi, when I click on continue shopping in FF now, it is trying to take me to this page www.lisaskitchendinners.com/Order_Now.html, and the page doesn't exsist so of course I get a 404. I can't see anywhere in the above code that is telling it to go there, the correct page is http://www.lisaskitchendinners.com/Kitchen_Dinners/Order_Now.html[/url]. IE7 is doing it right, I don't get why FF is looking for the wrong page. Anyone any ideas? Thanks Dee