Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo fix. #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The recent update of Improved Import extension for Magento 1 introduced the orde
# Import multiple product images


By default you can import only tree types of product images - image, small_image and thumbnail. This is sad, because usually each product on you store can have much more images, photos etc. With Improved Import you can import as many images as you want for each product! Just create additional column on you .csv file and put image names separated by ";" (like "image1.jpg;image2.jpg;image3.jpg") - all images must be uploaded to you media/import folder on this case.
By default you can import only three types of product images - image, small_image and thumbnail. This is sad, because usually each product on you store can have much more images, photos etc. With Improved Import you can import as many images as you want for each product! Just create additional column on you .csv file and put image names separated by ";" (like "image1.jpg;image2.jpg;image3.jpg") - all images must be uploaded to you media/import folder on this case.

# Import multiple product images from external URL

Expand Down