Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / not able to add any payment method

not able to add any payment method

Views: 701

Results 1 to 3 of 3
29 Apr 2011, 7:39 AM
#1
510ego avatar

510ego

New Zenner

Join Date:
Feb 2011
Posts:
100
Plugin Contributions:
0

not able to add any payment method

1.39h

i can not edit any payment module and i was wondering if i am missing a file?

the modules screen comes up, i can see all of the modules, but can not edit them. i click on them, but there is no edit table like on everything else i can edit.

i am a bit confused? please help

29 Apr 2011, 8:39 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: not able to add any payment method

Sounds like you've uploaded a new payment module incorrectly.

Modules consist of two parts: the logic module and the language defines, both of the same filename, but loaded into different folders. If you skip one of the files or if you swap them around, you'll cause a PHP error, which will stop the page from loading, which thus results in there being no "edit" button because the sidebar doesn't show.

Possibilities:

  • missing or reversed files
  • partially-deleted module without properly deleting both required files
  • renamed an old version when uploading another one, thus resulting in a mismatch because you didn't also rename the language file ... better to delete or to rename with something other than ending in ".php"

Details can be found in your myDebug-adm-xxxx.log files: https://www.zen-cart.com/tutorials/index.php?article=82

30 Apr 2011, 1:06 AM
#3
510ego avatar

510ego

New Zenner

Join Date:
Feb 2011
Posts:
100
Plugin Contributions:
0

Re: not able to add any payment method

i manually had to reload my payment modules. the files were a bit big (paypalwwp and paypaldp) so those 2 files were not loading properly.

after doing this i reinstalled the dwolla module and it worked. note that i edited the MYSITE\includes\languages\english\modules\payment\dwolla.php file with my account number before i tried to do the editing.

it worked and is installed..

now i just have to make WEPAY work somehow.