Hello,
Due to the situation we are due to Covid, the company will not make refunds. I would like to disable or hide the refund my entire order button.
How do I hide or disable it?
Thanks & greetings,
This topic has 3 replies, 2 voices, and was last updated 4 years, 8 months ago ago by annbooney
Hello,
Due to the situation we are due to Covid, the company will not make refunds. I would like to disable or hide the refund my entire order button.
How do I hide or disable it?
Thanks & greetings,
Hello,
That button comes from YITH Advanced Refund System for WooCommerce plugin, it’s not theme option. So, contact the plugin author to find out if they have the option to disable it.
We can just help you to hide it using custom CSS
.woocommerce-MyAccount-content .woocommerce-order-details .ywcars_button_refund {
display: none;
}
Regards
Thank you!
The issue related to '‘Disable "Refund Entire Order" button’' has been successfully resolved, and the topic is now closed for further responses