I am having issues with my "buy now" button. Only wants to work part of the time. When you open the site the buy now button is usually missing, If you refresh the site it will generally come back. This only seems to happen with the "purchase 1 copy option. This is the code generated by paypal. Leanmeanlimegreen.com <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top"> <input type="hidden" name="cmd" value="_s-xclick"> <input type="hidden" name="hosted_button_id" value="7PU4YFTG68V98"> <table> <tr><td><input type="hidden" name="on0" value="Purchase 1 copy">Purchase 1 copy</td></tr><tr><td><select name="os0"> <option value="+$13.65 USA =">+$13.65 USA = $58.60 USD</option> <option value="+47.75 Canada =">+47.75 Canada = $92.70 USD</option> <option value="+$69.50 Mexico =">+$69.50 Mexico = $114.45 USD</option> <option value="+$70.95 Japan =">+$70.95 Japan = $115.90 USD</option> <option value="+$74.75 South Africa =">+$74.75 South Africa = $119.70 USD</option> </select> </td></tr> </table> <input type="hidden" name="currency_code" value="USD"> <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"> <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form>
... View more