Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

magento 2.2.3: images are not showing for configurable variations after saving through admin #40

Open
arunssjoshi opened this issue Apr 13, 2018 · 1 comment

Comments

@arunssjoshi
Copy link

I have a magento (v2.2.3) website and using "thaiphan/magento2-s3" extension for uploading images to s3. Now I am facing an issue with configurable product images uploading.

For configurable variations, the image is only saving for only one size. I have attached the step by step with images. In the last step the images are hidden.

Step1 : Selected two attributes for color and size.

enter image description here

Step2 : Selected two color and two size options for variations

enter image description here

Step3 : Selected 'Apply unique images by attribute to each SKU' and uploaded images for color attribute for two variations

enter image description here

Step4: Two images are applied for 4 variations. ie two colors for each sizes. Everything is fine. Then clicked "Generate products"

enter image description here

Step5: Generated products are successfully showing with correct images and sizes. Then I clicked "Save"

enter image description here

Step6: Here is the issue. when I saved the product only two images are showing. That is the images are only available for first two sizes. That is for size 40.

enter image description here

I think it is actually saving but not showing. Because when I try to edit that configurable variation, that image place holder is there.

enter image description here

Any idea for this issue. It is working perfectly when upload images to the same server. Only s3 has this issue.

@arunssjoshi arunssjoshi changed the title magento 2: images are not saving for configurable variations after saving through admin magento 2.2.3: images are not showing for configurable variations after saving through admin Apr 13, 2018
@adshrc
Copy link

adshrc commented Apr 22, 2018

Workaround: Disable the S3 module and everything will be shown properly. Its must be an issue with this extension, because magento does not use the bucket media url while enabled (e.g. http://192.168.99.100/get.php/catalog/product/cache/0b1107d053a289736cde32f4e715ebb1/a/d/xzy.jpg)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants