Download the PHP package mikedubinsky/magento2-module-checkout-thumbnail without Composer
On this page you can find all versions of the php package mikedubinsky/magento2-module-checkout-thumbnail. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mikedubinsky/magento2-module-checkout-thumbnail
More information about mikedubinsky/magento2-module-checkout-thumbnail
Files in mikedubinsky/magento2-module-checkout-thumbnail
Package magento2-module-checkout-thumbnail
Short Description Set a default thumbnail image for products in the cart
License MIT
Informations about the package magento2-module-checkout-thumbnail
Dubslack_CheckoutThumbnail
Table of contents
- Summary
- Purpose
- Installation
- Usage
- Future
- License
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
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
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
To configure your own thumbnail , visit **Admin > Stores > Settings > Configuration > Sales > Checkout > Checkout Item Thumbnail. Here you can:
- Upload your own image
- Specify width, height, and alternate text
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