Well, what this code does is post certain items in a 2x3 row/column setup.
First it shows the item image, then item details, such as what age is required to use the item, how many pieces the item package consists of and so on.
So it's kinda like a little catalog basically.
Problem is that you can only search by category, not subcategory.
So the code was fine, then I added the $cat variable, and I would add a &cat=wtv in the query string on the url.
So I would get all items related to that subcat.
But I'm getting the image filename assigned to the $cat variable, which is why my images aren't showing.
As well as other variables having the wrong values assigned to them.
I need to know where the value is being assigned to the wrong variable. That's all basically.
I did narrow it down, I BELIEVE it's the $prod array, which $products uses.
Would you be able to help me out now?
I would very much appreciate it.
Thx
MK