Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Admin Options Missing


agency6

Recommended Posts

I recently lost configuration options for the payment modules in the admin.

 

The modules show up in admin, but the configuration options are missing, as well as the path to the modules that is usually displayed at the bottom.

 

I tried to revert to the working build, but the problem remains.

 

"Shipping" and "Order Total" options are fine, just the Payment options are not displayed.

 

Ideas on where to look?

Link to comment
Share on other sites

I recently lost configuration options for the payment modules in the admin.

 

The modules show up in admin, but the configuration options are missing, as well as the path to the modules that is usually displayed at the bottom.

 

I tried to revert to the working build, but the problem remains.

 

"Shipping" and "Order Total" options are fine, just the Payment options are not displayed.

 

Ideas on where to look?

 

 

Are you getting any error messages? Do all the payment module files still exist on your server?

osCommerce is GREAT. When it works...

Link to comment
Share on other sites

No errors, files still there.

 

 

Try replacing admin/modules.php with an original, assuming you have made no changes to the code that you need to keep... Do the same with classes/payment.php and admin/classes/payment_module_info.php...

Also check your database in configuration table that the payment module options are still there. If not, stick them back in. A quick way to do this is to remove then install the modules again, but if that doesn't work check the database itself just in case the install is broken... You'll find a list of things that should be in the database in each of the payment module php files, second or third function from teh bottom in most cases.

IF that doesn't help I'm afraid I'm stumped.

osCommerce is GREAT. When it works...

Link to comment
Share on other sites

Check the file paths

 

in admin/includes/configure.php

 

if those are different ,then the payment, shipping and order total modules wont show in the admin panel.

 

cheers

Oscommercecoders.com

 

Try replacing admin/modules.php with an original, assuming you have made no changes to the code that you need to keep... Do the same with classes/payment.php and admin/classes/payment_module_info.php...

Also check your database in configuration table that the payment module options are still there. If not, stick them back in. A quick way to do this is to remove then install the modules again, but if that doesn't work check the database itself just in case the install is broken... You'll find a list of things that should be in the database in each of the payment module php files, second or third function from teh bottom in most cases.

IF that doesn't help I'm afraid I'm stumped.

Link to comment
Share on other sites

Checked/did everything above without success. Here's what I'm seeing...first is the payment screen, then the normal shipping screen for comparison. The payment admin is missing the right column, the "module directory" line, and the copyright info.

 

modules.gif

Link to comment
Share on other sites

Installed cvv2.

 

Then reversed all overwritten pages. I'm obviously missing something.

 

 

 

if that's all you've done to it then it must be a problem with that install... i'm out of ideas, i'm afraid. hopefully if we keep talking about it someone more experienced than the two of us will come along and shoot off an answer! if not you can always send me your php files and i'll run them through a code comparison software thingy against mine...

osCommerce is GREAT. When it works...

Link to comment
Share on other sites

  • 2 weeks later...

I'm way short of a beginner, let alone an expert but for info I just had the same problem with my shipping modules - restoring the directory cat\includes\modules\shipping fixed the problem ..... so I assume it was a corrupted file somewhere.

 

Hope this helps someone

Link to comment
Share on other sites

Try removing any files in the payment directories in both the languages and modules that do not need to be there, so that the only files that are there end in .php and are not backup files or other unneeded files.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...