In orders section store image
-
In the summary of order the product details are displaying right. All the details are saving except the image of product. I want to store the product image also.
-
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