{"id":2878,"date":"2021-02-08T22:41:43","date_gmt":"2021-02-08T22:41:43","guid":{"rendered":"https:\/\/scriptfeeds.com\/blog\/?p=2878"},"modified":"2023-10-31T20:40:14","modified_gmt":"2023-10-31T20:40:14","slug":"missing-proceed-to-checkout-button","status":"publish","type":"post","link":"https:\/\/scriptfeeds.com\/blog\/wordpress\/missing-proceed-to-checkout-button\/","title":{"rendered":"Quick Fix: WooCommerce missing Proceed to checkout button"},"content":{"rendered":"\n<p>You recently updated your WooCommerce and WordPress theme  and realize that there is missing proceed to checkout button on the WooCommerce cart page? Well this is one of the rare problem that can be occur due to many issue. One of our client recently contacted us for the &#8220;missing checkout button&#8221; on cart page after updating <strong><a href=\"https:\/\/scriptfeeds.com\/blog\/category\/wordpress\/woocommerce\/\" data-type=\"link\" data-id=\"https:\/\/scriptfeeds.com\/blog\/category\/wordpress\/woocommerce\/\">WooCommerce <\/a><\/strong>and WordPress theme.<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2>Table of Contents<\/h2><nav><ul><li><a href=\"#reason-late-updated-of-theme-incompatible-woocommerce-version-plugins-collide-etc\">REASON FOR MISSING PROCEED TO CHECKOUT BUTTON.<\/a><\/li><li><a href=\"#general-solution-fix-for-missing-proceed-to-checkout-button\">GENERAL SOLUTION\/FIX FOR MISSING PROCEED TO CHECKOUT BUTTON :<\/a><ul><li><a href=\"#our-fix-for-missing-proceed-to-checkout-button\">OUR FIX FOR MISSING PROCEED TO CHECKOUT BUTTON:<\/a><\/li><\/ul><\/li><\/ul><\/nav><\/div>\n\n\n\n<p>So we checked the website and found that &#8220;Proceed to Checkout button&#8221; is basically not calling function properly. So we tried some fix which worked. So without wasting time let go to the 3 main fix which you can try to sort out this issue.<\/p>\n\n\n\n<h2 class=\"wp-block-heading has-vivid-red-color has-text-color has-medium-font-size\" id=\"reason-late-updated-of-theme-incompatible-woocommerce-version-plugins-collide-etc\"><strong>REASON : Late updated of theme, incompatible Woocommerce version, Plugins collide etc.<\/strong><\/h2>\n\n\n\n<h2 class=\"wp-block-heading has-medium-font-size\" id=\"general-solution-fix-for-missing-proceed-to-checkout-button\"><strong>GENERAL SOLUTION\/FIX FOR MISSING PROCEED TO CHECKOUT BUTTON :<\/strong><\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Update themes and Plugins if they are pending. Make sure your theme version is updated with latest <strong><a href=\"https:\/\/wordpress.org\/plugins\/woocommerce\/\" data-type=\"link\" data-id=\"https:\/\/wordpress.org\/plugins\/woocommerce\/\" target=\"_blank\" rel=\"noopener\">WooCommerce <\/a><\/strong>versions.<\/li>\n\n\n\n<li>Add following code in your child theme CSS (Some times checkout button hide due to some CSS)<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>.woocommerce.cart .wc-proceed-to-checkout .checkout-button\n{\ndisplay:block!important;\n}<\/code><\/pre>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Copy Woocommerce directory into the child, then change line 114 of the woocommerce\/cart\/cart.php as below (Code is updated now in newer versions) :<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;div class=\"update action-group\"&gt;\n            &lt;input type=\"submit\" class=\"button\" name=\"update_cart\" value=\"&lt;?php _e( 'Update Cart', '__x__' ); ?&gt;\" \/&gt; &lt;input type=\"submit\" class=\"checkout-button button alt wc-forward\" name=\"proceed\" value=\"&lt;?php _e( 'Proceed to Checkout', '__x__' ); ?&gt;\" \/&gt;\n            &lt;?php do_action( 'woocommerce_cart_actions' ); ?&gt;\n          &lt;\/div&gt;<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"1000\" height=\"415\" src=\"https:\/\/scriptfeeds.com\/blog\/wp-content\/uploads\/2021\/02\/missing-Proceed-to-checkout-button.jpeg\" alt=\"missing Proceed to checkout button\" class=\"wp-image-4132\" srcset=\"https:\/\/scriptfeeds.com\/blog\/wp-content\/uploads\/2021\/02\/missing-Proceed-to-checkout-button.jpeg 1000w, https:\/\/scriptfeeds.com\/blog\/wp-content\/uploads\/2021\/02\/missing-Proceed-to-checkout-button-300x125.jpeg 300w, https:\/\/scriptfeeds.com\/blog\/wp-content\/uploads\/2021\/02\/missing-Proceed-to-checkout-button-150x62.jpeg 150w, https:\/\/scriptfeeds.com\/blog\/wp-content\/uploads\/2021\/02\/missing-Proceed-to-checkout-button-768x319.jpeg 768w, https:\/\/scriptfeeds.com\/blog\/wp-content\/uploads\/2021\/02\/missing-Proceed-to-checkout-button-399x166.jpeg 399w, https:\/\/scriptfeeds.com\/blog\/wp-content\/uploads\/2021\/02\/missing-Proceed-to-checkout-button-800x332.jpeg 800w, https:\/\/scriptfeeds.com\/blog\/wp-content\/uploads\/2021\/02\/missing-Proceed-to-checkout-button-750x311.jpeg 750w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading has-medium-font-size\" id=\"our-fix-for-missing-proceed-to-checkout-button\"><strong>OUR FIX FOR MISSING PROCEED TO CHECKOUT BUTTON:<\/strong><\/h3>\n\n\n\n<p>We tried this step after updating all plugins and themes.<\/p>\n\n\n\n<p>GO to Woocommerce &#8211;&gt; Status &#8211;&gt; and Tools and click on<strong> &#8216;To clear&#8217; <\/strong>in front of Clear template cache. You can also clear <strong>Expired transients &amp; Woocommerce transients<\/strong>. That&#8217;s it, now refresh the cart page and you will get your <strong>&#8220;PROCEED TO CHECKOUT&#8221;<\/strong> button back.<\/p>\n\n\n\n<p>Happy Coding \ud83d\ude42<\/p>\n\n\n<p>[caldera_form id=&#8221;CF60ca2e3ccf64f&#8221;]<\/p>\n","protected":false},"excerpt":{"rendered":"<p>You recently updated your WooCommerce and WordPress theme and realize that there is missing proceed to checkout button on the WooCommerce cart page? Well this is one of the rare problem that can be occur due to many issue. One of our client recently contacted us for the &#8220;missing checkout button&#8221; on cart page after [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":3412,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jnews-multi-image_gallery":[],"jnews_single_post":{"subtitle":"","format":"standard","video":"","gallery":"","source_name":"","source_url":"","via_name":"","via_url":"","override_template":"0","override":[{"template":"1","single_blog_custom":"","parallax":"1","fullscreen":"1","layout":"right-sidebar","sidebar":"default-sidebar","second_sidebar":"default-sidebar","sticky_sidebar":"1","share_position":"top","share_float_style":"share-monocrhome","show_share_counter":"1","show_view_counter":"1","show_featured":"1","show_post_meta":"1","show_post_author":"1","show_post_author_image":"1","show_post_date":"1","post_date_format":"default","post_date_format_custom":"Y\/m\/d","show_post_category":"1","show_post_reading_time":"0","post_reading_time_wpm":"300","show_zoom_button":"0","zoom_button_out_step":"2","zoom_button_in_step":"3","show_post_tag":"1","show_prev_next_post":"1","show_popup_post":"1","number_popup_post":"1","show_author_box":"0","show_post_related":"0","show_inline_post_related":"0"}],"override_image_size":"0","image_override":[{"single_post_thumbnail_size":"crop-500","single_post_gallery_size":"crop-500"}],"trending_post":"0","trending_post_position":"meta","trending_post_label":"Trending","sponsored_post":"0","sponsored_post_label":"Sponsored by","sponsored_post_name":"","sponsored_post_url":"","sponsored_post_logo_enable":"0","sponsored_post_logo":"","sponsored_post_desc":"","disable_ad":"0"},"jnews_primary_category":{"id":"","hide":""},"footnotes":""},"categories":[75,89,86],"tags":[103,104],"class_list":["post-2878","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-wordpress","category-errors","category-woocommerce","tag-checkout-button-disabled","tag-missing-checkout-button-on-cart"],"_links":{"self":[{"href":"https:\/\/scriptfeeds.com\/blog\/wp-json\/wp\/v2\/posts\/2878","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scriptfeeds.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/scriptfeeds.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/scriptfeeds.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scriptfeeds.com\/blog\/wp-json\/wp\/v2\/comments?post=2878"}],"version-history":[{"count":0,"href":"https:\/\/scriptfeeds.com\/blog\/wp-json\/wp\/v2\/posts\/2878\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/scriptfeeds.com\/blog\/wp-json\/wp\/v2\/media\/3412"}],"wp:attachment":[{"href":"https:\/\/scriptfeeds.com\/blog\/wp-json\/wp\/v2\/media?parent=2878"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/scriptfeeds.com\/blog\/wp-json\/wp\/v2\/categories?post=2878"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/scriptfeeds.com\/blog\/wp-json\/wp\/v2\/tags?post=2878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}