我想知道需要设置Magmi中的正确设置,以便将magento“thumbnail”属性设置为“small_image”。 这样我网站上的所有产品都会使用“small_image”作为缩略图。
例如,使用“默认值设置器”并将缩略图属性设置为“small_image”。
请帮帮我。
答案 0 :(得分:0)
当然这与MAGMI无关,你可以使用图像属性处理器设置图像;
http://sourceforge.net/apps/mediawiki/magmi/index.php?title=Image_attributes_processor
导入但要确定在前端使用哪一个你修改主题的相关模板并拉出small_image而不是缩略图;
helper('catalog / image') - > init($ _ product,'small_image') - > resize(135); ?>“width =”135“height =”135“alt =”stripTags($ this-> getImageLabel($ _ product,'small_image'),null,true)?>“/>