WooCommerce: How to Add Scripts to the Checkout Page
A client needed to add her SSL Logo Seal to the checkout page. The problem is that the code she was given had also a JS part, together with a bunch of HTML.
Unfortunately you can’t just copy and paste JavaScript in the checkout page… you need a workaround!
In this article, we will learn about wp_footer, a handy WordPress hook to print anything inside the footer, a bit of conditional logic to target the WooCommerce checkout page only (and therefore excluding the Thank You Page and Order Pay Page), and how to print HTML inside a PHP function. Enjoy!
WooCommerce: how to add HTML/JS scripts to the checkout page
Please let me know in the comments if everything went as expected. I would be happy to revise the snippet if you report otherwise (please provide screenshots). I have tested this code with Storefront theme, the WooCommerce version listed above and a WordPress-friendly hosting.
If you think this code saved you time & money, feel free to join 17,000+ WooCommerce Weekly subscribers for blog post updates and 250+ Business Bloomer supporters for 365 days of WooCommerce benefits. Thank you in advance!
Need Help with WooCommerce?
Check out these free video tutorials. You can learn how to customize WooCommerce without unnecessary plugins, how to properly configure the WooCommerce plugin settings and even how to master WooCommerce troubleshooting in case of a bug!
Rodolfo Melogli
Business Bloomer Founder
Author, WooCommerce expert and WordCamp speaker, Rodolfo has worked as an independent WooCommerce freelancer since 2011. His goal is to help entrepreneurs and developers overcome their WooCommerce nightmares. Rodolfo loves travelling, chasing tennis & soccer balls and, of course, wood fired oven pizza.
6 thoughts on “WooCommerce: How to Add Scripts to the Checkout Page”
Ellie Vaughter
How much trouble is it to have your web designer add “code” (and have a number or word or numbers and letters)
to your check out page. I need the businesses working with me to have a code so that when a customer buys from
them, it will tell them that the customer came to them through my web page.
Thanks this was really helpful. I have my own user-registration form added to this checkout (by copying and overriding the form-checkout.php WC template. I needed to copy over the email address from one field to another, this was perfect for that, thanks!
Questions? Feedback? Support? Leave your Comment Now! _____
If you are writing code, please wrap it between shortcodes: [php]code_here[/php]. Failure to complying with this (as well as going off topic, not writing in English, etc.) will result in comment deletion. You should expect a reply in about 2 weeks - this is a popular blog but I need to get paid work done first. Please consider joining BloomerArmada to get blog comment reply priority, ask me 1-to-1 WooCommerce questions and enjoy many more perks. Thank you :)
With 100,000 (and growing) monthly organic sessions, Business Bloomer is the most consistent, most active and most complete WooCommerce development/customization blog.
Of course this website itself uses the WooCommerce plugin, the Storefront theme and runs on a WooCommerce-friendly hosting.
How much trouble is it to have your web designer add “code” (and have a number or word or numbers and letters)
to your check out page. I need the businesses working with me to have a code so that when a customer buys from
them, it will tell them that the customer came to them through my web page.
Hello Ellie, thanks for your comment! I recommend you take a look at this tutorial: https://businessbloomer.com/woocommerce-add-custom-checkout-field-php/
Thanks alot for this snippet . However, should this be added in the functions.php?
Vishay, yes, positive 🙂 Place it in your current theme’s functions.php file. Tutorial here:
Thanks this was really helpful. I have my own user-registration form added to this checkout (by copying and overriding the form-checkout.php WC template. I needed to copy over the email address from one field to another, this was perfect for that, thanks!
Thanks for your feedback Gerry!