{"id":54704,"date":"2018-05-25T14:43:15","date_gmt":"2018-05-25T17:43:15","guid":{"rendered":"https:\/\/samuelchopard.ch\/wiki\/?p=54704"},"modified":"2019-03-18T14:29:17","modified_gmt":"2019-03-18T13:29:17","slug":"add-order-total-in-the-place-order-button","status":"publish","type":"post","link":"https:\/\/samuelchopard.ch\/wiki\/library\/add-order-total-in-the-place-order-button\/","title":{"rendered":"Add order total in the &#8220;Place Order&#8221; button"},"content":{"rendered":"<p><!--more--><\/p>\n<p>Paste the following in <strong><em>functions.php<\/em><\/strong>:<\/p>\n<pre class=\"EnlighterJSRAW\">add_filter('woocommerce_order_button_text', 'woo_custom_order_button_text');\n\nfunction woo_custom_order_button_text()\n{\n    $cart_total = WC()-&gt;cart-&gt;total;    \n    return __('Your text ' . $cart_total, 'woocommerce');\n}\n<\/pre>\n<p>Change <em>Your text<\/em> by the desired text for the button.<\/p>\n<p>Source:\u00a0<a target=\"_blank\" href=\"https:\/\/stackoverflow.com\/questions\/41930981\/woocommerce-add-order-total-to-place-order-button\">https:\/\/stackoverflow.com\/questions\/41930981\/woocommerce-add-order-total-to-place-order-button<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"Paste the following in functions.php: add_filter('woocommerce_order_button_text', 'woo_custom_order_button_text'); function woo_custom_order_button_text() { $cart_total = WC()-&gt;cart-&gt;total; return __('Your text ' . $cart_total, 'woocommerce'); [...]","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[58,197,215],"class_list":["post-54704","post","type-post","status-publish","format-standard","hentry","category-woocommerce","tag-checkout","tag-order-total","tag-place-order-button"],"_links":{"self":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54704","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=54704"}],"version-history":[{"count":1,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54704\/revisions"}],"predecessor-version":[{"id":54844,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/posts\/54704\/revisions\/54844"}],"wp:attachment":[{"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/media?parent=54704"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/categories?post=54704"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/samuelchopard.ch\/wiki\/wp-json\/wp\/v2\/tags?post=54704"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}