Articles on: Troubleshooting

Why is my calculator not showing up on my product page?

If you're encountering issues with embedding a calculator on your Shopify page and it's not appearing as expected, it's important to note that each theme on Shopify has its own unique code base, resulting in varying behaviors. In such cases, you can follow these general steps to troubleshoot the problem:

Go to your Shopify admin panel

*Click Online Store
-**



Click on the Ellipsis menu

Select Edit Code



Find the theme.liquid file (TIP: you can use the search function to find this easily, it is usually on the top section of the theme code



Paste the following code snippet above the </head> tag and then click save, If the first one is not working. Please paste the second one.

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js" rel="preload"></script>


OR



<!-- CPC -->  
    <script src="https://cdn-assets.custompricecalculator.com/shopify/calculator.js"></script>




After the above steps are completed, you can go back to your page and hard refresh it (ctrl+shift+R and it should load. If you are still seeing issues email us at [[email protected]](/cdn-cgi/l/email-protection#bbc8cecbcbd4c9cffbd8cec8cfd4d6cbc9d2d8ded8dad7d8ced7dacfd4c995d8d4d6)

Updated on: 02/05/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!