Page 1 of 1

Can the Email Selected Users feature use nVelocity?

Posted: Tue Sep 08, 2009 7:18 am
by AbleMods
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....

Re: Can the Email Selected Users feature use nVelocity?

Posted: Wed Sep 09, 2009 12:57 pm
by Logan Rhodehamel
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...