Hi Ashely,

Quote Originally Posted by Ashely View Post
Thank you very much for the quick reply.
No problem. Glad you find the software useful!

Quote Originally Posted by Ashely View Post
I tried to edit the header_php.php file. There must be some mistakes there. Could you please help me with that? Sorry, I know little about programming.
You're most of the way there. Now you just need to use the $products_model variable.

Right after $form_errors = array(); put in the line:

PHP Code:
$products_name .= ' ' $products_model
This will add a space then the model to the name. (Which is the most basic way to get this information included in the e-mail.. personally I'd myself prefer to have it listed in the e-mail separately, but that's just the way I do things and this "quick fix" is what you were looking for I think!).

Hope that helps!

All the best...

Conor
ceon