I am isplaying product attributes in my Woocommerce checkout table, see my previous question: Show Woocommerce taxonomy in emails
I also want to show the product ima
We can use CSS to display image thumbnail in Woocommerce Cart :
@media (max-width: 767px) { .woocommerce table.shop_table.cart div.product-thumbnail { display: block !important; width: 75px !important; height: auto !important; } }
It works in my website