Closed PascalBrouwers closed 8 years ago
Seems to be going wrong in Magento\Catalog\Helper\Image::initBaseFile()
This line: $model->setBaseFile($this->getProduct()->getData($model->getDestinationSubdir())); tries to get the thumbnail of the image but it's not returning it. If I do $model->setBaseFile($this->getProduct()->getImage()); it seems to get the correct image, although it's the full image instead of a thumnail.
Version: 2.1.0
Create a configurable product with multiple color tshirts and related images.
The product image should be the image of the underlying simple product 'Carolina Azul' in the cart, like it is on the product page.
Found out this is now a setting in the backend: Configuration->Checkout->Shoppin Cart->Configurable Product Image = Product Thumbnail itself
Adding a configurable product with specific options does show a different image on the product page, but this product is not shown on the cart or checkout page.
For example, use the sample data.
Tested in magento 2.0.7