capacityweb

Import Products categories, multiple images and custom options

  • Popularity Score 12947 Popularity Score

    Popularity ScoreReferrals to Site/Downloads

    0 0 1+ 1+ 250+ 250+ 1000+ 1000+ 10000+ 10000+

This extension can use to import products with categories, multiple images and custom options from CSV file.
Compatible with:
This extension is currently unavailable on Magento Connect. Please contact the developer.

You will be re-directed to the developer's website to complete your purchase.

You must be registered and logged in to get extension key.
In order to get this extension, you must be logged in to the Magento Community. Click here to login or register.
In order to get this extension, you must have active Magento Go Store. Click here to create Go store.
You must choose from Magento Connect Version 1.5.1.0 or 2.0.
Learn more

Magento Connect 1.0 change

$50.00
Previous Next
Overview

Import Products categories, multiple images and custom options

You can use this extension to import products with categories, multiple images and custom options from CSV file. We have well tested this extension and it is working perfectly. Please let us know if you need any guidance or help to use this extension. We are ready to help you.

To insert custom options, please create column with name of custom option in product import CSV file with specific format. Please Download Sample Products Import CSV and create your Products CSV file accordingly. Please read Overview Section throughly.

Few Products Columns Sample Import CSV :- Download Sample CSV

All Products Columns Sample Import CSV :- Download Sample CSV

E.g. if you want to create custom option for size then custom option column name should create like this,

cws!Size:drop_down:1 (Column Heading)

Size=custom option name

drop_down=control name

1=mandatory filed. (0 for optional field)

Under this column enter value of custom option separated by pipe sign (|) as per example.

E.g. XS|S|M|L|XL

For add different price for different size add like

Small|Medium:fixed:5|Large:fixed:10

It means if product price is $100 then for Medium size product price 105 and Large size product price is 110.

You can create different types of custom options. Here is example

cws!Size Time:time:1

Size Time = custom option name
time = control name
1 = mandatory filed. (0 for optional field)

E.g
|:fixed:100
===================================================

cws!Size CheckBox:checkbox:1
Size CheckBox = custom option name
checkbox = control name
1 = mandatory filed. (0 for optional field)
E.g.
Small1:fixed:10|Medium2:fixed:10|Large2:fixed:10

===================================================

cws!Size RadioButton:radio:1

Size RadioButton = custom option name
radio = control name
1 = mandatory filed. (0 for optional field)
E.g.
Small3:fixed:101|Medium3:fixed:101|Large3:fixed:101
===================================================
cws!Size Multiselect:multiple:1

Size Multiselect = custom option name
multiple = control name
1 = mandatory filed. (0 for optional field)
E.g.
Small4:fixed:11|Medium4:fixed:11|Large4:fixed:11

===================================================
cws!Size Area:area:1

Size Area = custom option name
area = control name
1 = mandatory filed. (0 for optional field)
E.g.
|:fixed:101::20
Here 20 is max input character for text area
===================================================
cws!Size Date:date:1

Size Date = custom option name
date = control name
1 = mandatory filed. (0 for optional field)
E.g.
|:fixed:101

===================================================

cws!Size DateTime:date_time:1

Size DateTime = custom option name
date_time = control name
1 = mandatory filed. (0 for optional field)
E.g.
|:fixed:31

To insert category name, please create “categories“ column in your products import CSV file. Please remove “category_ids” column from products import CSV file if you have.

Now enter categories name under “categories” column

E.g. Movie/Cartoon

Movie1=parent category

cartoon1=child category of Movie1 category.

If you want to add multiple category then you can add "," comma separated.

E.g. Movie02/cartoon02,Movie02/cartoon03

To insert multiple images, please create “gallery “column in your products import CSV file.

Under this column enter images name separated by semicolon ( ; ) . Please enter relative path of images like below example. Please do not use path like (<a>http://www.xyz.com/ab.jpg</a> ) for images.

E.g. /image1_1jpg;/image1_2.jpg

You have to put all the images in media/import directory folder.

Now in this version you can update multiple images also.

After install extension Go to

1) System -> Import/Export -> Data flow - Profiles

2) Click on Import All Products Edit link

3) Click on Upload File from left menu

4) Upload csv file and Click on Save and Continue button

5) Click on run profile

6) Select your uploaded file

7) Click on Run Profile in Popup button

