|
|
|
Forum Guru
      
Group: Forum Members
Last Login: 11/9/2009 3:44:34 PM
Posts: 64,
Visits: 169
|
|
| Does anyone know where I can get a copy of the standard default system issued order email templates (with the variables included in the templates) for both the buyer and admin?
|
|
|
|
|
BISI Admin
Group: Administrators
Last Login: Today @ 1:01:53 AM
Posts: 2,978,
Visits: 8,615
|
|
You can obtain the standard templates at:
http://app.buyitsellit.com/admin/settings/email/
You use the "Reset to Default" if you have a modified one.
---------------------
Tomas
Follow BISI on twitter!
|
|
|
|
|
BISI Guru
      
Group: Forum Members
Last Login: Yesterday @ 3:37:33 PM
Posts: 2,782,
Visits: 6,858
|
|
You can't use all the variables in the standard templates when you create a custom template. For example, these variables don't work:
$Order.OrderDate
$Order.OrderTotal
$Order.ShippingMethod
These do work. There may be others as well:
$Order.FirstName
$Order.LastName
$Order.StoreTitle
I have a custom template that I'd love to use but it doesn't work properly.
The code:
Hi $Order.FirstName.
Just a note to let you know that we haven't received payment yet for the invoice #$OrderID. Total amount due is $Order.OrderTotal. If you have already sent a check, please let me know and I'll hold the order open for you. Otherwise, the order will be deleted in five days if payment is not received.
The resulting email:
Hi Pamela.
Just a note to let you know that we haven't received payment yet for the invoice #2024. Total amount due is $Order.OrderTotal. If you have already sent a check, please let me know and I'll hold the order open for you. Otherwise, the order will be deleted in five days if payment is not received.
~ Gayla

|
|
|
|
|
BISI Guru
      
Group: Forum Members
Last Login: Yesterday @ 7:55:26 PM
Posts: 124,
Visits: 2,837
|
|
Gayla --
I second your requests and add another. I've requested this in a support ticket and Tomas said he would add it to the To Do list, but it hasn't been implemented you.
I would like this code enabled for custom email:
#foreach($Item in $OrderItems)
$Item.Quantity x $Item.ProductTitle ($Item.TotalPrice)
#end
I want to be able to tell my customers what is in the package that I have shipped!
Susan Kits 'n More — Christmas Ornament and Beaded Banner Kits
Follow me on Twitter!

|
|
|
|
|
Forum Guru
      
Group: Forum Members
Last Login: 11/9/2009 3:44:34 PM
Posts: 64,
Visits: 169
|
|
| I really hope to see this improved soon.
|
|
|
|