Is it possible to add a line to the order confirmation email?
For example the email starts out like this:
I would like for it to read as follows for some orders using something like this check:Code:Order Confirmation from sicassracing.com TEST CUSTOMER Thanks for shopping with us today! The following are the details of your order. ------------------------------------------------------ Order Number: 3045 Date Ordered: Thursday 30 August, 2012 Detailed Invoice:
Code:if ($_SESSION['customer_whole'] && $_SESSION['customer_whole'] != '0' ) { echo "DEALER ORDER"; }Not sure where to place the check to make this happen.Code:Order Confirmation from sicassracing.com DEALER ORDER TEST CUSTOMER Thanks for shopping with us today! The following are the details of your order. ------------------------------------------------------ Order Number: 3045 Date Ordered: Thursday 30 August, 2012 Detailed Invoice:
Thanks


Reply With Quote
