webtintin Posted November 30, 2010 Share Posted November 30, 2010 Hi,I need to import the Total Cart order into the order-confirmation.php file or into history.php.Do you know what instruction to use ??I can’t get it with : $total = floatval($cart->getOrderTotal(true, 3));Could you help me ?Thanks Link to comment Share on other sites More sharing options...
Pippo3000 Posted November 30, 2010 Share Posted November 30, 2010 Hi,I need to import the Total Cart order into the order-confirmation.php file or into history.php.Do you know what instruction to use ??I can’t get it with : $total = floatval($cart->getOrderTotal(true, 3));Could you help me ?Thanks what do you mean by total cart order? just the total amount? Then you may use the var {total_paid} somewhere in your email template. phil Link to comment Share on other sites More sharing options...
webtintin Posted November 30, 2010 Author Share Posted November 30, 2010 Hi,yes I mean the Total amount!!The Total amount I have to load into a var $totalthat is inside the file order-confirmation.php.Thanks Link to comment Share on other sites More sharing options...
Recommended Posts