Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installing New Add-On


Recommended Posts

accidentally posted this in v3 so am reposting it here where it belongs jb

 

I am installing my first add-on. Everything downloaded ok. Opened the directions to find the following.

 

Using phpMyAdmin or a similar tool, perform the following SQL statements on your database:

 

DROP TABLE IF EXISTS extra_product_fields;

CREATE TABLE extra_product_fields (

epf_id int unsigned NOT NULL auto_increment,

epf_order int NOT NULL default 0,

etc.

 

Upon opening phpMyAdmin I am not finding an obvious location to "install, insert, do" however I am supposed to be performing the above many statements.

 

The following steps look familiar and do-able but this first one has me stumped.

 

Any help in this matter would be appreciated.

 

Julie

Link to comment
Share on other sites

accidentally posted this in v3 so am reposting it here where it belongs jb

 

I am installing my first add-on. Everything downloaded ok. Opened the directions to find the following.

 

Using phpMyAdmin or a similar tool, perform the following SQL statements on your database:

 

DROP TABLE IF EXISTS extra_product_fields;

CREATE TABLE extra_product_fields (

epf_id int unsigned NOT NULL auto_increment,

epf_order int NOT NULL default 0,

etc.

 

Upon opening phpMyAdmin I am not finding an obvious location to "install, insert, do" however I am supposed to be performing the above many statements.

 

The following steps look familiar and do-able but this first one has me stumped.

 

Any help in this matter would be appreciated.

 

Julie

 

Click on the database name in the left column. Now you should have some tabs on top, click on "Import". There is a "Browse" button that will let you find the .sql file.

 

Alternatively, you can click the "SQL" tab and copy/paste the sql code.

Edited by pick1e

--------------------------------

Justin

 

osC is awesome. Thanks everyone.

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