I am trying to use this cart to manage subscription
services. I can do one time payments in this cart, but I
also know we can mod it for subsciptions - yet I do not
have time to figure out how. Here is the code for a
monthy subscription:
<form action="https://www.paypal.com/cgi-bin/webscr"
method="post">
<input type="image"
src="https://www.paypal.com/en_US/i/btn/x-click-
but31.gif" border="0" name="submit" alt="Make
payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="cmd" value="_xclick-
subscriptions">
<input type="hidden" name="business"
value="email@address.com">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="currency_code"
value="USD">
<input type="hidden" name="a3" value="7.95">
<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">
</form>
Is it possible to get a mod to this that either A. includes
an option to make subscription services OR B. is a whole
different download (you use one mod or the other)?
Let me know - rodgerc@netzero.net
Logged In: YES
user_id=679010
I'm tempted not to - because this is very paypal specific
behaviour. Let me think about it more.