Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping module problem


Lao

Recommended Posts

Hi guys!

 

I have a little problem with my newly created shop, no contribs. installed. My "Shipping" module does not remember any changes I make to it. I have another shop with a few settings that I wanted to apply to the newly created shop, but it doesn't work, because it doesn't remember them at all.

 

Do you know where the problem can be located?!

 

Thanks!

Sorry for my bad english language!

Link to comment
Share on other sites

open your catalog\admin\modules.php locate this code:

 

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

 

replace it with:

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

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...