Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Need to know a database meaning


bigpoppapump1

Recommended Posts

Posted

I have a line of code to place in my database. I'm not sure what to do with the following instructions:

 

This line needs to be inserted into the database

 

INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, set_function, date_added) VALUES ('Allow NonMember Checkout', 'NON_MEMBER_OK', 'False', 'Allows Non Members to use checkout features','1','19', 'tep_cfg_select_option(array(\'true\', \'false\'), ', now());

 

Where exactly do I add this line. I've found the configuration table but I have no clue as to where thse lines can be addded.

 

Can anyone tell me please?

Posted

If you use phpMyAdmin, just copy -> paste in the "run query" box and execute.

Otherwise go to the table Configuration and insert a new line with the data

Archived

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

×
×
  • Create New...