I have a new website to sell products and the drop shipping company gave me a lot of image files, price files and catalogs to upload onto my FTP. This will save me time from having to add them manually. If anybody knows how to do this please let me know.
What script are you using in your Site to sell the products? Have they provided the product catalog in csv format? If so I can write an importer tool (in PHP) that can import the product data into your site.
They gave me a log in with lots of different files. Price list. Catalog. Images etc. I have open cart installed now but I can install wordpress and use store plugin if that would work and give me more options?
Dump the inventory into a MySQL database and pull the info onto the website - takes, including testing, about two days to setup. Then all future inventory updates, pricing updates, etc would just need to upload a new csv file to the database. - takes about 2 min at most!