{"id":54658,"date":"2018-05-25T14:12:26","date_gmt":"2018-05-25T17:12:26","guid":{"rendered":"https:\/\/samuelchopard.ch\/wiki\/?p=54658"},"modified":"2019-03-18T14:29:18","modified_gmt":"2019-03-18T13:29:18","slug":"skip-cart-page-go-straight-to-checkout-page","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/skip-cart-page-go-straight-to-checkout-page\/","title":{"rendered":"Skip cart page go straight to checkout page"},"content":{"rendered":"<p><!--more--><\/p>\n<ol>\n<li>First uncheck the cart options in WooCommerce Settings &gt; Products.<\/li>\n<li>Then add the following in your <strong><em>functions.php<\/em><\/strong>:<\/li>\n<\/ol>\n<pre class=\"EnlighterJSRAW\">add_filter('woocommerce_add_to_cart_redirect', 'themeprefix_add_to_cart_redirect');\nfunction themeprefix_add_to_cart_redirect() {\n global $woocommerce;\n $checkout_url = wc_get_checkout_url();\n return $checkout_url;\n}\n<\/pre>\n<p>Source:\u00a0<a target=\"_blank\" href=\"https:\/\/wpbeaches.com\/skip-cart-go-straight-to-checkout-page-in-woocommerce\/\" rel=\"noopener\">https:\/\/wpbeaches.com\/skip-cart-go-straight-to-checkout-page-in-woocommerce\/<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"First uncheck the cart options in WooCommerce Settings &gt; Products. Then add the following in your functions.php: add_filter('woocommerce_add_to_cart_redirect', 'themeprefix_add_to_cart_redirect'); function [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[52,58,327],"class_list":["post-54658","post","type-post","status-publish","format-standard","hentry","category-woocommerce","tag-cart","tag-checkout","tag-woocommerce"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54658","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/comments?post=54658"}],"version-history":[{"count":1,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54658\/revisions"}],"predecessor-version":[{"id":54852,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54658\/revisions\/54852"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=54658"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=54658"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=54658"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}