Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi, This question regards uploading products directly into the database using PHPMyadmin.

 

I have used Easy Populate, but I have around 50,000 products and Easy Populate becomes TOO slow after loading around 10 - 20,000 products. It is my understanding that products can be loaded directly into the database by importing a text file via PHPMyadmin, however, what I would like to know is what should be the format of that file. What tables are affected and in which tables one has to enter the data for every new product.

 

I am using the following fields when uploading products (via Easy Populate):

 

v_products_model

v_products_name_1

v_date_avail

v_date_added

v_products_quantity

v_manufacturers_name

v_categories_name_1

v_status

EOREOR

 

I would appreciate if any senior folks or experts can guide me on this.

Thanks,

Posted

you can pull the info required out of easypopulate. it is your server what is starting to slow, not easypopulate.

you will need to make sure you get it right, cuz if you dont your database is toasted.

Posted (edited)
you can pull the info required out of easypopulate.? it is your server what is starting to slow, not easypopulate.

you will need to make sure you get it right, cuz if you dont your database is toasted.

 

Can you please explain what you mean by 'you can pull the info required out of easypopulate'? Where would I look to get that info out of easy populate?

Also, what tables are affected for the parameters I am using?

If I were to export sql from the database, which tables would I export in order to add new products?

 

Am I looking at it the right way?

Edited by wmcius
Posted

all the tables affected are listed in the code for easypopulate, you can follow the inserts, they show which tables are necessary to be done at the same time.

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