This is an old revision of the document!
Table of Contents
- 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)
- date:
- 2008-06-19
- version:
- 0.2
- developer:
- http://www.themancan.com/
custom receipt
Description
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.
Installation
Please make sure you read the warnings or you might run into problems with the datafeed sending past transactions.
Check the readme.txt file.
Limitations
- 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.
Requirements
- PHP5 (This will not work with PHP4)
Code
Notes
- Adding CC or BCC addresses may need a tweak to the code. Described here.
- Another possible bug fix is here.