Guest Posted October 27, 2006 Posted October 27, 2006 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!
Guest Posted October 27, 2006 Posted October 27, 2006 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?
osimon Posted November 1, 2006 Posted November 1, 2006 Please read my solution here: http://www.oscommerce.com/forums/index.php?sho...id=962517
newtech Posted December 9, 2006 Posted December 9, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.