I have managed to create a table displaying the prices but so far without a column or row headers which is proving to be the tricky part.
I have created a custom variable to store the number of columns I required (4 in this case) and have used lists to insert a <tr> and </tr> on every forth item.
Comment