nVelocity usage
Posted: Sat Nov 01, 2008 7:44 am
I've been looking thru the source code to find out how nVelocity has been integrated with Able and possibly how to add other parameters/events. In the StoreEventEngine.cs and ScripletPart.cs, there are references to things like
Is that where they get integrated with nVelocity? So anything in the classes for store, order, users, products, payments? The Able wiki reference doesn't show events, for example. Is anything in the Stores namespace available for parameter usage?
Code: Select all
parameters["order"] = order;
parameters["customer"] = order.User;
parameters["oldstatusname"] = oldStatusName;
ProcessEmails(StoreEvent.OrderStatusUpdated, parameters);