Hi,
Before I begin, this is a nice contribution, and has provided some useful info even after just 3 days of being a live OSC site!
I experienced some problems with the install, apparently due to setting up my Admin pages under a seperate SSL website structure. I found references to $PHP_SELF in recover_cart_sales.php to present problems, but changing to a direct reference to the filename, and using tep_href_link helped sort this out (even if it is just a hack!)
So for example about 3 changes something like this had to be made:
<form method=post action=<? // echo $PHP_SELF;
echo tep_href_link('recover_cart_sales.php'); // NJR ?> >
I also found the email structure to be worded very well, but the footer relies on HTTP_SERVER, which for my setup on the admin side is an ssl-relay address, and not the same as my catalog address. I think it should probably refer to HTTP_CATALOG_SERVER?
I'd welcome thoughts from more experienced users!
Best Regards,
Nij