I noticed a bit of problem with the two divs put on all listing templates, it can be product listing, reviews listing, etc'. On every page that listing occurs.
The problem lays when I have just ONE item displaying. It then, doesn't show "number of products displayed" and quite obviously, it doesn't split into pages (just 1 product). While it doesn't show any strings, it does SHOW the divs, so if you have, for example, margin-bottom:5px; applied to them you'll have a nasty SPACE instead of the DIV not showing at all.
So I was wondering if there's a PHP statement I could use to make the DIVs show OR not show at all, meaning not just the strings inside it but the whole DIV not being a part of the page as long as there is JUST 1 product or incase all ITEMS are listed in just one page, not showing the split into pages DIV.
I was thinking, maybe I could add <br/><br/> instead of applying MARGIN using CSS, that way, when they don't show there won't be any space. Just an idea, it may have faults so I still want to consult the forum!
You can see an example of what I'm talking about right here:
http://www.hilapc.co.il/index.php?ma...11&language=en
If you use Firefox and Firebug you'll understand in a jiffy.
Thanks a bunch!



