Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping Modules Will Not Save


Guest

Recommended Posts

Posted

I have just installed a new os 2.2 from a fresh download. I have installed OSC a couple of times, but this is a new issue. I want to use only table rate shipping for weights. I have installed the module, but when I make changes - after clicking update nothing is saved. I have debugged around and it could be that he configuration array is empty? Why would this be. The OSC install is standard - the only contrib added is the amenddb tools - which I hope are not related to this area. Any help very much appreciated!

Posted

Have now found post variables are OK - but there is a loop in modules.php which causes the issue for the save action

as standard this line is while

 

(list($key, $value) = each($HTTP_POST_VARS['configuration'])) {

 

I have amended the line (around 49 ish) to:

 

foreach( $HTTP_POST_VARS['configuration'] as $key => $value){

 

Any ideas on the implications?

  • 1 month later...
Posted
I have just installed a new os 2.2 from a fresh download. I have installed OSC a couple of times, but this is a new issue. I want to use only table rate shipping for weights. I have installed the module, but when I make changes - after clicking update nothing is saved. I have debugged around and it could be that he configuration array is empty? Why would this be. The OSC install is standard - the only contrib added is the amenddb tools - which I hope are not related to this area. Any help very much appreciated!

http://www.oscommerce.com/community/bugs,2742/search,2742

 

There is another problem with the Shipping Table Rate Module. It does not calculate the different rates, just goes by the first entry of each table.

 

There is a bug report on this:

http://www.oscommerce.com/community/bugs,9...pping%2BModules

Archived

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

×
×
  • Create New...