I am working on a small ecommerce site right now, and so far so good..I have the shopping cart page and the collection page working fine, I have the capability of automatically printing the orders that come to our dedicated email, and all that is working great. ( fingers crossed it stays that way ).
What I am trying to do now ( this is where I get lost as I have never attempted this before and am not sure if it is possible using HTML ) is make it so that whenever we get an order placed, once that order is sent to our email, and it prints out automatically ( as i stated before ) that the information in that email ( name, billing add, shipping add and other important info ) gets passed into a prebuilt form so that it comes out formatted like an actual order form instead of a plain text email. We get so much info in some of these mails that the printed version gets to looking like a jumbled mess. I thought maybe of using .php to dynamically populate a existing pdf form, and while i have a slight idea of how that would work, i have little to absolutley no clue how to get that pdf to print in place of the text email we normally recieve. Am I on the right track at least or is this something that just cant be done or cant be done the way I am planning ?
As I said, I am very lost and have been banging my head against a wall trying to figure this out, and so far have had NO LUCK at all. If there is anyone who would be so kind as to give me a nudge in the right direction, I would be eternally grateful.
Thanks in advance for any help or advice anyone here would see fit to offer !
