sitehatchery.com Posted January 10, 2006 Posted January 10, 2006 In IE, the products show up. But in Firefox, they don't. very strange. I think - and this is my best guess - it has to do with the $cPath variable. in IE, the same set of products has a "_", but Firefox does not for some reason. So, in the includes/top.php file, when it tries to implode the cPath variable with the "_", of course it doesn't do it because it's not there. I don't know why. Has anyone else had this problem?
sitehatchery.com Posted January 10, 2006 Author Posted January 10, 2006 I take that back... I must have been looking at it wrong. The cPath is the same in both IE and Firefox. I've checked all the tables to make sure that all the rows, columns and tables have matching closing tags, and they do. I can't figure this out. Anyone?
sitehatchery.com Posted January 10, 2006 Author Posted January 10, 2006 Ok, I've figured it out after hours of work. LOL - it was in product_listing.php where it shows the following: $list_box_contents[$cur_row][] = array('align' => $lc_align, 'params' => 'class="productList"', 'text' => $lc_text); the class "productList" is my own class, but I had something else there that didn't make sense for what I was trying to accomplish. Firefox freaked out and blocked all the output (as it probably should have), but IE was more forgiving and displayed the output anyway. Thought I'd post this in case someone else has trouble.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.