Search found 1 match
- Tue Dec 04, 2012 2:25 pm
- Forum: AbleCommerce 7.0 Asp.Net Shopping Cart
- Topic: #include and #parse in email templates
- Replies: 1
- Views: 2697
Re: #include and #parse in email templates
For anybody who has this same problem, I was able to get around it by putting the following code in the Init function of a custom http module. //create new NVelocityEngine object - without calling a constructor CommerceBuilder.Messaging.NVelocityEngine newEngine = (CommerceBuilder.Messaging.NVelocit...