Double place order payment after update - by cardinalno

This topic has 13 replies, 5 voices, and was last updated 9 years, 2 months ago ago by Stan Russell

  • Avatar: cardinalno
    cardinalno
    Participant
    February 15, 2015 at 22:43

    after the update of woocommerce and legenda i found a double pay order buttons and double “I’ve read and accept the terms & conditions” is it possible resolve this issue?

    please check last step of checkout process

    regards

    12 Answers
    Avatar: cardinalno
    cardinalno
    Participant
    February 15, 2015 at 22:44

    the site is cardinalno.com

    Avatar: Eva
    Eva Kemp
    Support staff
    February 16, 2015 at 13:00

    Hello,

    Please remove review-order.php file in wp-content/themes/legenda/woocommerce/checkout directory.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Rawi7
    Rawi
    Participant
    February 16, 2015 at 18:49

    Hi Eva,

    I have the same problem with my “Checkout Page”.

    I have tried to remove the file you’ve said (“wp-content/themes/legenda/WooCommerce/checkout/review-order.php”) and then both “Proceed to Checkout” buttons and “Terms & Conditions” have disappeared, so it is not possible to finalize any purchasing process!

    I have returned to restore the file.

    I await your response as soon as possible to correct this bug.

    Thanks.

    Avatar: Eva
    Eva Kemp
    Support staff
    February 16, 2015 at 19:02

    Hello @Rawi7,

    Please provide us with FTP and wp-admin panel credentials in Private Content.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Rawi7
    Rawi
    Participant
    February 16, 2015 at 19:29

    Here are the credentials.

    Thank you.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    February 17, 2015 at 09:29

    Hello @Rawi7,

    We’re working on this issue and it will be fixed in the new theme update which is produced in a few days.
    Please wait a little.
    Thank you for your understanding and patience.

    Regards,
    Eva Kemp.

    Avatar: Rawi7
    Rawi
    Participant
    February 24, 2015 at 20:38

    Hi Eva,

    I just upgraded the new version of Legenda Theme and still have the bug of duplicate terms and conditions block in the checkout page.

    I have all the plugins included WooCommerce updated to the latest version .

    Any solution?

    Thank you.

    Avatar: henriquejrc
    henriquejrc
    Participant
    February 24, 2015 at 21:41

    Hi Eva,

    I also just upgraded to new version Theme Legend and still has the bug terms and conditions duplicate block in the checkout page. But to remove the code in wp-content/plugins/woocommerce/templates/checkout/payment.php. I solved the problem!

    <?php if ( wc_get_page_id( ‘terms’ ) > 0 && apply_filters( ‘woocommerce_checkout_show_terms’, true ) ) : ?>
    <p class=”form-row terms”>
    <label for=”terms” class=”checkbox”><?php printf( __( ‘I’ve read and accept the terms & conditions‘, ‘woocommerce’ ), esc_url( wc_get_page_permalink( ‘terms’ ) ) ); ?></label>
    <input type=”checkbox” class=”input-checkbox” name=”terms” <?php checked( apply_filters( ‘woocommerce_terms_is_checked_default’, isset( $_POST[‘terms’] ) ), true ); ?> id=”terms” />
    </p>
    <?php endif; ?>

    Avatar: Eva
    Eva Kemp
    Support staff
    February 24, 2015 at 22:50

    Hello @Rawi7,

    You can hide the second “Terms and Conditions” option with this code in custom.css file:

    .woocommerce-checkout-payment .place-order {
    display: none;
    }

    Please check.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: Rawi7
    Rawi
    Participant
    February 25, 2015 at 00:39

    Hi Eva,

    I tried the code you mention me and it works!

    Thank You.

    Greetings.

    Avatar: Eva
    Eva Kemp
    Support staff
    February 25, 2015 at 09:30

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

    Avatar: stan
    Stan Russell
    Participant
    February 25, 2015 at 09:30

    Hello,

    you are welcome!

    Regards,
    Stan Russell.

  • Viewing 13 results - 1 through 13 (of 13 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.