---- dataentry ---- type : integration # do not change this line systems : FoxyCart # the system(s) that the integration is for, separated with commas if more than one name : custom_email # the name of the integration description : Create a custom email receipt using the XML datafeed. Useful if you need attachments or language customization (prior to v0.4.0) tags_tags : receipt, email # tags, separated by commas. don't include the "system" here. date_dt : 2008-06-19 # the date in YYYY-MM-DD format version : 0.2 # if you have a version for your code, enter it here developer_url : http://www.themancan.com/ # if you'd like a link back to your site, stick it here ---- ====== 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 [[docs:datafeed|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 ===== {{:integration:foxycart:xml-to-email.0.2.zip|FoxyCart XML to Custom Receipt Email}}