CSV Import for Jigoshop WordPress plugin

February 12, 2012   /   by Marco  / Categories :  jigoshop, Technology

Jigoshop must be one of the easiest and most comprehensive  e-commerce wordpress plugins available on the market. I started using this plugin and love the way you can just purchase and install themes for Jigoshop.  Adding products to Jigoshop is very easy and straight forward but what happens when you want to import hundreds of products into your shop?

I spent hours figuring out what to do and came up with a solution. Credit must go to Colin for Colin’s CSV importer. This plugin does the job but I had a few issues with this and managed to solve it. I’m not a developer but analysing some of the code allowed me to fix the issues.

Here is a quick install and setup guide (tested with Jigoshop v1.0):

1. Firstly, you must obviously install Jigoshop in WordPress.

2. Download the zip file called csvloader.zip  here (post number 71)  and extract the files to your plugin folder in WordPress. Generally it will be located here /blog/wp-content/plugins.

Once extracted you will have a folder called /blog/wp-content/plugins/csvloader

 

3. Once uploaded, click on Plugins, and activate.

4. Click on CSV Loader and it will load the following page. This will confirm that the plugin has been installed correctly.

 

5. Now, I had a few issues when using this plugin. The first one was that prices, sku code,  weight fields did not upload correctly and some of the column didn’t match when importing. To fix this, I changed some code in the CSVloaded.php file.

e.g: code that was included + there was some other additional code:

update_post_meta( $post_id, ‘sku’, $sku );
update_post_meta( $post_id, ‘regular_price’, $price );
update_post_meta( $post_id, ‘weight’, $weight );

I have included the zip file below. Just click on it, download it and extract it to to the /blog/wp-content/plugins/csvloader/admin folder.

CSVLoader-businesslegions

6. Now you need to have your CSV file for uploading. The headings and format that you should use is as follows (just an example):

Name Content Price Weight SKU Multi_cat Thumbnail

Based on the code all the fields/headings that you can use are:

Name, Content, Excerpt, Price, Stock, Weight, sku, order, tax, attachment, thumbnail, multi_cat, attribs.

For multi_cat, make sure you have a comma “,” between the different categories.

Click below for an example of a working csv file I used.

csv uploader example

 

7. When you have the csv file ready to upload, go to the CSVloader plugin page and change the following:

  • 1. Instead of the “|” use “,” (comma) that’s if you’re using a , in seperating your data fields. Make sure “columns title in first line” is selected.
  • 2. If you plan to use Hierarchical categories, select this option.
  • 3. Click on choose file and select the csv file you intent to upload.
  • 4. Click LOAD.

 

8. After you click LOAD, it will display the first 4 rows of your CSV file. If you see the data and columns, it means that the file format is correct. Here’s an example:

9. If the data content loaded correctly confirm the mappings between the CSV file and jigoshop. Generally the SKU column doesn’t match so you need to select this manually.

 

10. Finally, select whether you want to publish the imported data or not, and then click Upload.

 

Check your Jigoshop and confirm the data is correct. Hopefully this has helped a few people.

 

DO YOU LIKE WHAT YOU'VE READ?
Join our subscription list and receive our content right in your mailbox. If you like to receive some Great deals our Freebies then subscribe now!

Our Sponsors

  • Follow us:

OTHER ARTICLES YOU MAY LIKE


BUGS IN TIKTOK WEB APP

BUGS IN TIKTOK WEB APP

In this article, I will discuss the bugs I have encountered while using the Tik Tok web app. When using the TikTok web app, I encountered a frustrating issue where I was unable to follow back users. This problem has persisted, leaving me with zero following despite my efforts to engage with the platform. As […]

read more
THE BEST WOOCOMMERCE AFFILIATE AFFILIATE RETAILER PLUGIN FOR MAXIMUM PROFITS

THE BEST WOOCOMMERCE AFFILIATE AFFILIATE RETAILER PLUGIN FOR MAXIMUM PROFITS

In today’s highly competitive e-commerce landscape, leveraging the power of affiliate marketing has become a crucial strategy for online retailers to maximize their profits. And when it comes to running an efficient and lucrative affiliate program on your WooCommerce store, choosing the right plugin is paramount. The best WooCommerce affiliate retailer plugin that stands out […]

read more

Like our Page