Hello everybody,
I've already asked this question before, but with no response. So I tried it myself again but wih no good results. So, if someone could help me I would be very pleased...
I need to output products on a website from a mysql database. But next to eachother and also beneith eachother.
I've tried it with the limit parameter in the query, but this can just output one row horizontally with x products or x products vertically... (Whith the while {} command)I'll need to create a query including a dynimic LIMIT for each row! There must be an easier way...
So, for a start I want to create a square with 3 products horizontally and 5 products verticaly (total of 15). How can I do this
Thanx in advance.