Magento中的产品图片未显示在前端

时间:2016-07-28 09:07:21

标签: magento magento-1.9

我已经在后端向我的一个Magento产品上传了一些图片,但这些图片并没有显示在前端。

我正在分析Mysql表:

select * from catalog_product_entity where entity_id=10;
select * from catalog_product_entity_media_gallery where entity_id = 10;
select * from catalog_product_entity_media_gallery_value where value_id in (46,47,48);

我想显示的图像在这里:

select thumbnail, small_image, small_image_label, thumbnail_label 
from catalog_product_flat_1 
where entity_id = 10;

但是当选择其他图像并在后端保存更改时,此表中的值不会更改...

我的缓存被禁用,我的权限在/ media文件夹中正常...无法理解为什么图像没有显示...

1 个答案:

答案 0 :(得分:1)

确保图像未在商店级别保存。 切换到商店视图,查看图像是否保存在商店级别。通过选中“使用默认值”复选框并保存产品来删除商店级别值。