Sales Tracker

This will enable us to identify which chats led to a sale and what the order value is.

The data that this will generate will be very helpful in identifying the most effective communications approach that closes the sale and will be used to come up with action plans to further increase chat revenue.

All you need to do is to put this script in the Settings > Checkout > Additional Scripts section (screenshot below).

b41b2b474e458158191c674802b245e7.png

The Code for Shopify is:

<script>
window.order = {
total: {{ total_price | money_without_currency }},
id: {{ order_number }}
};
console.log('Total: ' + window.order.total);
console.log('ID:' + window.order.id);
</script>

Still need help? Contact Us Contact Us