fbpx
WooCommerce Booster Custom JS

Description

With WooCommerce Booster Custom JS module you can add custom JavaScript code to your site’s frontend and/or backend.

Options

Picture1 47 915x377 1

Picture1 48 915x376 1

Custom JS – Front end (Customers)
Frontend JavaScript code.
Default: None
Custom JS – Back end (Admin)
Backend JavaScript code.
Default: None

For example, if you want to modify “Billing & Shipping” text on checkout with JavaScript, you can set “Custom JS – Front end (Customers)” option to:

jQuery(document).ready(function() {<br />
jQuery(“.woocommerce-checkout div.woocommerce-billing-fields h3”).text(“Billing”);<br />
});
Accessible through:
  • WooCommerce > Settings > Booster > Emails & Misc. > Custom JS for WooCommerce
Tested on WooCommerce 8.5.1 and WordPress 6.4.2