Monthly Subscriptions - Suscripciones Mensuales

FEMColombia
Contributor
Contributor
I am the website owner/manager of a Non-profit organisation in Colombia. We have several buttons on our donate page set up for our website. We are having a issue with the button setup for monthly subscriptions.

I followed the instructions on this page:

https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/subscribe_step_...

But no matter what subscription people chose, it always defaults to the default $5 version when they are taken to the Paypal page.

Can someone advise me what is going wrong and perhaps point me to the direction of a page or video that tells me how I can rectify this.
I speak and read english and spanish.

---------

Soy el propietario / gerente de una organización sin fines de lucro en Colombia. Tenemos varios botones en nuestra página de donación establecida para nuestro sitio web. Tenemos un problema con la configuración del botón para las suscripciones mensuales. Seguí las instrucciones en esta página: https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/subscribe_step_... Pero no importa qué la gente de la suscripción eligió, siempre defaults a la versión $ 5 por defecto cuando se toman a la página de Paypal. ¿Puede alguien aconsejarme qué va mal y tal vez me señala la dirección de una página o video que me dice cómo puedo rectificar esto. Hablo y leo inglés y español.
Login to Me Too
3 REPLIES 3

Quandary
Advisor
Advisor

One would have to see an example of the code you're using - would need to see the clear text or non-hosted version as the hosted version does not display all of the details.

Login to Me Too

FEMColombia
Contributor
Contributor

Ah, sorry.  it is here.


<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="P7HDCW43395X6">
<table>
<tr><td><input type="hidden" name="on0" value=""></td></tr><tr><td><select name="os0">
    <option value="Donate">Donate : $10.00 USD - Monthly</option>
    <option value="Donate">Donate : $15.00 USD - Monthly</option>
    <option value="Donate">Donate : $20.00 USD - Monthly</option>
    <option value="Donate">Donate : $25.00 USD - Monthly</option>
    <option value="Donate">Donate : $35.00 USD - Monthly</option>
    <option value="Donate">Donate : $50.00 USD - Monthly</option>
    <option value="Donate">Donate : $75.00 USD - Monthly</option>
    <option value="Donate">Donate : $100.00 USD - Monthly</option>
    <option value="Donate">Donate : $125.00 USD - Monthly</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_subscribeCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/es_XC/i/scr/pixel.gif" width="1" height="1">
</form>

Login to Me Too

FEMColombia
Contributor
Contributor

I should add, this is where the issue is.  It is hosted by a Weebly website.

http://www.femcolombia.com/donate.html

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.