Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (edited)

This plugin offers instant configuration access to all of your store's options via a single script. Instead of searching around the various pages in the osC admin end to locate and modify an option, Total Configuration allows easy access to every configuration group including hidden ones..

 

The contribution also displays the configuration ID, Key and configuration Group ID within the list of options.

 

Contribution Link

http://www.oscommerce.com/community/contributions,5040

Edited by enigma1
Posted

would those settings also include extra contribs that have been installed?

Posted

It processes everything from the configuration table in the database. So yes it will display everything from installed contributions with respect to their configuration options, including the hidden groups. And you can edit any one of them when in a specific group mode.

Posted
This plugin offers instant configuration access to all of your store's options via a single script. Instead of searching around the various pages in the osC admin end to locate and modify an option, Total Configuration allows easy access to every configuration group including hidden ones..

 

The contribution also displays the configuration ID, Key and configuration Group ID within the list of options.

 

Contribution Link

http://www.oscommerce.com/community/contributions,5040

Not sure I follow what you mean by "access to every configuration group". I've installed the code (great instructions). But when I select "Total Configuration" from my Admin Tools all I get is a list of all the options and settings using "Show All" there is no way to "access" them, which I would think would mean I could select one of the options and be able to modify the setting. If I select just one group then I'm able to edit the options. Should you be able to edit the options under "Show All" or not?

 

Also noticed that the "Show All" doesn't fit the screen, but when you select by individual group it is properly framed.

 

As a future consideration, it would be nice to be able to sort by either ID or Key (right now it defaults to only sort on Key).

 

Nice work.

Posted (edited)
Should you be able to edit the options under "Show All" or not?

This is how I originally structured the code. Then I modified it, because after testing it I bit I noticed selecting an option from the "show all" and then click edit would take me longer to do that, than editing individual groups due to scrolling up/down.

 

Also noticed that the "Show All" doesn't fit the screen, but when you select by individual group it is properly framed.

This would happen if your admin is set with fixed width. Do you see it with a default admin where resizing the browser increases the width? The configuration key causes this, being one word that takes the space and so there is no html wrapping.

 

As a future consideration, it would be nice to be able to sort by either ID or Key (right now it defaults to only sort on Key).

yes. I made a note to integrate this with the next version.

 

Thanks for the comments.

Edited by enigma1
  • 3 weeks later...
Posted

I have update it to 1.02 with danish translate. And some other thing is changes

 

I forgot to tell in the readme file, wish you will have it to sort with ID number changes this 2 lines

 

the file : admin/total_configuration.php

 

Line 270

From :

   $configuration_query = tep_db_query("select c.configuration_id, c.configuration_key, c.configuration_title, c.configuration_value, c.use_function from " . TABLE_CONFIGURATION . " c where c.configuration_group_id = '" . (int)$gID . "' order by c.configuration_key");

To :

  $configuration_query = tep_db_query("select c.configuration_id, c.configuration_key, c.configuration_title, c.configuration_value, c.use_function from " . TABLE_CONFIGURATION . " c where c.configuration_group_id = '" . (int)$gID . "' order by c.configuration_group_id");

 

Line 338

From :

   $configuration_query = tep_db_query("select c.configuration_id, c.configuration_key, c.configuration_title, c.configuration_value, c.use_function from " . TABLE_CONFIGURATION . " c where c.configuration_group_id = '" . (int)$gID . "' order by c.configuration_key");

To :

  $configuration_query = tep_db_query("select c.configuration_id, c.configuration_key, c.configuration_title, c.configuration_value, c.use_function from " . TABLE_CONFIGURATION . " c where c.configuration_group_id = '" . (int)$gID . "' order by c.configuration_group_id");

  • 4 months later...
Posted

i ve got configuration group that goes beyond the id 9000 , is there any reason why

- the total configuration show configuration group ID = 500 with noting in it while there is something , but show only 10 blanck lines with a grey background

- then for configuration group ID = 501 , jsute the title then nothing and stop there !

 

 

Request 1 : Have a function not to remove duplicate but show them so we can manually correct it

Request 2 : Be able to modify the value of the variable like it was in the configuration menus

MS2

Posted

i have to had for my problem that in the drop down menu i can see the configuration group > 500 and even 10000 strange !

MS2

  • 7 months later...
Posted
I think I would find this useful if it actually showed in my tools area. Any idea why it isnt?

 

Have you followed the install & edited catalog\admin\includes\boxes\tools.php ??

 

Sam

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Posted
also i got a contribution very usefull added to my configurrations page that allows to change deeply the key and the values and even the group of any configuration and maybe you could achive to add those feature in total configuration i give you the link:

 

http://www.oscommerce.com/community/contributions,4500

 

 

Ok, I`ve done just that, find the combinde version at http://addons.oscommerce.com/info/5040.

 

Sam

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Posted

sam , you are my man !! and you make my day im so happy i m gonna give you feedback on that one ! :lol:

MS2

Posted
Have you followed the install & edited catalog\admin\includes\boxes\tools.php ??

 

Sam

 

Not sure what you mean here. There was no installation directions for the file I downloaded which was the most recent complete package. With all the script changes, it is sometimes difficult to know which file to dowload.

Posted
Have you followed the install & edited catalog\admin\includes\boxes\tools.php ??

 

Sam

 

Oh good grief, I am an idiot. It is working great now. Thanks for the great contribution and all the work on this.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...