Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Dear,
Today I noticed my ‘proceed to checkout’ button is gone. I don’t know where or how I delete this or why it is gone.
This button is on the checkout page when a customer has something in his cart.
I have the latest woo commerce en wordpress updates.
Hope you can help again.
Thank you in advance.
Best regards,
Melle
URL: http://www.noidea.nl
When I deactivate and activate woo commerce I get this:
Your theme has bundled outdated copies of WooCommerce template files. If you notice an issue on your site, this could be the reason. Please contact your theme developer for further assistance. You can review the System Status report for full details or learn more about WooCommerce Template Structure here.
I delete the ‘cart-totals.php’ in my woocommerce child theme and now it is working again.
BUT, I used the ‘cart-totals.php’ file to delete the ‘Note:’ part on the cart page (the text box about the shipping costs under the total price).
How to do this now? Thanks.
cart-totals.php:
<div class="cart_totals customer->has_calculated_shipping() ) echo ‘calculated_shipping’; ?>”>
cart->get_coupons( ‘cart’ ) as $code => $coupon ) : ?>
<tr class="cart-discount coupon-“>
cart->needs_shipping() && WC()->cart->show_shipping() ) : ?>
cart->get_fees() as $fee ) : ?>
name ); ?>
cart->tax_display_cart == ‘excl’ ) : ?>
cart->get_tax_totals() as $code => $tax ) : ?>
<tr class="tax-rate tax-rate-“>
label ); ?>
formatted_amount ); ?>
countries->tax_or_vat() ); ?>
cart->get_coupons( ‘order’ ) as $code => $coupon ) : ?>
<tr class="order-discount coupon-“>
cart->get_cart_tax() ) : ?>
customer->is_customer_outside_base() && ! WC()->customer->has_calculated_shipping()
? sprintf( ‘ ‘ . __( ‘ (taxes estimated for %s)’, ‘woocommerce’ ), WC()->countries->estimated_for_prefix() . __( WC()->countries->countries[ WC()->countries->get_base_country() ], ‘woocommerce’ ) )
: ”;
printf( __( ”, ‘woocommerce’ ), $estimated_text );
?>
Hi Melle
First of all I apologize for the delayed response.
I have just checked your site (specifically this page http://www.noidea.nl/winkelwagen/) and noticed that the button is present . Would you confirm that this issue is solved? If not please elaborate where difficulties seem to arise so that I can look into it.
Looking forward to hear from you
I removed the plugin YOAST Seo and removed the cart.php in my child theme. Now it is fixed.
Hi Melle,
Perfect :-)
If you have any other issue that you may need support for always feel free to open a new thread
Cheers