By "subscription" the Ad's Listing Fee, automatically is billing the customer Monthly, Annually, Quarterly or how many day you want.
I have this on another non-
WP site, and it's a wonderful way to keep your paying ad's continue uninterrupted. The client get's the notice from Paypal, that they made another payment, you get direct deposit, and an email from Paypal notifying you to keep the Ad listed.
Here is the code for a $19.95 per month subscription. Basically after 30 days, Paypal will recharge the customer and process $19.95 depositing to your account, with all the same details given initially.
Would be great if CP would update the users account to reflect the new date, that it's current, from Paypal.
Thanks Pepsi, for the quick reply back.
I had a look at paypal.php and will give this a try later...
Note: Not Tested Yet, but think this will work. The codes are direct from Paypal. You can create your own custom subscriptions there, and try replacing the code.
This is what i'll try out after my other site is done.
I like using notepad ++, open paypal.php
Just after Line 32 <input type="hidden" name="no_note" value="1" />
<input type="hidden" name="a3" value="19.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" />
Bill