Paypal button not working in Firefox

1stmeridian
Contributor
Contributor

I have been struggling to find the solution to this issue. I have a button that is suddenly not operating on my site. I have multiple buttons on the site and all others work. if I try to recreate or modify a button for this one product it simply will not work!

 

Site is www.hondacbrexhaust.com

The button that is not working is:

<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="KQNUGSP52C9HQ">
<table>
<tr><td><input type="hidden" name="on0" value="Choose Your Model">Choose Your Model</td></tr><tr><td><select name="os0">
    <option value="07-10 CBR 600RR">07-10 CBR 600RR </option>
    <option value="05-06 CBR 600RR">05-06 CBR 600RR </option>
</select> </td></tr>
<tr><td><input type="hidden" name="on1" value="Choose Tip style">Choose Tip style</td></tr><tr><td><select name="os1">
    <option value="Black Cone (with sound cores)">Black Cone (with sound cores) </option>
    <option value="Black Chrome">Black Chrome </option>
    <option value="Chrome">Chrome </option>
    <option value="Flat Black">Flat Black </option>
</select> </td></tr>
<tr><td><input type="hidden" name="on2" value="Choose Mid-Pipe Finish">Choose Mid-Pipe Finish</td></tr><tr><td><select name="os2">
    <option value="Flat Black">Flat Black </option>
    <option value="Black Chrome">Black Chrome </option>
    <option value="Chrome">Chrome </option>
</select> </td></tr>
</table>
<input type="image" src="http://hondacbrexhaust.com/images/buy-now-new.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

It works in some versions of IE but not Firefox. I can't figure out how to fix the issue. I ahve created new buttons. I have modified similar buttons. Nothing is working. I simply cannot get a button for the 600RR product to work. It is very frustrating. Please help.

Login to Me Too
1 REPLY 1

tservers
Frequent Contributor
Frequent Contributor

Are you using the latest version of FF? (4.0) If not, upgrade and try again. Also, you may want to clear out your cache and do a comparison on two forms. Compare the code from one from that works and to the form that doesn't work.

 

Make sure you don't have any illegal characters in the code somewhere.

 

Post back your results.

Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.