Hi all We have store linked http://wonderfeel.co/.
We added some social marketing scripts on additional script part of Check out page. Everything works fine on almost every step of purchase but when customer arrived at the Thank you page, Shopify doesn’t load additional script on that specific page.
Here is the code that we added additional scripts:
And this is the code of Thank you page:
Skip to content
#
Thank you for your purchase!
## Order summary
<table>
<tr>
<th>
Product image
</th>
<th>
Description
</th>
<th>
Quantity
</th>
<th>
Price
</th>
</tr>
<tr>
<td>
1
</td>
<th>
Anytime CBD
</th>
<td>
1
</td>
<td>
$45.00
</td>
</tr>
</table>
Scroll for more items
<table>
<tr>
<th>
Description
</th>
<th>
Price
</th>
</tr>
<tr>
<th>
Subtotal
</th>
<td>
$45.00
</td>
</tr>
<tr>
<th>
Shipping
</th>
<td>
$7.79
</td>
</tr>
<tr>
<th>
Taxes
</th>
<td>
$5.02
</td>
</tr>
<tr>
<th>
Total
</th>
<td>
USD
$57.81
</td>
</tr>
</table>
Why its not adding this tracking script to the thank you page ? Is there any way to add it manually.
Thanks