Magento Mass Import images with MAGMI - images excluded

依然范特西╮ 提交于 2019-12-03 15:17:04

as said in plugin documentation , just put a "+" sign before the image name to import.

The reason "exclude" is checked is that default magento behaviour for base images is to avoid replicating them in the "extra" images gallery.

However, some extensions require to have base image displayed in the extra image list.

Btw, i would also advise using the latest git version of magmi , which is much more up to date and has several enhancements

if you want to force images to be shown then an alternative (apart from the unadvised hacking Magento core) is to hack Magmi import

In Magmi 0.7.21

magmi/plugins/extra/itemprocessors/imageprocessor/imageitattributeemprocessor.php

line 155, in the function getExclude

change the return line to 0 return 0;

this will make every image show on product pages (after update or reimport of course).

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!