Articles on: Checkout

Setting up additional scripts

Adding custom scripts to your store or checkout can provide several benefits for your business.


In CartPanda, this configuration can be done directly through your Dashboard.


Adding Additional Scripts


To add a script:


  1. Access your CartPanda dashboard
  2. Go to Admin > Tracking & Scripts > Additional Scripts
  3. Select the area where you want to insert the code: Store, Checkout, or Thank You Page
  4. Choose whether the script will be inserted in the <head> or <body> section



Then:


  • Paste the code into the corresponding field
  • Click Save


Done! Your script will be applied to the selected area.


Allowed Code Types


Currently, you can add HTML code in the following sections:

  • Checkout
  • Thank You Page


Codes allowed in the <head> section


  • <link>
  • <meta> (example: Google Merchant Center verification)
  • <script> (example: Hotjar tracking script)
  • <style> (for custom CSS)
  • <noscript>


Codes allowed in the <body> section


  • <script>
  • <noscript>


Important: This type of code-based customization is the user's responsibility.


Our support team does not provide technical assistance for configuring, validating, or fixing custom scripts.


Objects Available for Personalization


When adding scripts to the Checkout or the Thank You Page, you can use dynamic variables to capture order information.


Objects available in Checkout


{{checkout.order_id}}
{{checkout.order_number}}
{{checkout.total_price}}


Objects available on the Thank You Page


{{order.order_number}}
{{order.total_price}}
{{order.amount}}
{{order.sub_amount}}
{{order.id}}


These objects are commonly used for tracking and conversion integrations.


Meta Tags


In addition to scripts, you can also add meta tags.


What are meta tags?


Meta tags are pieces of code added to the HTML of a page that provide information about your website to search engines, social networks, and external platforms.


How to Add Meta Tags


The process is similar:


  1. Go to Admin > Tracking & Scripts > Meta Tags
  2. Select the page where you want to insert the code


Note: Meta tags are always added in the <head> section, so there is no <body> option available.



If you still have questions, contact our team through the platform chat or send an email to suporte@cartpanda.com.

Updated on: 03/11/2026

Was this article helpful?

Share your feedback

Cancel

Thank you!