Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6

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.

 

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.

References

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

  • No labels