On Thu, Oct 2, 2008 at 9:27 AM, mengkuan <[EMAIL PROTECTED]> wrote: > > How does one go about removing unnecessary whitespace in the email > generated when an order is completed? Specifically in the file satchmo/ > templates/email/order_complete.txt. >
1) Make a templates directory for your store 2) Add it to your TEMPLATE_DIRS at the top of the list so that it will be first in the search order 3) Make a directory in your new templates dir: satchmo/templates/email/ 4) Copy the file in there and edit to your desire. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en -~----------~----~----~----~------~----~------~--~---
