[Theforum] Have we talked about this already?

Daniel J. Cody djc at members.evolt.org
Mon Mar 25 13:05:27 CST 2002


sweet! thanks for showing the sample code to, saves me a ton of time :)
getting closer...


<quote who="matt g">
>
>> From: "Daniel J. Cody" <djc at members.evolt.org>
>
>>> Thanks. The subscription thing is pretty easy to set up, and makes
>>> life
>>
>> have you ever done it?
>>
> As a matter of fact, it's how i have folks pay me for hosting.
>
> If you've got a premium account, you can set up your ability to accept
> subscriptions, and then assign any values, frequencies, or durations to
> them.
>
> Example Paypal generated code for button to put on the evolt site:
>
> <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
> <input type="hidden" name="cmd" value="_xclick-subscriptions">
> <input type="hidden" name="business" value="djc at members.evolt.org">
> <input type="hidden" name="item_name" value="Basic Web Hosting">
> <input type="hidden" name="image_url"
> value="http://www.evolt.org/subscribe_logo.gif">
> <input type="hidden" name="no_shipping" value="1">
> <input type="hidden" name="no_note" value="1">
> <input type="hidden" name="a3" value="20.00">
> <input type="hidden" name="p3" value="1">
> <input type="hidden" name="t3" value="M">
> <input type="hidden" name="src" value="1">
> <input type="hidden" name="sra" value="1">
> <input type="image"
> src="http://images.paypal.com/images/x-click-butcc-subscribe.gif"
> border="0" name="submit" alt="Make payments with PayPal - it's fast,
> free and secure!"> </form>
>
> So you can have the "a3" parameter defined by a drop down instead, and
> just pass a 5, or 10, or something. Same with the frequency...
>
> You don't have to set up every combination on the receiving end, just
> pass all the proper parameters.
>
> Fairly cake-like.







More information about the theforum mailing list