Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

2.2 Payment Problems... doesn't want to setup?

Quote Reply
2.2 Payment Problems... doesn't want to setup?
Mmmm...maybe I'm just being stupid here (its 11:30pm here)... but I can't seem to get the payment processing stuff working correctly?

In Payments, you have the following options on your left menu;

Quote:
List Methods
Add Method

Clicking on these just brings up the message;

Quote:
No payment methods have been configured!

I'm confused as to exactly how you are supposted to add payment methods? Unsure

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] 2.2 Payment Problems... doesn't want to setup? In reply to
When I click on 'Add Method' I get a list of payment processors.

Have you had a look at Payment Setup? Maybe you need to do something here first.

I can't change 'Payments Enabled' from No to Yes - I'm guessing this might be a bug?

Edit: Also, if anyone is reading this from GT, the configure PayPal page doesn't seem to be working - just goes to the Add Method page.

Last edited by:

afinlr: May 4, 2004, 4:19 PM
Quote Reply
Re: [afinlr] 2.2 Payment Problems... doesn't want to setup? In reply to
It seems to be working on my copy.

In the admin, click Payments, then Add Method, then click on Configure payment method for the payment method you want.

afinlr, what web server are you using?

Adrian
Quote Reply
Re: [brewt] 2.2 Payment Problems... doesn't want to setup? In reply to
Mmmm... I'm still having the problems :(

Quote:
Add Payment Method
Add Payment Method

From this page you can add a new method of accepting payments.

Direct payment methods are methods where the user enters payment information on your site, allowing you to control the exact content and appearance. Since they involve the user entering credit card information on your site, they will only work with SSL (HTTPS).

Remote payment methods allow you to process payments without the requirement of an SSL-enabled website and certificate. The user will select the service they want from your site, but to enter actual payment information they will be taken to the remote payment providers website.





No additional payment methods are available!

I can send over login/FTP details if required :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] 2.2 Payment Problems... doesn't want to setup? In reply to
Sounds like the upgrade didn't work properly (the payment data didn't get added to your Config/Data.pm). Can you check that there is a $CFG->{payment}?

Adrian
Quote Reply
Re: [brewt] 2.2 Payment Problems... doesn't want to setup? In reply to
Thanks for the reply.

It was a fresh install... so I don't think it's a problem with upgrading. MY /Links/Config/Data.pm file has;

Code:
'payment' => {
'auto_validate' => '0',
'description' => 'PayPal',
'discounts' => {},
'enabled' => '0',
'expiry_notify' => '14',
'mode' => '2',
'term' => {
'types' => {
'recurring' => {}
}
}

Any ideas?

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] 2.2 Payment Problems... doesn't want to setup? In reply to
Is this on your Gossamer Host server? If you give me the path to your install, I can take a look.

Adrian
Quote Reply
Re: [brewt] 2.2 Payment Problems... doesn't want to setup? In reply to
Sure is. I'll PM the path/FTP details over now...

Thanks

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] 2.2 Payment Problems... doesn't want to setup? In reply to
It seems there was a problem with the install code not properly installing a new config file. You can fix it by "upgrading" your copy with the download you already have, which will merge all the missing data into the config file. I've also fixed the copy on our site for any new installs.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] 2.2 Payment Problems... doesn't want to setup? In reply to
Thanks, I'll give it a go after a quick reboot of my PC, and see how it goes :)

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Jagerman] 2.2 Payment Problems... doesn't want to setup? In reply to
Hi. Thanks for looking into this.

I've upgraded my dev install to the latest version, but when I goto Payments > Add Method > Configure payment method ... all it does it go back to the Payments > Add Method page, with no confirmation or anything. I also checked the 'List Methods' link, and that still says;

Quote:
No payment methods have been configured!

Any ideas?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Jagerman] 2.2 Payment Problems... doesn't want to setup? In reply to
Mmm.. did something happen to the forum? I made a post in this thread earlier, and its gone now Unsure

It basically said;

I have upgraded to the latest build of 2.2, but as Laura has said, it doesn't let me add the processing types :(

Adrian has the login details for my dev install (in case you need them).

TIA :)

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Andy] 2.2 Payment Problems... doesn't want to setup? In reply to
Andy,

Just wondering whether you have this working now? I just added the missing files but I'm still having problems.

Laura.
Quote Reply
Re: [afinlr] 2.2 Payment Problems... doesn't want to setup? In reply to
There were multiple issues with the payment setup: payment config wasn't being installed properly, and the missing payment modules. The easiest way to fix these is to download the latest installer and 'upgrade'.

Adrian
Quote Reply
Re: [afinlr] 2.2 Payment Problems... doesn't want to setup? In reply to
I added the missing files, and it set up pretty well.

Other than not being able to edit the accepted payment methods for Authorize.net, I have paypal and authorize.net set up. Almost ran a paypal charge, but haven't tried AN yet. But, it goes as far as that... and without the payment modules, all it did was sit there :)


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Quote Reply
Re: [pugdog] 2.2 Payment Problems... doesn't want to setup? In reply to
You can edit the payment hash yourself and remove payment types that aren't supported.

Adrian
Quote Reply
Re: [brewt] 2.2 Payment Problems... doesn't want to setup? In reply to
Found it in Config::Data .... in case anyone wondered.


PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.