Suscribe button sends to general log-in page instead of invoice

wizodd
Contributor
Contributor

I have a page with one 'buy now' and 2 'subscribe' buttons.

 

When running the code from my local machine, everything works fine.

 

When running from the server, the 'buy now' button works fine, but the 'subscribe' buttons link to the paypal general log-in instead of the invoice code follows: works fails

 

Code is in tables but not frames.


Code worked before we dropped one of the pick-up locations and added another, which was done by editing the button in payPal and the copying the new button code to the page.

 

<!-- single payments -->

<form 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="QNC3Z5UA9CAFY">
<table>
<tr><td><input type="hidden" name="on0" value="Shares">Shares</td></tr><tr><td><select name="os0">
    <option value="Full Share">Full Share $650.00</option>
    <option value="Half Share">Half Share $400.00</option>
</select> </td></tr>
<tr><td><input type="hidden" name="on1" value="Choose Your Pick-up Location">Choose Your Pick-up Location</td></tr><tr><td><select name="os1">
    <option value="Eau Claire - Downtown Farmers Market">Eau Claire - Downtown Farmers Market </option>
    <option value="Minneapolis - Clancy's (Linden Hills Area)">Minneapolis - Clancy's (Linden Hills Area) </option>
    <option value="Minneapolis - Midtown Farmers Market at Lake and Hiawatha">Minneapolis - Midtown Farmers Market at Lake and Hiawatha </option>
    <option value="Minneapolis - Mill City Farmers Market">Minneapolis - Mill City Farmers Market </option>
    <option value="Sylvan Hills Farm">Sylvan Hills Farm </option>
    <option value="Minneapolis First Convent Church 810 South 7th Street">Minneapolis First Convent Church 810 South 7th Street </option>
</select> </td></tr>
</table>
<input type="hidden" name="currency_code" value="USD">
<input type="image" src="https://www.paypal.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.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>




<!-- Payment Schedules -->

<p>Full share $700<br> 4 payments
of $175 each

<form 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="A37BRCVAJY4NC">
<table>
<tr><td><input type="hidden" name="on0" value="Choose Your Pick-up Location">Choose Your Pick-up Location</td></tr><tr><td><select name="os0">
    <option value="Eau Claire - Downtown Farmers Market">Eau Claire - Downtown Farmers Market </option>
    <option value="Minneapolis - Clancy's (Linden Hills Area)">Minneapolis - Clancy's (Linden Hills Area) </option>
    <option value="Minneapolis - Midtown Farmers Market at Lake and Hiawatha">Minneapolis - Midtown Farmers Market at Lake and Hiawatha </option>
    <option value="Minneapolis - Mill City Farmers Market">Minneapolis - Mill City Farmers Market </option>
    <option value="Sylvan Hills Farm">Sylvan Hills Farm </option>
    <option value="Minneapolis First Convent Church 810 South 7th Street">Minneapolis First Convent Church 810 South 7th Street </option>
</select> </td></tr>
</table>
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>


<p>Half-share $450<br>4 payments of $112.50 each

<form 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="4D58LKZGTQ3VW">
<table>
<tr><td><input type="hidden" name="on0" value="Choose Your Pick-up Location">Choose Your Pick-up Location</td></tr><tr><td><select name="os0">
    <option value="Eau Claire - Downtown Farmers Market">Eau Claire - Downtown Farmers Market </option>
    <option value="Minneapolis - Clancy's (Linden Hills Area)">Minneapolis - Clancy's (Linden Hills Area) </option>
    <option value="Minneapolis - Midtown Farmers Market at Lake and Hiawatha">Minneapolis - Midtown Farmers Market at Lake and Hiawatha </option>
    <option value="Minneapolis - Mill City Farmers Market">Minneapolis - Mill City Farmers Market </option>
    <option value="Sylvan Hills Farm">Sylvan Hills Farm </option>
    <option value="Minneapolis First Convent Church 810 South 7th Street">Minneapolis First Convent Church 810 South 7th Street </option>
</select> </td></tr>
</table>
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

Login to Me Too
1 REPLY 1

skier
Advisor
Advisor

We need to see the actual web page with the item button code in order to test.

 

Can you provide the URL of the web page in question?

 

 

 

Regards,

 

skier

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.