kendry Posted October 16, 2013 Posted October 16, 2013 Hi, I would like to sum up order total and shippinh method in email order confirmation which goes to client. someone may prompt where or how to do it?
kendry Posted October 16, 2013 Author Posted October 16, 2013 In checkout_proces.php (which is responsible for sending e-mail) I have listing which shows me all the amount of the order and shipping cost: for ($i=0, $n=sizeof($order_totals); $i<$n; $i++) { $email_order .= '<tr><td colspan="5" align="right"><b>' . strip_tags($order_totals[$i]['title']) . '</b></td>' . '<td align="right" style="background-color:#C;"> <b><font color="#FF0000" size="+2"> ' . strip_tags($order_totals[$i]['text']) . "</font></b></td></tr></table>\n"; }
♥mattjt83 Posted October 16, 2013 Posted October 16, 2013 @@kendry Are you saying your ONLY want to show the total and none of the other order total modules (shipping, tax, etc)? Matt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.