Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Great Big Database with 26,000 Items!


James Burkart

Recommended Posts

Posted

I am using osCommerce 2.2-MS2 and am attempting to add most of the 26000 products of my retail store to my website, http://www.electronicswarehouse.net. As most of you know it is very S-L-O-W going. I thought I might have found all my answers with Easy Populate. I installed it and everything seemed fine except that when I went to import any delimited file back to my SQL database nothing would change!!! I have all but given up on Easy Populate. Is there another way of adding product quickly? My point-of-sale convieniently exports delimited files and I can edit themfairly easily, but have no PHP skills.

 

Does someone out there have the magic answer?

 

James Burkart

[email protected]

:(

Posted

Did you try a small file like 10 items to make sure your import file is formatted correct.

 

You will probably need to split your file into maybe 13 parts 2000 each.

Posted

There is several PHP settings that limit what Easy Populate can do.

 

max_execution_time = 30 ; Maximum execution time of each script, in seconds

memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)

 

; Maximum size of POST data that PHP will accept.

post_max_size = 8M

Archived

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

×
×
  • Create New...