In 7.0.3 there's some nifty new email features in the Manage Users page.
When you're using that HTML editor to build an email, is nVelocity scripting available i.e. $user.FirstName etc?
If so, what data class(es) is/are available? I would assume $store and $user but I'm not sure....
Can the Email Selected Users feature use nVelocity?
Can the Email Selected Users feature use nVelocity?
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com
- Logan Rhodehamel
- Developer
- Posts: 4116
- Joined: Wed Dec 10, 2003 5:26 pm
Re: Can the Email Selected Users feature use nVelocity?
Yes, but $store and $customer are all you get there.
${customer.PrimaryAddress.FirstName}
A lot of related data can be obtained from these two variables though...
${customer.PrimaryAddress.FirstName}
A lot of related data can be obtained from these two variables though...
Cheers,
Logan
.com
If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.
Logan

If I do not respond to an unsolicited private message, it's not because I'm ignoring you. It's because the answer to your question is valuable to others. Try the new topic button.