Overview
Shopify deprecated checkout.liquid which previous AvantLink tracking integrations utilized. All Avantlink Merchants that integrated with either the AvantLink Merchant Tracking App or the AvantLink Custom Pixel App V1 method must reintegrate with the AvantLink tracking app before Aug 2025. Please note, if you implemented using the AvantLink Custom App V1 method, you will need to follow these instructions: How to Uninstall the AvantLink Custom Pixel App V1 for Shopify.
Steps to Uninstall the AvantLink Merchant Tracking App
- If you are reintegrating AvantLink, first install the AvantLink Tracking app, before uninstalling the AvantLink Merchant Tracking App.
- Login to Shopify.
- Click App and then click App and sales channel settings in the pop up.
- Click the horizontal ellipsis beside the "AvantLink Merchant Tracking" app and click Uninstall. Choose "Not using app anymore" for the uninstallation reason.
Be sure to leave "AvantLink Tracking" installed if you are reintegrating. This is the new tracking app!
- Click Checkout
- Scroll down to the Order status page additional scripts section. Delete the AvantLink Order Confirmation Script. Please note, you may have additional scripts in this input. Delete only the AvantLink Order Confirmation script (example included after screenshot).
Delete the AvantLink Order Confirmation Script:
<script type="text/javascript">
var _AvantMetrics = _AvantMetrics || [];
{% for discount_application in order.discount_applications %}
{% capture coupon_code %}{{ discount_application.title }}{% endcapture %}
{% endfor %}
_AvantMetrics.push(['order', { order_id:'{{order_number}}', amount: '{{subtotal_price | money_without_currency}}', state: '{{billing_address.province_code}}', country: '{{billing_address.country_code}}', ecc: '{{coupon_code}}', tax: '{{enter_tax}}', shipping: '{{enter_shipping}}', currency: '{{ currency }}', new_customer: {% if customer.has_account == true %}'N'{% else %}'Y'{% endif %}}]);
{% for line in line_items %}
_AvantMetrics.push(['item', {order_id: '{{order_number}}', variant_sku: '{{line.sku}}', price: '{{line.final_price | money_without_currency}}', qty: '{{line.quantity}}' }]);
{% endfor %}
</script> - Click Develop Apps
- Click AvantLink Datafeed / Product Feed
- Click Uninstall App and the click Uninstall.