Zen Cart Logo
Forums / General Questions / New Products Don't Display in Internet Explorer

New Products Don't Display in Internet Explorer

Locked

Views: 1,277

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
9 Jun 2009, 6:31 PM
#1
lndlyb4 avatar

lndlyb4

New Zenner

Join Date:
Mar 2009
Posts:
78
Plugin Contributions:
0

New Products Don't Display in Internet Explorer

Hi,

The entire "New Products" table at the bottom of my Product Listing page disappears in Internet Explorer 7. It shows perfectly in Firefox.

Also, only 7 (of 18) of the products show up on the first page of the product list in Internet Explorer 7 while in Firefox all 10 show up.

Here is the link to the page:

http://blackoliveeastnursery.net/zenCart/index.php?main_page=index&cPath=7

Thanks in advance for any advice.

p.s. I did search through the forums, but didn't see the issue addressed.

I thought perhaps it had to do with quotation marks in the titles or descriptions of the products, but it didn't seem to solve the problem when I removed quotes.

9 Jun 2009, 7:31 PM
#2
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

Re: New Products Don't Display in Internet Explorer

Hmmm... try getting rid of the line marked in red from your stylesheet.css (line 678)

#indexProductList {
height:1300px;
margin-left:0;
padding-left:0;
}

the content of the following file;
../../custom_1/css/newStyles_custom_1.css
appears to have HTML --- it needs to be CSS only... and is causing problems for IE

9 Jun 2009, 8:12 PM
#3
lndlyb4 avatar

lndlyb4

New Zenner

Join Date:
Mar 2009
Posts:
78
Plugin Contributions:
0

Re: New Products Don't Display in Internet Explorer

s_t_e_v_e

Your suggestion worked like a charm!

Thank you for taking the time to respond.

Not sure when I set the height on #indexProductList or why. But I should've checked it in IE at the time. (I should have left a comment to myself as well.)

Again,

Thanks for helping me to dig out of another hole I fell in.

10 Jun 2009, 5:53 PM
#4
schtoo avatar

schtoo

New Zenner

Join Date:
Apr 2009
Location:
Japan.
Posts:
21
Plugin Contributions:
0

Re: New Products Don't Display in Internet Explorer

Actually, I can't get any new products to display anywhere so I hope you don't mind if I tack onto the end of this thread.

Also getting an error of;

1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '-0, 0' at line 11
in:
[SELECT p.products_id, p.products_type, pd.products_name, p.products_image, p.products_price, p.products_tax_class_id, p.products_date_added, m.manufacturers_name, p.products_model, p.products_quantity, p.products_weight, p.product_is_call, p.product_is_always_free_shipping, p.products_qty_box_status, p.master_categories_id FROM products p LEFT JOIN manufacturers m ON (p.manufacturers_id = m.manufacturers_id), products_description pd WHERE p.products_status = 1 AND p.products_id = pd.products_id AND pd.language_id = 1 order by p.products_date_added DESC, pd.products_name limit -0, 0]

I guess that suggests something more serious...

Site is http://www.toolsfromjapan.com/store/ with the asterisks removed.

And yes, it does need more work before it works.

I hope someone can help.

Thanks. :smile:

10 Jun 2009, 5:56 PM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: New Products Don't Display in Internet Explorer

Check the Configuration ... Maximum Values ... sounds like you have some things set to 0 ... :unsure:

11 Jun 2009, 12:27 AM
#6
schtoo avatar

schtoo

New Zenner

Join Date:
Apr 2009
Location:
Japan.
Posts:
21
Plugin Contributions:
0

Re: New Products Don't Display in Internet Explorer

Umm. Do you know how many times I checked the max values looking for it, and never saw the problem? :blush:

Arigato Oba-chama. :yes:

11 Jun 2009, 2:45 AM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: New Products Don't Display in Internet Explorer

Thanks for the update that all is working now ... :smile: