Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shipping module problem


Lao

Recommended Posts

Posted

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!

Posted

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 ) {

Posted

Well, I must admit: You're the best.

 

Worked like a charm.

Sorry for my bad english language!

Archived

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

×
×
  • Create New...