alright,
click category Televisions, notice the 6 sideboxes directly related to that category & product_type
Now select Plasma in the TV Display Technology Sidebox
Notice all the TV Sideboxes disappear.
I used the following to hide the sideboxes except when viewing category (Televisions)
Code:
if ($electronic_tv_3d_technology->RecordCount()>0 and (isset($cPath) and $cPath == '1')) {
$number_of_rows = $electronic_tv_3d_technology->RecordCount()+1;
So I guess I am looking for help to keep these product_type sideboxes present as you filter through. Or a suggestion to another way of accomplishing this with zen!
Any help or suggestions would greatly be appreciated.