Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Purchase without account Database


Guest

Recommended Posts

Posted

I installed the purchase without account code, and when I got to the editing my mysql database, I am not sure what to do, please explain..

 

especially with....

 

INSERT INTO configuration_group VALUES (40, 'Guests', 'Guests settings', 40, 1);

INSERT INTO configuration VALUES ('', 'Guests accounts', 'GUEST_ON', 'true', 'Allow Customers to purchase without an account', 40, 1, '2003-09-09 13:07:44', '2003-09-09 12:10:51', NULL, 'tep_cfg_select_option(array(\'true\', \'false\'),');

 

How do I insert, what what does it mean, is it the same as add, and what are the settings of these.

 

Has this ocde worked for anyone?

Posted

Lots of people use pwa so it probably has worked fior them.

 

The 'Insert into' sql should be run in phpmyadmin to make the necessary changes to the database. Click the SQL link at the top of phpmyadmin. paste the sql in and click go!

Archived

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

×
×
  • Create New...