- type:
- integration
- system:
- FoxyCart
- name:
- custom_email
- description:
- Create a custom email receipt using the XML datafeed. Useful if you need attachments or language customization (prior to v0.4.0)
- tags:
- receipt,
- email
- date:
- 2008-06-19
- version:
- 0.2
- developer:
- http://www.themancan.com/
Please note:
The code on this page is submitted by members of the FoxyCart community, and may not verified by FoxyCart.com LLC in any way, shape, or form. Please double check the code before installing. If you need help with it please
post in our forum, but if we cannot offer assistance (due to unfamiliarity with this particular system or language) we apologize in advance.
Creates a receipt email (with the cart), much like FoxyCart itself does. This can be useful if you need advanced receipt customization or translation into different languages.
Please make sure you
read the warnings or you might run into problems with the datafeed sending past transactions.
Check the readme.txt file.
PHP5 is required
Doesn't handle multi-ship
Doesn't include custom fields
Doesn't take into account product price modifiers when calculating option price.
There may be limitation with special characters like the umlaut (ΓΌ), particularly in
OS X mail clients.
Adding CC or BCC addresses may need a tweak to the code.
Described here.
Another possible bug fix is
here.