Proceed to Checkout Button is back
-
As of this morning, the default Woocommerce Proceed to Checkout button has returned on my cart page. I didn’t change anything though I’m wondering if it has anything to do with Woocommerce’s update.
To clarify the situation, I have Paypal Express as the only method of payment. I was having the problem with it going to the checkout page and showing that there aren’t any available payment methods (forcing users to have to click on the button at the top of the page and/or add paypal express to the list of payment methods). I then applied the code below to remove the proceed to checkout button from the cart page all together:
remove_action( 'woocommerce_proceed_to_checkout', 'woocommerce_button_proceed_to_checkout', 10);
This was working well and the only button displaying on my cart page was the plugin’s paypal express button. Perfect. However, as of this morning, the woo proceed to checkout button is back and is sitting on top of my paypal express button. The removal code is still in place. Why is the button back and how do I make it go away?
pricelesspetrescue.org
- The topic ‘Proceed to Checkout Button is back’ is closed to new replies.