Why is my calculator not showing up on my product page?
Each theme on Shopify behaves a bit differently as the code base is not the same. If you followed the steps to embed the calculator on your page and it still isn't showing up, there are some common steps you can take to try to resolve this:
Go to your Shopify admin panel
Click Online Store

Click Customize

${color}[#03025e](In the bottom left corner click Theme Actions and then 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
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js" rel="preload"></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 support@apippa.com**
Go to your Shopify admin panel
Click Online Store

Click Customize

${color}[#03025e](In the bottom left corner click Theme Actions and then 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
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js" rel="preload"></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 support@apippa.com**
Updated on: 04/08/2022
Thank you!