You are here

README.txt in Commerce Invoice Receipt 7.2

Same filename and directory in other branches
  1. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Known issues
 * Support
 * Troubleshooting
 * Sponsorship


INTRODUCTION
------------

This module provides additional printable and HTML e-mailable views of Commerce
Orders. Firstly it setups up a new display on Commerce Orders which you can use 
to customise how elements are displayed. Secondly it provides a rule which will
email the HTML invoice. You have total control over how your invoice will look
through a template.

REQUIREMENTS
------------

This module requires the Emogrifier (http://drupal.org/project/emogrifier)
module to convert stylesheet rules to inline style attributes.

INSTALLATION
------------

 1. Drop the 'commerce_invoice_receipt' folder into the modules directory
    '/sites/all/modules/'.

 2. In your Drupal site, enable the module under Administration -> Modules
    '?q=/admin/modules'.

 3. Setup new Commerce Order display under Store -> Configuration -> Order
    Settings -> Manage Display '?q=admin/commerce/config/order/display'. Click
    on the 'Invoice/Receipt' tab. Unhide any fields you want to use in your
    invoice.

 4. Setup a rule under Store -> Configuration -> Checkout settings -> Checkout 
    rules '?q=admin/commerce/config/checkout/rules'. Then 'Add a checkout rule',
    you'll find an action called 'Send invoice receipt email' under Commerce
    Order that you can use.

OVERRIDDING THE INVOICE TEMPLATE
--------------------------------

If you want to customize the invoice template, copy one or both of these files:
- theme/commerce-order-invoice-view.tpl.php
- theme/commerce_invoice_receipt.css
Paste them anywhere in your theme and edit per your requirements.

KNOWN ISSUES
------------

 * None


TROUBLESHOOTING
---------------

1. Emails being sent out as plain text: 
   Set the site-wide default to HTMLMailSystem
 
SUPPORT
-------

If the problem is with the module, please file a support request at
http://drupal.org/project/issues/commerce_invoice_receipt


SPONSORSHIP
-----------

This module is currently sponsored by Holy Trinity Brompton 
(http://www.htb.org.uk).

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Known issues
  7. * Support
  8. * Troubleshooting
  9. * Sponsorship
  10. INTRODUCTION
  11. ------------
  12. This module provides additional printable and HTML e-mailable views of Commerce
  13. Orders. Firstly it setups up a new display on Commerce Orders which you can use
  14. to customise how elements are displayed. Secondly it provides a rule which will
  15. email the HTML invoice. You have total control over how your invoice will look
  16. through a template.
  17. REQUIREMENTS
  18. ------------
  19. This module requires the Emogrifier (http://drupal.org/project/emogrifier)
  20. module to convert stylesheet rules to inline style attributes.
  21. INSTALLATION
  22. ------------
  23. 1. Drop the 'commerce_invoice_receipt' folder into the modules directory
  24. '/sites/all/modules/'.
  25. 2. In your Drupal site, enable the module under Administration -> Modules
  26. '?q=/admin/modules'.
  27. 3. Setup new Commerce Order display under Store -> Configuration -> Order
  28. Settings -> Manage Display '?q=admin/commerce/config/order/display'. Click
  29. on the 'Invoice/Receipt' tab. Unhide any fields you want to use in your
  30. invoice.
  31. 4. Setup a rule under Store -> Configuration -> Checkout settings -> Checkout
  32. rules '?q=admin/commerce/config/checkout/rules'. Then 'Add a checkout rule',
  33. you'll find an action called 'Send invoice receipt email' under Commerce
  34. Order that you can use.
  35. OVERRIDDING THE INVOICE TEMPLATE
  36. --------------------------------
  37. If you want to customize the invoice template, copy one or both of these files:
  38. - theme/commerce-order-invoice-view.tpl.php
  39. - theme/commerce_invoice_receipt.css
  40. Paste them anywhere in your theme and edit per your requirements.
  41. KNOWN ISSUES
  42. ------------
  43. * None
  44. TROUBLESHOOTING
  45. ---------------
  46. 1. Emails being sent out as plain text:
  47. Set the site-wide default to HTMLMailSystem
  48. SUPPORT
  49. -------
  50. If the problem is with the module, please file a support request at
  51. http://drupal.org/project/issues/commerce_invoice_receipt
  52. SPONSORSHIP
  53. -----------
  54. This module is currently sponsored by Holy Trinity Brompton
  55. (http://www.htb.org.uk).