magewings-dev/magento2_order_images

Magento 2 module to display product images on order view pages for both customers and admins. Improve user experience and order clarity with visual product references.

Maintainers

Package info

github.com/magewings-dev/magento2_order_images

Type:magento2-module

pkg:composer/magewings-dev/magento2_order_images

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.0 2025-07-07 07:15 UTC

This package is auto-updated.

Last update: 2026-04-09 10:20:17 UTC


README

Magento 2 module to display product images on order view pages in both the Customer Account and Admin Panel.

🖼️ Features

  • Adds product images to the My Orders > Order View page on the storefront.
  • Displays product images in the Admin Sales Order View under "Items Ordered."
  • Improves order clarity and customer experience.
  • Admin configuration option to enable or disable the feature.

🔧 Configuration

Go to: Stores > Configuration > MAGEWINGS > Order Images

Set Enable Module to Yes or No to control visibility.

🛠️ Installation

Use Composer or manual installation:

Option 1: Composer

composer require magewings-dev/magento2_order_images
bin/magento module:enable MageWings_OrderImages
bin/magento setup:upgrade
bin/magento cache:flush