Hi,
The default Email provider IS a gateway! ;-) Even if just emails are sent. This is usefull for websites like the one of your client accepting only cash, check or money order.
Currently the version 02.01.40 is a BETA and you can download it at Codeplex. DO NOT USE IT IN PRODUCTION!!! I will continue to enhance and correct bugs found (if any). In the next beta 02.01.41, I expect to add the new email system using classic token like the one you can use in the Text/HTML module to replace the {n} currently used. As a sample, you will be able to change/adapt the email sent in only ONE resource and it could look like this (NOT FINISHED YET):
Thank you for placing an order with [Store:Name].
Please find below your order number and a summary of your order. If you have created an account, you can check the status of your order at any time by logging into our site and clicking the [Store:ShoppingCartPageName] link. If you have any questions about your order, please feel free to contact us at [Store:EmailAddress], or simply reply to this message.
Order Number: [Order:OrderID] - Order Date: [Order:OrderDate]
Order Contents
[DETAILS]
[OrderDetail:ProductTitle] x [OrderDetail:Quantity] @ [OrderDetail:ExtendedAmount]
[/DETAILS]
Sub-Total: [Order:OrderTotal]
Shipping & Handling: [Order:ShippingCost]
Tax: [Order:TaxTotal]
Total: [Order:GrandTotal]
and so on...
With the new system, you will be able to simply remove a line if you don't need it like 'Shipping & Handling:' in your case. I can't give you a date for the final stable realase because it depends on:
- The time I can devote to the project. I have to work too for eating!
- How many Store users participate to the BETA tests and reports here. Currently ONLY 3 users have participated!!! :-(
Gilles