I need to add some tracking code on success.phtml like this:
<img src="https://tracking.tracking.com/lead.php?idClient=12345678&idGroup=12345678&price=I_CANNOT_GET_THIS&idCommande=<?php echo $this->getOrderId(); ?>" alt="" border=“0” /> You will see that I need to find:
&price=THE PRICE OF THE ENTIRE SUCCESSFUL CART I cannot work out how to get this.
Any help would be very appreciated...