• Resolved jppybw

    (@jppybw)


    If you go to my site https://pro-tracker.com/checkout/ (note you may have to have an item in the shopping cart to reach the checkout page.)
    you can see with the billing information forms but there is nothing after that. “The pay for order” button has disappeared. I know that if you fill out the forms and hit enter it will still take you on to the payment gateway for authorize.net but I need that button to be there for mobile users and convenience. How do I get this button back. Or how do I create a new one?

Viewing 2 replies - 1 through 2 (of 2 total)
  • For some reason this CSS is being output:

    
    .woocommerce-shipping-fields, #order_review_heading, #order_review {
        display: none;
    }
    

    It contains the order info and the submit button.

    Thread Starter jppybw

    (@jppybw)

    Thank you so much. I am not sure where that CSS is located. My google chrome just says it is located in the “user agent stylesheet”. instead of a CSS doc. But I was able to override it. You are a lifesaver.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Woocommerce “pay for order” Button Disappeared on Checkout page’ is closed to new replies.