How to display product image on product table
-
Hello there! If i want to add field in products table under catalog tab. Than i can i get image . I just getting path from product_images table
-
Can you explain more ?
like you want to add images column on database or want to show images on data grid.Thanks
-
@rahul I juss wanna show it. I got path from product_images table and it also showing data from db. But i want to display image not its path
-
just use like below -
<img src="{{ Storage::url(path]) }}" />
It will display.
Thanks
-
Hay, Poonam, I am not a tech geek and pretty understand your problem. Actually, I had faced the pretty same issue with my b2b store for that I have install product table plugin, and after that, many issues are resolved.