Code Injection

Premium Feature
Premium Feature
Available on Business and Commerce plans. Learn more
Header
Enter code that will be injected into the 'head' tag on every page of your site.
Footer
Enter code that will be injected into the template-defined footer on every page of your site.
Lock Page
Add custom code above the password field in your custom lock screen. We recommend using the Lock Screen panel instead.
Order Confirmation Page
Enter code that will be injected into the footer of the order confirmation page after checkout. If you'd like to pass the Order ID, subtotal, grand total, or customer email to a third party service, use the tags below in your code:
  • {orderId}: The order number of the confirmed order
  • {orderSubtotal}: The subtotal of the confirmed order
  • {orderSubtotalCents}: The subtotal of the confirmed order, in cents
  • {orderGrandTotal}: The grand total of the confirmed order
  • {orderGrandTotalCents}: The grand total of the confirmed order, in cents
  • {customerEmailAddress}:The customer's email address, as it was entered in the "Billing Info" section