{"id":3769,"date":"2021-10-10T12:21:00","date_gmt":"2021-10-10T12:21:00","guid":{"rendered":"https:\/\/purelysupp.com\/wordpress\/?p=3769"},"modified":"2022-10-16T13:12:11","modified_gmt":"2022-10-16T13:12:11","slug":"add-empty-cart-to-woocommerce-cart-page","status":"publish","type":"post","link":"https:\/\/purelysupp.com\/wordpress\/code-snippets\/add-empty-cart-to-woocommerce-cart-page\/","title":{"rendered":"Add Empty Cart To WooCommerce Cart Page"},"content":{"rendered":"\n<p>Add the following code to your theme&#8217;s function.php file, or a functionality plugin to add an empty cart button  on the Cart Page.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php\n\n\/\/ check for empty-cart get param to clear the cart\nadd_action( 'init', 'woocommerce_clear_cart_url' );\nfunction woocommerce_clear_cart_url() {\n    global $woocommerce;\n    if ( isset( $_GET&#91;'empty-cart'] ) ) {\n        $woocommerce-&gt;cart-&gt;empty_cart();\n    }\n}\nadd_action( 'woocommerce_cart_actions', 'patricks_add_clear_cart_button', 10 );\nfunction patricks_add_clear_cart_button() {\n    echo \"&lt;a class='button' href='?empty-cart=true'&gt;\" . __( 'Empty Cart', 'woocommerce' ) . \"&lt;\/a&gt;\";\n}<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Add the following code to your theme&#8217;s function.php file, or a functionality plugin to add an empty cart button on the Cart Page.<\/p>\n","protected":false},"author":1,"featured_media":10631,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","iawp_total_views":4,"wds_primary_category":56,"footnotes":""},"categories":[56],"tags":[216,110,204],"class_list":{"0":"post-3769","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-code-snippets","8":"tag-cart-page","9":"tag-code","10":"tag-woocommerce","11":"entry"},"featured_image_src":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2022\/09\/woocommerce-code_snippets-600x303.jpg","featured_image_src_square":"https:\/\/purelysupp.com\/wordpress\/wp-content\/uploads\/sites\/2\/2022\/09\/woocommerce-code_snippets-600x303.jpg","author_info":{"display_name":"Jack Alltrade","author_link":"https:\/\/purelysupp.com\/wordpress\/author\/jacka11trade\/"},"_links":{"self":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3769","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/comments?post=3769"}],"version-history":[{"count":3,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3769\/revisions"}],"predecessor-version":[{"id":10660,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/posts\/3769\/revisions\/10660"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media\/10631"}],"wp:attachment":[{"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/media?parent=3769"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/categories?post=3769"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/purelysupp.com\/wordpress\/wp-json\/wp\/v2\/tags?post=3769"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}