• Resolved topfgartenwelt

    (@topfgartenwelt)


    Hi, I have the issue that the purchase button appears twice when the site is loaded or reloaded. I have tried all codes you have shared here to solve that problem but none of them works for me. Maybe you can help me?

    Greetings

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Mihai Joldis

    (@misulicus)

    Hi @topfgartenwelt

    The button is hidden as soon as the JavaScript loads on the page so I only see one button on the page. You can try changing to a default theme from WordPress and see if it behaves the same.

    Thread Starter topfgartenwelt

    (@topfgartenwelt)

    If anyone else has the same problem.

    In my case that code helped:

    input.edd-add-to-cart.edd-no-js {
    display: none !important;
    }

    It seems EED loads a wrapper for the button and an input button, but that input button isn’t used and disappears when the rest of the java is loaded.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Double Purchase Button’ is closed to new replies.