Hi @haseena
You need to customise for it & can do as -
Add column 'image' in oder_item table.
Insert base image when order gets placed.
Show this image where you want.
This is the way, you can achieve it.
If you only want to show images for order without inserting, then ca do as -
Every order is place for product & product have images. So if you want to product images at order page then can retrieve according to product & need not to do above thing.
Thanks