Hello,
is it possible to delete thumbnail and link to the product on Review Order part?
Thanks,
Jan
Hi @Jan
You can try some css to remove the image from order table. When it will not display the link issue will be sorted too.
Thanks
Hi @Jan
Sure, You can add below css to hide the image
#order_review_table td.thumb, #order_review_table th.thumb {
display: none !important;
}
Please write a review at “https://wordpress.org/plugins/custom-checkout-layouts-for-woocommerce/#reviews” if you are enjoying our plugin and its support services.
In case you will like to try some new order design you can try the pro version it has three layouts for the order table section.Read here”https://blueplugins.com/docs/woocommerce-one-page-checkout-and-layouts-pro/general-settings/”
Thanks