Hi, updating Zen Cart and patching the database solved the issue above. Nice!

Now I'n curious if I can define my own e-mail template. I found a hint in recover_cart_sales.php :

Code:
// E-mail Processing - Requires EMAIL_* defines in the
		// includes/languages/english/recover_cart_sales.php file
		$email = '';
Not sure how I would do this, though.

The readme file makes me a little confused too :
Code:
========================================
COMMON KNOWN ISSUES:
========================================
ï Supports sending text email only, not HTML. Sent message is based on Zen Cart email template.
My RCS e-mails definitely go out in HTML, but if I'm not mistaken it's based on the "email_template_default.html" template.

Would be great to be able to use, let's say "email_template_rcs.html" instead.

Would love to hear some ideas regarding this :).

Thanks

Best regards

Peter