Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Products not showing up


sitehatchery.com

Recommended Posts

Posted

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?

Posted

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?

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...