Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi guys Ive trolled through the bizillion forums here looking for the main help thread for this but I couldent find it :huh:

 

I have a question on the install of this contrib.

 

In the read me it states

 

1. create new column in table Customers at the beginning of the table.

ALTER TABLE customers ADD customers_status int(1) NOT NULL default '0';

 

Does this go into the main data base though PhPMyAdmin ? if so how do I do that.

 

The rest of the instructions look pretty straight forward Any help would be appreciated.

 

Cheers Viss

Posted

In phpmyadmin click the SQL link at the top...

Then in the BOX enter:

 

ALTER TABLE customers ADD customers_status int(1) NOT NULL default '0';

 

Then click OK

Posted
In phpmyadmin click the SQL link at the top...

Then in the BOX enter:

 

ALTER TABLE customers ADD customers_status int(1) NOT NULL default '0';

 

Then click OK

 

 

Thankyou :)

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...