Guest Posted June 5, 2003 Posted June 5, 2003 I'm working on seting up a Webhosting shop i wil use paypal as the only payment option. I wil sel hosting solutions based on monthly recuring payments. In the same shop i wil have products wich just is a ontime payment thing like Domain names.. anyone got a good solution to the problem ?? Stig
Guest Posted June 5, 2003 Posted June 5, 2003 What is your e-mail address I have a doc that I can send you on this.
Guest Posted June 5, 2003 Posted June 5, 2003 thanks for the help.. i wil read through it and see if it wil solve my problem ...
Guest Posted June 7, 2003 Posted June 7, 2003 I need this also how to do it [email protected] please!!
aboyz Posted June 7, 2003 Posted June 7, 2003 Please post the TEXT here, as I need something recurring also. PLease post post!! thanks alot
Guest Posted June 7, 2003 Posted June 7, 2003 hi wil post more when i get home on sunday .. Anyway you can find more info on paypal's homepages
Guest Posted July 7, 2003 Posted July 7, 2003 Please send my way also. [email protected] Thanks, Tom[/url]
spin Posted July 8, 2003 Posted July 8, 2003 I'm working on seting up a Webhosting shop i wil use paypal as the only payment option. I wil sel hosting solutions based on monthly recuring payments. You may wish to see this thread (see link below), and it's links, for further considerations and detailed information as well: http://www.oscommerce.com/forums/viewtopic.php?t=50197 Hope this helps (a little). :) DTOM - mmm' k
Guest Posted July 9, 2003 Posted July 9, 2003 here is a link to a page on paypals site mentioning recurring payments: http://www.paypal.com/cgi-bin/webscr?cmd=p...r-intro-outside Matt
mborin Posted August 9, 2003 Posted August 9, 2003 Here's a simple fix to have recuring fee going. First of all this is not a fix for everything but it's a start. If you only have one fee that needs to be be charged every month then this is the simple fix for you. First download Paypal IPN v0.981 for Milestone 2. Modify catalog/checkout_paypalipn.php file at the very bottom where the https://www.paypal.com URL is. The below setup charges a fee every 1 month. You can modify this to what ever you want. Modify from: tep_redirect("https://www.paypal.com/cgi-bin/webscr?cmd=_...ect_cmd=_xclick."&bn=oscommerce-osmosis-0.981&return=".tep_href_link(FILENAME_CHECKOUT_SUCCESS, '', 'SSL')."&cancel_return=".tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL')."¬ify_url=".MODULE_PAYMENT_PAYPALIPN_NOTIFY_URL); Modfy to: tep_redirect("https://www.paypal.com/cgi-bin/webscr?cmd=_...k-subscriptions."&bn=oscommerce-osmosis-0.981&return=".tep_href_link(FILENAME_CHECKOUT_SUCCESS, '', 'SSL')."&cancel_return=".tep_href_link(FILENAME_CHECKOUT_PAYMENT, '', 'SSL')."¬ify_url=".MODULE_PAYMENT_PAYPALIPN_NOTIFY_URL);
Recommended Posts
Archived
This topic is now archived and is closed to further replies.