Hey guys,
I have a setup where my company is hosting a product information catalog through Umbraco, there is no e-commerce however.
The nodes are setup like this.....
Code:
PRODUCTS
A
Item 1
Item 2
Item 3
B
Item 4
Item 5
Item 6
C
Item 7
Item 8
Item 9
D
Item 10
Item 11
Item 12
etc.
(BTW I know code probably isn't the best way to show this table, but I don't know a better way on these forums. If you can let me in on that secret, that would be great. Thanks)
I need to cycle through all of those Item nodes, and find out in each item if the item is new, and then from there, randomly select one of those item nodes, and output data from it on my homepage. What is the easiest and most efficient solution to this problem, there are circa 2000 items involved.
Thanks,
Jeremy