When adding images to Magento products, the pictures are placed to the gallery - you can all them displayed in the 'More Views' lightbox under a main image. There are included images marked as base, small and thumbnail and other additional pictures you added. They are visible at product page, unless you've checked 'Exclude' option.
Imagine the situation - you have added a few images to item and marked 3 of them as small, base and thumbnail. Normally base image is already shown as main picture there, so often people do not want this image appear twice on product detail page.
You might also have different images if product comes in various colours. When some of color variation becomes out of stock you may need to exclude its picture from the gallery as well.
The reasons to exclude images might be numerous, though when you need to do this for bulks of goods it can be really time-consuming and tiring talk.
To automate this process you can run a query if you have enough tech skills. If this is not the case, you can use Store Manager application
Here are a few simple steps to follow:
Run Import / Export Wizard of Store Manager for Magento and select what fields you want to be exported to CSV. Basically you need only the following fields:
There is no need to export all the fields, since Store Manager allows you to select what exactly info you need to be exported. At the step ‘Select Fields to Export’ on the left you see available fields with data. Drag necessary ones from the left and drop to the right pane of the window. You can also use buttons in the middle to add fields to be included in CSV.
Open the file in any spreadsheet editor like OpenOffice.
In the 'Media Gallery Exclude' column you will find the following numbers:
If you want to exclude images - put 1, to make images unexcluded - 0.
Want to automate the process and skip this step as you have got a multitude of images and goods? Keep reading and you will find out how to use expressions during import for on-the-fly changes.
In case your import file contains necessary modifications mentioned in point 2, you can simply run Import Wizard of Store Manager for Magento upload file to apply changes.
You can find a step-by-step Magento import tutorial read here -
www.mag-manager.com/product-information/magento-product-management/how-to-import-products-in-magento-2/If you are updating existing images, in additional settings you need to tick the ‘Import Images' and ‘Clear Image Gallery’ options.
If you want to speed up the process and avoid manual work with file, with Store Manager for Magento you can use special expressions (SQL statement and calculations similar to ones that are used in Excel).
Expressions during import can be set at the step where you map CSV columns to database fields.
If you use exported file and didn't change heading names, your columns were mapped automatically. If yes, un-assign column ‘Media Gallery Exclude’.
To uncheck Exclude box for all the images and all the product SKUs in file, in tab Expression put the following formula:
Instead X put number of column where in your file you have data from images to be excluded (in our case it is number 3).
To check Exclude option massively for all the images assigned to products in file, use this expression:
Again instead of X you need to put column name as in example above. This will replace all zeros with 1 and this way check Exclude box.
If you need more complex modifications to be performed during import with the help of expressions contact our support via contact@mag-manager.com
Find out how to delete all images for particular goods and remove the unused Magento images from our server. Read More...
Find out how to prevent your images from getting duplicated, unlinked or undisplayed and what to do if issue occured. Read More...
Tutorial on how to properly prepare your import CSV to change Magetno images sort order. Read More...
Get the full explanation of Magento swatch images and their purpuses and find out the ways to assign them to products via admin and Store Manager. Read More...
This website uses cookies.