• Resolved gimmy88

    (@gimmy88)


    Hi,

    in the final checkout page I have two “Place Order” button: one (I suppose) related to the default theme and one related to your plugin.

    How can I disable/hide the old Place Order button?

    Regards,
    Andrea

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Diana Burduja

    (@diana_burduja)

    Hello Andrea,

    the multi-step checkout plugin doesn’t add a Place Order button, it uses the default one added by the WooCommerce plugin.

    Do you happen to use the Germanized for WooCommerce plugin? If that is the case, maybe you can try turning off the “Deactivate German Market Hooks” option on the “WP Admin -> WooCommerce -> German Market -> Ordering” page.

    Thread Starter gimmy88

    (@gimmy88)

    Hi Diana,

    thanks for your answer.

    I found a workaround by adding this CSS code:

    /* Hide the extra order button */
    button#place_order {
        display: none!important;
    }

    Hope could helps other users.

    Regards,
    Andrea

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Duplicated Place Order Button’ is closed to new replies.