Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
integration:foxycart:custom_receipt [2010/10/08 08:23] – external edit 127.0.0.1integration:foxycart:custom_receipt [2017/04/26 07:02] (current) – external edit 127.0.0.1
Line 4: Line 4:
 name          : custom_email # the name of the integration 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) 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.+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 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 version       : 0.2 # if you have a version for your code, enter it here
Line 12: Line 12:
  
 ====== custom receipt ====== ====== custom receipt ======
 +
 +<WRAP important round>
 +//**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 [[http://forum.foxycart.com/|post in our forum]], but if we cannot offer assistance (due to unfamiliarity with this particular system or language) we apologize in advance.
 +</WRAP>
 +
 ===== Description ===== ===== 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. 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.
Line 37: Line 43:
 ===== Notes ===== ===== Notes =====
   * Adding CC or BCC addresses may need a tweak to the code. [[http://forum.foxycart.com/comments.php?DiscussionID=2216&page=1#Item_0|Described here]].   * Adding CC or BCC addresses may need a tweak to the code. [[http://forum.foxycart.com/comments.php?DiscussionID=2216&page=1#Item_0|Described here]].
 +  * Another possible bug fix is [[http://forum.foxycart.com/comments.php?DiscussionID=2216&page=1#Item_2|here]].

Site Tools