setCartTotal

Description

This feature allows you to track recovered revenue. The setCartTotal function is optional, but highly recommended. Setting this value on the cart page will enhance reporting by showing you how much revenue your abandonment campaign has recovered, which will give you a more accurate idea of your return on investment.

If you don't have access to the cart total on the cart page, you can add the setCartTotal function to the confirmation code snippet. 
Function Call
_cartstack.push(['setCartTotal', '']);
Code Example
<script data-siteid="XXXXXX" src="https://api.cartstack.com/js/customer-tracking/XXXXXXXXXX_222b5fb1025a6f580288f22cbd29c1bc.js" type="text/javascript">
</script>

<script type="text/javascript"> 
_cartstack.push(['setCartTotal', '79.99']);
</script>
Not sure how to do this? No problem!  Email us and we'll set it up for you. 
Did this answer your question? Thanks for the feedback. Click the "Contact Us" button to the right if you need further help. There was a problem submitting your feedback. Please try again later.