I am having no luck at all getting a paid membership set up using Self Registration. I need to get a "purchase a plan" link on the homepage of the website to go to a registration page, which then goes to the cart, which then goes to the gateway (Authorize.net), and then (presuming the gateway authorizes the payment) the purchaser becomes a member in FEU with a one year expiration date and is redirected to the Members Only section of the website.
Registration without the cart part worked fine. Then, I put the redirect after filling out the form to a page with {Cart action="viewcart" supplier="SelfRegistration"} in it, but I get an error message:
Fatal error: Call to a member function GetContent() on a non-object in /data/24/2/60/101/2223101/user/2442643/htdocs/cms/lib/misc.functions.php on line 154
The registration page, with {cms_module module=SelfRegistration group=Members}, does not show the template for choosing the membership and the cost, it just shows the registration form.
A test registration not going through the cart did not show a correct expiration date, although I set that for one year.
I would like to hire someone to set this up. Please pm me if you are interested.
Here is the basic module version info:
Here is some basic info:
CMS Version: 1.9.2
SelfRegistration: 1.6.7
CGExtensions: 1.23
CGEcommerceBase: 1.2.4
CGPaymentGatewayBase: 1.0.9
Help wanted with Self Registration and CGEcommerceBase
-
- Forum Members
- Posts: 23
- Joined: Sun Feb 24, 2008 11:12 pm
Re: Help wanted with Self Registration and CGEcommerceBase
There is a chance that some of the modules you are using need the latest CMSMS 1.9.4.1...
-
- Forum Members
- Posts: 23
- Joined: Sun Feb 24, 2008 11:12 pm
Re: Help wanted with Self Registration and CGEcommerceBase
Thanks for the suggestion. I upgraded, but still no joy. Here are the error messages I am getting:
Warning: Parameter source is not known by module Cart dropped in /data/24/2/60/101/2223101/user/2442643/htdocs/cms/lib/misc.functions.php on line 1629
Warning: Parameter produc is not known by module Cart dropped in /data/24/2/60/101/2223101/user/2442643/htdocs/cms/lib/misc.functions.php on line 1629
Warning: Parameter source is not known by module Cart dropped in /data/24/2/60/101/2223101/user/2442643/htdocs/cms/lib/misc.functions.php on line 1629
Warning: Parameter produc is not known by module Cart dropped in /data/24/2/60/101/2223101/user/2442643/htdocs/cms/lib/misc.functions.php on line 1629
Re: Help wanted with Self Registration and CGEcommerceBase
In the second warning message, 'produc' is misspelled. Could that be part of the problem?
Submit your site to the We Love CMSMS showcase
-
- Forum Members
- Posts: 23
- Joined: Sun Feb 24, 2008 11:12 pm
Re: Help wanted with Self Registration and CGEcommerceBase
I noticed that too, but I'm not sure where that parameter is coming from.