• This is a new website I created, I am getting multiple place order buttons. Disabled all addons, payment methods but no luck. I am launching today. Can you please check it asap

    Here is the screenshot >> https://jmp.sh/8Du22t8

    Thank You

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter famfaheem

    (@famfaheem)

    The extra place order button has this as the value in the DOM >>/?wc-ajax=update_order_review

    Here is the screenshot, it seems the order gets updated and puts in a extra place order button
    https://jmp.sh/W2FNIds

    Thread Starter famfaheem

    (@famfaheem)

    if you check the website, you won’t see the multiple buttons because I am hiding it with CSS as a temporary fix, as I have launched the website. But please give me a permanent fix to this

    Also I realized, whenever I reach the checkout page, the payment area part of the page reloads and adds a new button.

    ===css fix ===.

    #order_review #place_order{
    	display: none;
    }
    
    #order_review > p {
        display: none;
    }
    
    #order_review > p:last-child {
        display: block;
    }

    Hi,

    Thank you for contacting us.

    I did some tests here and couldn’t reproduce the same issue in my local WordPress installation for tests. It looks like some extra plugin is causing that issue.

    Can you check whether switching to one of the default themes makes any differencet or not? To do this securely without affecting current visitors, you may want to enable troubleshooting mode with the help of this plugin.

    Also, with the troubleshooting mode active you can enable/disable plugins one by one to discover which is the plugin causing the issue.

    Hope this helps!

    Kind Regards,

    Rodrigo.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Multiple place order buttons’ is closed to new replies.