This topic has 13 replies, 5 voices, and was last updated 9 years, 8 months ago ago by Stan Russell
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
the site is cardinalno.com
Hello,
Please remove review-order.php file in wp-content/themes/legenda/woocommerce/checkout directory.
Thank you.
Regards,
Eva Kemp.
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.
Hello @Rawi7,
Please provide us with FTP and wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Here are the credentials.
Thank you.
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.
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.
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; ?>
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.
Hi Eva,
I tried the code you mention me and it works!
Thank You.
Greetings.
Hello,
You’re welcome.
Regards,
Eva Kemp.
Hello,
you are welcome!
Regards,
Stan Russell.
You must be logged in to reply to this topic.Log in/Sign up