agency6 Posted December 30, 2008 Share Posted December 30, 2008 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 More sharing options...
seb1188 Posted December 30, 2008 Share Posted December 30, 2008 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 More sharing options...
agency6 Posted December 30, 2008 Author Share Posted December 30, 2008 No errors, files still there. Link to comment Share on other sites More sharing options...
seb1188 Posted December 30, 2008 Share Posted December 30, 2008 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 More sharing options...
Guest Posted December 30, 2008 Share Posted December 30, 2008 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 More sharing options...
agency6 Posted December 30, 2008 Author Share Posted December 30, 2008 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. Link to comment Share on other sites More sharing options...
agency6 Posted December 31, 2008 Author Share Posted December 31, 2008 Any additional ideas on what may cause this issue? Link to comment Share on other sites More sharing options...
seb1188 Posted December 31, 2008 Share Posted December 31, 2008 Any additional ideas on what may cause this issue? What did you do to your store between the time it last worked and the time you noticed it was broken? osCommerce is GREAT. When it works... Link to comment Share on other sites More sharing options...
agency6 Posted December 31, 2008 Author Share Posted December 31, 2008 What did you do to your store between the time it last worked and the time you noticed it was broken? Installed cvv2. Then reversed all overwritten pages. I'm obviously missing something. Link to comment Share on other sites More sharing options...
seb1188 Posted December 31, 2008 Share Posted December 31, 2008 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 More sharing options...
blakdog Posted January 11, 2009 Share Posted January 11, 2009 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 More sharing options...
piercing_butikken Posted January 11, 2009 Share Posted January 11, 2009 Hi I hade the same problem i found the fault in cod.php I have forgot the last ' in this line define('MODULE_PAYMENT_COD_TEXT_TITLE', 'Postoppkrav'); Link to comment Share on other sites More sharing options...
Guest Posted January 11, 2009 Share Posted January 11, 2009 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.