Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Multi Pickup (MS1) installation


nkarafo

Recommended Posts

Hello,

 

I would like to ask for help in installation, regarding the osc addon Multi Pickup (MS1)

 

http://addons.oscommerce.com/info/1097

 

 

I have done all the steps except the most important, where is says: Change the database as detailed in multipickup.sql

 

the file multipickup.sql has the following code:

 

CREATE TABLE stores (

stores_id int(11) NOT NULL auto_increment,

stores_title varchar(255) NOT NULL default '',

address_book_id int(11) NOT NULL default '0',

main smallint(1) NOT NULL default '0',

PRIMARY KEY (stores_id)

) TYPE=MyISAM;

 

How can I do this? I don't know too much for Databases. I know only the plesk where you can open PhpMyAdmin. Can someone please tell me the steps to install it correctly?

 

Thank you very much in advance!!

Link to comment
Share on other sites

I went to phpmyadmin -> databases -> Processes -> edit -> and then I put the code after deleting the table stores that previously existed.

I tried to insert a new store via admin -> catalog -> stores but when I was trying to add it, this error occured:

 

 

1062 - Duplicate entry '1' for key 1

 

insert into stores values (1 , 'Main store', 1, 0)

 

[TEP STOP]

Edited by nkarafo
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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