I'm using zencart 1.3.8 and customers are complaining that the order confirmation is displaying the wrong delivery address. If they entered a delivery address that was different than the bill to address, the confirmation email shows the bill to address in the delivery address field.
The invoice looks correct and checkout_process.php has:
define('EMAIL_TEXT_TOTAL', 'Total: ');
define('EMAIL_TEXT_DELIVERY_ADDRESS', 'Delivery Address');
define('EMAIL_TEXT_BILLING_ADDRESS', 'Billing Address');
define('EMAIL_TEXT_PAYMENT_METHOD', 'Payment Method');
Where do I go to correct this problem?



