In the middle of creating a new addon and in my update.tpl form I'm trying to have a select box with the recent order list in it, then once an item is selected, parse the value to specific fields.
The parsing bit can simply be done by javascript with the value field of the select having contatenated values from a table, though where do I have to put the code for the database lookup?
hope that makes sense
|