Is there a way to keep Shopsite from displaying the entire media directory tree structure?
If you happen to maintain your image files in a fairly large set of sub-directories, it
takes a long time for Shopsite to parse and display the tree, and it displays the entire
tree.
If I have the following structure:
dir1/sub1
dir1/sub2
dir2/sub1
dir2/sub2
dir3/a/b/c/d/e/f/g/h/i/j
Shopsite displays:
dir1
sub1
sub2
dir2
sub1
sub2
a
b
c
d
(etc)
What it should be doing (and I'm hoping has a configuration option for) is to have it display:
dir1
dir2
a
and when I descend into directory a, it should show:
b
and so on, one level at a time.
Is there a way to get it to work properly?
Thanks,
- dc