-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Description
Preconditions
Magento 2.2.3
Php 7.1
Centos 7 with CPANEL
I configure 3 Websites and theirs views
Steps to reproduce
- Create a product with API REST for websites id 1 and 3
`Array
(
[sku] => DS-100-101
[name] => Daale Swim Bañador Bizarre Training
[attribute_set_id] => 9
[status] => 1
[visibility] => 4
[type_id] => configurable
[media_gallery_entries] => Array
(
[0] => Array
(
[media_type] => image
[label] => Daale Swim Bañador Bizarre Training - 0
[disabled] =>
[position] => 1
[types] => Array
(
[0] => "image"
[1] => "small_image"
[2] => "thumbnail"
[3] => "swatch_image"
[4] => "_media_image"
)
[content] => Array
(
[type] => image/jpeg
[name] => daale-swim-banador-bizarre-training.jpg
[base64_encoded_data] => Base 64 data
)
)
[3] => Array
(
[media_type] => image
[label] => Daale Swim Bañador Bizarre Training - 3
[disabled] =>
[position] => 4
[types] => Array()
[content] => Array
(
[type] => image/jpeg
[name] => daale-swim-banador-bizarre-training.jpg
[base64_encoded_data] => Base 64 data
)
)
)
[extension_attributes] => Array
(
[stock_item] => Array
(
[is_in_stock] => 1
)
[website_ids] => Array
(
[0] => 1
[1] => 2
)
)
[custom_attributes] => Array
(
[0] => Array
(
[attribute_code] => description
[value] => ""
)
[1] => Array
(
[attribute_code] => meta_description
[value] => ""
)
[2] => Array
(
[attribute_code] => meta_title
[value] => Daale Swim Bañador Bizarre Training
)
)
)
`
- Inside the product detail in the admin I look the images
- On the same page, I change the view to another website
- Again I look the images
Expected result
The roles of primary images assigned to all stores views
The label of images assigned to all stores views
The thumbnail for the product list assigned to all stores views (without filters)
Actual result
Roles of primary image are assigned to only one store view or website
Label of images are assigned to only one store view or website (different to the above)
Only show thumbnail image in the list when filter for one store view (the view have assigned the roles)




