Product images in Magento not displayed in frontend -


i've uploaded images 1 of magento products in backend, not displayed in frontend.

i'm analysing mysql tables:

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

and guess displayed image here:

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

but when selecting other image , saving changes in backend, values in table don't change...

my cache disabled, permissions ok in /media folder... cannot understand why image not displayed...

make sure images not saved on store level. switch store view , see if images saved on store level. remove store level values making "use default value" checkboxes checked , save product.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -