
Hi all.
First let me thank and congratulate Daniel for producing such a great cms.
I now apologise if this post has already been covered, here or elsewhere, as I am relatively new to cms, databases and spreadsheets.
I have been given stock.xls file along with the relative image files from my supplier. The stock.xls holds 3000+ stock items as you can imagine filling OpenCart with all these items is a daunting task. I am in the process of splitting the .xls file into separate .CSV files as follows:
product.csv (product_id [numbered 1 to 3100], quantity, model, manufacturer_id [numbered between 0 and 58], shipping, price, sort_order [filled with 1's], date_added, date_modified, date_available, weight, weight_class, status, tax_class_id and viewed) columns.
Ive done the same for product_description.csv, image.csv, image_description.csv, category.csv, category_description.csv, product_to_category.csv and product_to_image.csv.
What I now propose to do is copy all supplied images to shop/image directory, then import each .csv file into their respective database table through phpMyAdmin.
My question is. Is this possible, or am I going to have to spend the next year inputing each item in through the shop admin'.
Any advice appreciated.
broose.