Wordpress

F1 Fan

Executive Member
Joined
Nov 8, 2010
Messages
5,508
Reaction score
297
Location
Cape Town
Hi All

Need some advice. Had a website designed to sell products online. What I would like to know is, is it possible to populate an excel list and upload it to WP adds products by pulling the info from the sheet? I currently have around 1000 products I need to add and it's very time consuming doing it individually.

In addition, can I?

Can I maintain pricing and stock quantity via Excel?
Can it show how many products there are in category, e.g. Vitaderm(35)

Any suggestions?
 
Last edited:
Hi All

Need some advice. Had a website designed to sell products online. What I would like to know is, is it possible to populate an excel list and upload it to WP adds products by pulling the info from the sheet? I currently have around 1000 products I need to add and it's very time consuming doing it individually.

In addition, can I?

Can I maintain pricing and stock quantity via Excel?
Can it show how many products there are in category, e.g. Vitaderm(35)

Any suggestions?


I looked into something CSV-like, WooCommerce had a plugin for $99.99.
Didn't find a free one.

Good luck!
 
Depends if the plugin used supports this feature.

A developer could customize the plugin using PHPExcel to upload your excel file and import it (I use PHPExcel for my development).
 
Depending on what your MySQL table & field structure looks like, it could be fairly use to write a simple script that will update the fields by uploading the file.
 
You can also import a csv file into a MySQL table using phpMyadmin. No programming involved.
 
You can also import a csv file into a MySQL table using phpMyadmin. No programming involved.
This will be the easiest and cheapest way todo it. Look at the product table(s) to get an idea of the layout you need then re-arrange your XLS file to match the columns and import the data. It shouldn't take more than 30 minutes todo this
 
wp - there are a few different carts one can use - which one you using ?
 
Top
Sign up to the MyBroadband newsletter
X