<v:store:previous_orders>
Iterates over all orders previously made by the currently logged in user and renders the text inside once for every element.
Use the <v:debug> tag to see what information is available.
Required Attributes
None.
Optional Attributes
None.
You may use any attributes that are accepted by the <v:collection> tag. You may nest a <v:divider> tag inside this tag to specify a divider that will be shown after a certain number of elements.
Sample Usage
<h1>Your previous orders:</h1> <v:store:previous_orders> <a href="/order?order=<v->"> <v:text path="date" /> - $<v:text path="total" /> </a> </v:store:previous_orders>