Note:- Do not close this popup until all product import successfully.
When you are add/update any of products image then all the 4 images columns and data should available in CSV file.

Note:- This extension support for product type only which magento default import functionality support.

Support

Need help? Please contact us at magento@capacitywebsolutions.com

Release Notes

This extension can import product with custom option, category and multiple images

2012-02-06 04:05:45
  • Version number: 1.1.2
  • Stability: Stable
  • Compatibility: 1.3, 1.4, 1.4.1.1, 1.4.2, 1.5
This extension can import product with custom option, category and multiple images

This extension can import product with custom option, category and multiple images

2010-08-30 11:40:22
  • Version number: 1.1.1
  • Stability: Stable
  • Compatibility: 1.3, 1.4, 1.4.1.1, 1.4.2, 1.5
This extension can import product with custom option, category and multiple images
Reviews

About the Developer

This extension was developed by and is supported by capacityweb

Import Products categories, multiple images and custom options 3.4 5 95 95
great easy tool, I was having all sorts of trouble with the default magento Import/Export Profile 1.7.02, spent many hours with no luck, this extension took 2 minutes to start the import and all my categories were imported with the 11k+ products, thankyou July 18, 2012
Works like a charm! Had to convert proprietary mySQL data to Magento. Wrote a script, fine tuned it and imported it with this extension. Saved days! Tx June 17, 2012
And i will not recommend any person to buy this extension before they fix the serious bugs! you will face trouble once you use this extension. June 13, 2012
This extension is well worth the money. It's a lifesaver for rapidly importing massive amounts of products as a CSV and bringing across all the extra data such as categories and custom options. No developer should be without it. I also found their technical support to be fantastic, and they instantly wrote back to help with any questions I had. June 13, 2012
i will not recommend to buy this extension after a lot of testing work. please wait the developer to fix the problem. June 8, 2012
Your extension really have some problems which will make our work seem more complex and not effective. 1) we are forced to have all the columns even though we only need to update the product price. it's really a non-effecitive way. for example, if i want to update a product, and i don't have the image columns , that means i don't want to do any update with product image, BUT IT DOES NOT MEANS I WANT TO DELETE THE products images. SO your code should do delete image only i have that column name and leave blank value for these images. 2) in every import your code always check the media/import folder to see if there are specific images. see, after import, it's a natural thing we may delete the images in media/import folder, but after sometime, maybe we want to UPDATE a product price, but your code will not working because you can not find the product images. 3) your code dont working with multi-store. we also tested other problem, seems the problem are very complex. June 8, 2012
Product have two same pictures what should I do. June 3, 2012
how can i import configurable products. May 29, 2012
Absolutely useless without the ability to import brand/manufacturer. May 13, 2012
Great extension. My question: in your sample csv file, there are only a few fiels, the other important fields such as mrsp, manufacturer etc. which are in the standard magento import file are not in there. How would I do if I want to import those fields as well? May 11, 2012
<<prev 2 3 4 5 ... 10 next>>
Q&A
(1 Question : 0 Answers)

Product Q&A

Ask your questions. Share your answers.

 
 
« Back
 
 
Avatar Image Url:: http://www.magentocommerce.com/images/avatars/uploads/avatar_26134198
Customer avatar
It is great that we can upload multiple images in a row, but how to update image sort order?
by
soundreality
-
2 months, 3 weeks ago
0points
0out of 0found this question helpful.
Was this helpful?Yes0No0
1 of 1

Product Q&A

1 Question | 0 Answers
1 of 1
Get Help

Support for This Extension

The best place to start if you need help with a specific extension is to contact the developer. All Magento developers have both a contact email and a support email listed.

Magento Platform Support

If you need support for a Magento platform, there are different options for support depending on which Magento platform you are using. Below are links for specific platforms.

In order to upload extension, you must be logged in to the Magento Community. Click here to login or register.

Close

Register

* Required Fields

Close window

Forgot Your Password?

Please enter your email below and we'll send you a new password.

* Required Fields

Close window

Login

To upload extension you must be logged in.

* Required Fields

Forgot Password?

New User? Register

Close window

You are using an outdated browser

We built Magento Connect using the latest techniques and technologies.
This makes Magento Connect faster and easier to use.
Unfortunately, your browser doesn't support those technologies.
Use the links below to download a new browser or upgrade your existing browser.