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.
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>