I’m going to be working on a site soon that contains thousands of products. No e-commerce is done on the site, just displaying of products and specifications. Also need to be able to filter and search the products (preferably live with ajax).
Now entering in these thousands of products is my first concern. By hand this is a large task. Can expression engine work with an existing product database? Assuming that database is MySQL. Or is there a way to import a spreadsheet of data into a weblog?
Once my products are in a weblog, and I’m displaying my products on my category pages. Is it possible to have some real time search/filter options? To be able to do database queries on the fly? I don’t want to load 1000+ products onto a page if I don’t have to.
I’ve only used EE on one site before and it was a pretty simple use.