magento / magento2

Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
http://www.magento.com
Open Software License 3.0
11.51k stars 9.31k forks source link

Images are not shown on cart page #21460

Closed Naberdz closed 5 years ago

Naberdz commented 5 years ago

Summary

Product image is not displayed on checkout cart page.

Preconditions (*)

  1. Magento ver. 2.3.0
  2. Setup multistore with different domains
  3. set in .htaccess SetEnvIf conditions for each store / website
  4. Composer.json part:

    "require": { "geoip2/geoip2": "^2.9", "honl/magento2-nl-nl": "^1.1", "magento/product-community-edition": "2.3.0", "olegkoval/magento2-regenerate-url-rewrites": "^1.4", "sisow/plg-magento2": "^5.2" },

Steps to reproduce (*)

  1. Add any simple product to cart and proceed to view cart page.

Expected result (*)

  1. Images must be working on cart page since they are correctly displayed on product detail page. schermafbeelding 2019-02-26 om 12 20 56

Actual result (*)

  1. Images are not working on cart page. schermafbeelding 2019-02-26 om 12 20 02
magento-engcom-team commented 5 years ago

Hi @Naberdz. Thank you for your report. To help us process this issue please make sure that you provided the following information:

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento-engcom-team give me 2.3-develop instance - upcoming 2.3.x release

For more details, please, review the Magento Contributor Assistant documentation.

@Naberdz do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?

magento-engcom-team commented 5 years ago

Hi @engcom-backlog-nazar. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:

Naberdz commented 5 years ago

@magento-engcom-team i have updated initial starting topic. not sure if it's vanilla version of magento. Installed magento with composer

composer create-project --repository=https://repo.magento.com/ magento/project-community-edition

ghost commented 5 years ago

HI @Naberdz thank you for you report, i'm not able to reproduce following steps you described on clean magento 2.3-develop instance, this may be related to your custom modules, this issue is not present on clean magento. The GitHub issue tracker is intended for Magento Core technical issues only

Naberdz commented 5 years ago

HI @Naberdz thank you for you report, i'm not able to reproduce following steps you described on clean magento 2.3-develop instance, this may be related to your custom modules, this issue is not present on clean magento. The GitHub issue tracker is intended for Magento Core technical issues only

Yes it seem to be error in my template. since when i had switched it to Luma everything worked just fine.