PHPackages                             mikedubinsky/magento2-module-checkout-thumbnail - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. mikedubinsky/magento2-module-checkout-thumbnail

ActiveMagento2-module[Image &amp; Media](/categories/media)

mikedubinsky/magento2-module-checkout-thumbnail
===============================================

Set a default thumbnail image for products in the cart

V1(2y ago)1121MITPHPPHP ^8

Since Aug 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/mikedubinsky/magento2-module-checkout-thumbnail)[ Packagist](https://packagist.org/packages/mikedubinsky/magento2-module-checkout-thumbnail)[ RSS](/packages/mikedubinsky-magento2-module-checkout-thumbnail/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Dubslack\_CheckoutThumbnail
===========================

[](#dubslack_checkoutthumbnail)

Magento 2 module for setting a fallback/default thumbnail image in the cart's items

 [![Supported Magento Versions](https://camo.githubusercontent.com/2113b3a30955562f026a2b7dda3a09fee30d0c49aacbfce67193c5dc7b434617/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d322e342d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666c61742d737175617265)](https://camo.githubusercontent.com/2113b3a30955562f026a2b7dda3a09fee30d0c49aacbfce67193c5dc7b434617/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6d6167656e746f2d322e342d627269676874677265656e2e7376673f6c6f676f3d6d6167656e746f266c6f6e6743616368653d74727565267374796c653d666c61742d737175617265) [![Latest Stable Version](https://camo.githubusercontent.com/c18f6fcec6585345e0d3c48a163350882613b3363e3796cdc5148dfd7999ff91/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d696b65647562696e736b792f6d6167656e746f322d6d6f64756c652d636865636b6f75742d7468756d626e61696c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/mikedubinsky/magento2-module-checkout-thumbnail) [![PHP 8+](https://camo.githubusercontent.com/1c758d59b57caec2a9b88aff4a8a0e692636c3e85f91a829033278fb91347738/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382b2d6f72616e6765)](https://camo.githubusercontent.com/1c758d59b57caec2a9b88aff4a8a0e692636c3e85f91a829033278fb91347738/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382b2d6f72616e6765) [![](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](https://opensource.org/licenses/MIT)

Table of contents
-----------------

[](#table-of-contents)

- [Summary](#summary)
- [Purpose](#purpose)
- [Installation](#installation)
- [Usage](#usage)
- [Future](#future)
- [License](#license)

Summary
-------

[](#summary)

This module will help make sure that all items in the customer's checkout process have a thumbnail image.

If your thumbnail images are working correctly in your Magento checkout, then you probably don't need this extension.

Purpose
-------

[](#purpose)

The product images are loaded to window.checkoutConfig.imageData when /checkout is visited.

If you are adding a product during the checkout process programmatically, then its image may not show up until a page refresh.

This package solves that, by at least providing the "Product Image Placeholder (Thumbnail)", or the specific image of your choosing as a fallback option.

Installation
------------

[](#installation)

```
composer require mikedubinsky/magento2-module-checkout-thumbnail
bin/magento module:enable Dubslack_CheckoutThumbnail
bin/magento setup:upgrade

```

Usage
-----

[](#usage)

Simply installing this module ensures that in the absence of a thumbnail image, Magento's placeholder image is used, but you may further configure this extension:

### Configuring Your Own Thumbnail Image

[](#configuring-your-own-thumbnail-image)

To configure your own thumbnail , visit \*\*Admin &gt; Stores &gt; Settings &gt; Configuration &gt; Sales &gt; Checkout &gt; Checkout Item Thumbnail. Here you can:

- Upload your own image
- Specify width, height, and alternate text

Future
------

[](#future)

Submit an issue if you have a feature request that you want me to add, but I also have the following ideas in mind:

- build on this extension to dynamically look up and store an array of product images
- have an option to FORCE THUMBNAIL incase someone wants to simply override existing thumbnails

License
-------

[](#license)

[MIT](https://opensource.org/licenses/MIT)

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1061d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/44975166?v=4)[Mike Dubinsky](/maintainers/mikedubinsky)[@mikedubinsky](https://github.com/mikedubinsky)

---

Top Contributors

[![mikedubinsky](https://avatars.githubusercontent.com/u/44975166?v=4)](https://github.com/mikedubinsky "mikedubinsky (10 commits)")

### Embed Badge

![Health badge](/badges/mikedubinsky-magento2-module-checkout-thumbnail/health.svg)

```
[![Health](https://phpackages.com/badges/mikedubinsky-magento2-module-checkout-thumbnail/health.svg)](https://phpackages.com/packages/mikedubinsky-magento2-module-checkout-thumbnail)
```

###  Alternatives

[fastly/magento2

Fastly CDN Module for Magento 2.4.x

1564.4M1](/packages/fastly-magento2)[yireo/magento2-next-gen-images

Magento 2 module to add NextGen images support to the Magento frontend

471.2M2](/packages/yireo-magento2-next-gen-images)[checkoutcom/magento2

Checkout.com Payment Gateway for Magento 2

34276.3k1](/packages/checkoutcom-magento2)[myparcelnl/magento

A Magento 2 module that creates MyParcel labels

1860.2k](/packages/myparcelnl-magento)[elgentos/magento2-imgix

Imgix extension for Magento 2 to process images

1670.0k](/packages/elgentos-magento2-imgix)[mage-os/module-automatic-translation

Automatic AI content translation for Mage-OS.

3017.9k](/packages/mage-os-module-automatic-translation)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
