• Resolved ryanidk3038

    (@ryanidk3038)


    So I’m trying to test WooCommerce out but when I try to buy something the place order button doesn’t come out.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support RK a11n

    (@riaanknoetze)

    Hi there,

    It looks like that button is being set to “hidden” for some reason. I can’t see whether this is because of a conflicting theme/plugin though.

    Can you add the following custom CSS to your WordPress settings under **Appearance > Customize > Additional CSS** to see if that helps:

    
    .woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
        display: block !important;
    }
    
    Plugin Support Thu P. a11n

    (@thup90)

    Hi there,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Place order button not showing’ is closed to new replies.