Array SFO
The arrays in the StoreFront Template Language are Java List objects . Â
The reference for the List object is here:Â http://docs.oracle.com/javase/7/docs/api/java/util/List.html
Â
Here is a brief tutorial on how to use them with the Apache Velocity Template Language:
http://stackoverflow.com/questions/5683690/how-to-use-for-loop-in-velocity-template
Â