Hi there
I was making some changes to the order confirmation e-mail.
So, I started editing
includes/classes/order.php
I have these statements inside the function send_order_email
echo "START";
echo htmlspecialchars($this->products_ordered_html);
echo "END";
But after I complete the test purchase, I cant see this output on any of the pages
Am I doing something wrong?
I am sure this is getting called because when I make errros, the last page of order confirmation doesn't proceed
Please help!



