|
|
 |
 | When a member is buying 'more weight' appears all gateways. |  |
Posted: Mon Nov 17, 2003 11:42 pm |
|
|
| klaussr |
| Visitor |
|
 |
| Joined: 10 Nov 2003 |
| Posts: 23 |
|
|
|
 |
 |
 |
|
I found this problem with version 2.3, I'm not sure if in 2.2 has the same issue.
when a member click on 'buy more weight' link in members area, appears all the payment gatways when I have only setup in admin 6 out of the 10 that are right now.
in that case the member may decide to pay with a gateway that I have no account configured.
anyone with similar problem or is this the default for buying weight ? |
|
|
|
|
Posted: Tue Nov 18, 2003 12:13 am |
|
|
| shadow |
| Addict |
|
 |
| Joined: 16 Oct 2003 |
| Posts: 171 |
| Location: Virgin Islands |
|
|
 |
 |
 |
|
I just checked with three sites that I upgraded to 2.3 recently and none of them have this problem. So I can't help you at all .
Shadow |
|
|
|
|
 | .. |  |
Posted: Tue Nov 18, 2003 1:16 am |
|
|
| klaussr |
| Visitor |
|
 |
| Joined: 10 Nov 2003 |
| Posts: 23 |
|
|
|
 |
 |
 |
|
I thought it was because of the upgrade from 2.2 to 2.3, but I have just installed the version 2.3 from scratch in another domain I got today and the same problem, it appears all the gateway payments when clicking on 'buy more weight'  |
|
|
|
|
Posted: Tue Nov 18, 2003 1:56 am |
|
|
| DS |
| Visitor |
|
 |
| Joined: 28 Oct 2003 |
| Posts: 39 |
|
|
|
 |
 |
 |
|
| I did the upgrade and I do not have this problem. Maybe a server configuration? |
|
|
|
|
Posted: Tue Nov 18, 2003 6:30 pm |
|
|
|
You need to turn off the payment gateways you don't want in the config file. That is why they are showing up even though you havn't filled in ID's for each in the admin account details. Or you can just sign up with all the payment gateways and fill in the blanks.
John
PayPalRandomizer2004.com Admin |
|
|
|
|
 | |  |
Posted: Tue Nov 18, 2003 8:55 pm |
|
|
| shadow |
| Addict |
|
 |
| Joined: 16 Oct 2003 |
| Posts: 171 |
| Location: Virgin Islands |
|
|
 |
 |
 |
|
Hi Klaussr,
John is right in the post above I didn't notice that you said you set them up in the admin area. But for a little more detail in the config.php file change all of the payment processors that you aren't accepting to false and all the ones you are accepting to true.
// Payment processors
//Change TRUE with FALSE if you don't want to use one of them.
$CONFIG->allowpaypal=false;
$CONFIG->allowstormpay=true;
$CONFIG->allowegold=true;
$CONFIG->allowintgold=true;
$CONFIG->allowassuredpay=true;
$CONFIG->allowsolarpay=true;
$CONFIG->allowfleetpay=true;
$CONFIG->allowdollardeliverys=false
$CONFIG->allowmoneybookers=false;
Good catch John
Shadow |
|
|
|
|
|
|