Hi!
I want to remove “order again” button. Is there a choice in the theme?
Doesn’t work:
remove_action( ‘woocommerce_order_details_after_order_table’, ‘woocommerce_order_again_button’ );
This topic has 4 replies, 2 voices, and was last updated 4 years, 5 months ago ago by Olga Barlow
Hi!
I want to remove “order again” button. Is there a choice in the theme?
Doesn’t work:
remove_action( ‘woocommerce_order_details_after_order_table’, ‘woocommerce_order_again_button’ );
Hello,
Could you, please, provide us with link to the page where you have this button for better understanding?
Regards
Not sure if you can see this button, it only appears after buying
Hello,
Add the below custom to Theme Options > Custom CSS to hide that button
.woocommerce-order-details p.order-again {
display: none;
}
Regards
The issue related to '‘order again’' has been successfully resolved, and the topic is now closed for further responses