Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The scripting engine behind auto responder email templates and logic steps is Apache Velocity.  It's a Java based scripting engine that runs well within the UltraCart system.

There is a learning curve associated with velocity, but it's also very powerful and fast.

Child pages (Children Display)

 

Requirements

For Email Templates: any valid velocity syntax will do, and is totally optional
For Logic Steps: 1) valid velocity syntax and 2) must #set the variable $result to the name of child step.

...

Apache Velocity Homepage: http://velocity.apache.org/
User Guide: http://velocity.apache.org/engine/releases/velocity-1.6.2/user-guide.html
Reference Guide: http://velocity.apache.org/engine/releases/velocity-1.6.2/vtl-reference-guide.html