quote:Images in Admin Orders and Thanks Page You can now add the product image to the thanks page receipt. To do this add the following parameter to your vsadmin/includes.asp/php file... imgonthankspage=TRUE $imgonthankspage=TRUE;
To display the product image in the admin order details and / or packing slip or invoice using the following parameter... imgonorderdetails=7 $imgonorderdetails=7;
A value of 1 will add the product image to the "view order details" screen A value of 2 will add the product image to the packing slip A value of 4 will add the product image to the invoice
...and you can add those values together so for instance setting it to 6 will add the image to the invoice and packing slip. 7 will add it to all screens apart from the "edit order" screen.