google-code-export / google-checkout-oscommerce

Automatically exported from code.google.com/p/google-checkout-oscommerce
1 stars 0 forks source link

Module not retaining settings #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Just trying to enter settings and data into Module
2.
3.

What is the expected output? What do you see instead?
Should save settings data, but doesnt.

What version of the product are you using? On what operating system?
Latest

Please provide any additional information below.

Original issue reported on code.google.com by danielc1...@gmail.com on 14 Nov 2006 at 1:36

GoogleCodeExporter commented 9 years ago

Original comment by jacob13moon@gmail.com on 15 Nov 2006 at 12:43

GoogleCodeExporter commented 9 years ago
try adding

reset($HTTP_POST_VARS['configuration']);

in catalog/admin/modules.php line 57

after
    switch ($action) {
      case 'save':

bruno

Original comment by rovagn...@gmail.com on 17 Nov 2006 at 6:28