Hi, im looking for a bit of code that I can use which would display the number of sub-sections within a section..ie
Rock Salt - 5 sub sections
Snow Chains - 2 sub sections
Sledges - 1 sub section
People to push car - 6 sub sections
On the site im building they wanted one product per page, therefore I have the product sat in a sub section, which in turn is in a section.
I found this thread http://community.actinic.com/showthread.php?t=29616 which can display the number of products in a section, and ultimately this is what im after (to mimic the sub sections as products)
Ive played around with the code, tried using $sectioncount instead of $productcount but im not a programmer so im stabbing in the dark, has anyone implimented this in the past?
TIA
Rock Salt - 5 sub sections
Snow Chains - 2 sub sections
Sledges - 1 sub section
People to push car - 6 sub sections
On the site im building they wanted one product per page, therefore I have the product sat in a sub section, which in turn is in a section.
I found this thread http://community.actinic.com/showthread.php?t=29616 which can display the number of products in a section, and ultimately this is what im after (to mimic the sub sections as products)
Ive played around with the code, tried using $sectioncount instead of $productcount but im not a programmer so im stabbing in the dark, has anyone implimented this in the past?
TIA
Comment