Hi Everyone,
I have been reading all the pagination links I can find, and specifically honed in on weedpackets solution (who else has an IQ like him 🙂 ) and I cannot begin to use his method with my requirements in this case.
Here is the link.
His solution will display the layout, but not let me break apart the results based on a field type.
IE,
His (awesome) solution would let me layout the page like this.
1 2 3 4
5 6 7 8
9 10
But I need the left 2 columns to be DVDs (items 1,2,5,6,9,10 in this case) (TypeID=0) and the right 2 columns, to be non-DVDs (Items 3,4,7,8) (TypeID=1).
Obviously the products are sortable by TypeID, but I cannot seem to modify his solution with that in mind.
For neatness sake, the left columns will always have more items, so the final displayed layout will not be right-side heavy.
I appreciate any help on this at all.
Thanks,
Don