CMS Version
1.8.1
Installed Modules
CGExtensions
1.19.2
CGSimpleSmarty
1.4.5
Products
2.8.3
CGEcommerceBase
1.2.2
Cart
1.7.2
PHP Information:
Current PHP Version (phpversion):
5.2.13
md5 function (md5_function):
On (True)
GD version (gd_version):
2
tempnam function (tempnam_function):
On (True)
Magic quotes in runtime (magic_quotes_runtime):
Off (False)
Is E_STRICT disabled in error_reporting (E_STRICT):
PHP Effective Memory Limit (memory_limit):
64M
Maximum Execution Time (max_execution_time):
30
PHP output_buffering (output_buffering):
4096
PHP Safe Mode (safe_mode):
Off (False)
File uploads (file_uploads):
On (True)
Maximum Post Size (post_max_size):
8M
Maximum Upload Size (upload_max_filesize):
10M
Session Save Path (session_save_path):
No check because open basedir active
Sessions are allowed to use Cookies (session_use_cookies):
On (True)
Basic XML (expat) support (xml_function):
On (True)
Checking if the httpd process can create a file inside of a directory it created (create_dir_and_file):
fsockopen: Connection ok!
fopen: Connection ok!
Test ini_set (check_ini_set):
On (True)
Server Information:
Server API (server_api):
apache2handler
Server Database (server_db_type):
MySQL (mysql)
Server Database Version (server_db_version):
5.0.45
Server Software (server_software):
Apache/2.2.3 (CentOS)
Server Operating System (server_os):
Linux 2.6.9-023stab048.6-enterprise On i686
AND now the problem...
We have Products module set to {Products action="hierarchy"}
which displays a list of all the root level hierarchy items. For example like this:
1.
2.
3.
4.
What we want to do is then click on those hierarchy items to drill down into their children. Then click on the children to display the products in that childs level. For example:
Click on 1. and you get shown
1.1
1.2
1.3
1.4
Click on 2. and you get
2.1
2.2
2.3
2.4
Then I want to be able to click on 1.1 and be shown all the products that are in that level or if there are any further children, display them too.
Any help or pointers on this would be greatly appreciated. Seems like such a basic feature of product hierarchy but doesnt seem to work. Weve tried using this {Products hierarchy='trucks*'} with the default action aswell but that doesnt seem to work either...
HELP!
