How to Disable/Hide “Check Payments” Button
-
Hi,
I’m trying to disable or hide the “Place Order” button for the Check Payments gateway because it’s an offline payment and can be a little bit spammy.Now the problem is I can’t hide the button using CSS because all other gateways use the same button and the same class:
<button type="submit" class="button alt" name="woocommerce_checkout_place_order" id="place_order" value="Place order" data-value="Place order">Place order</button>
unfortunately the button is not even part of the parent div to apply something like:
.woocommerce-checkout-payment .button{none}
I searched through the entire net for a solution but I failed. Is it possible to disable/hide the button through, I dunno, code snippet or something ?
Thanks
- The topic ‘How to Disable/Hide “Check Payments” Button’ is closed to new replies.