Project:
UbercartCategory:
bug reportVersion:
Ubercart 1.0Priority:
criticalStatus:
closedThis is a weird one...
I have build a web site with drupal 5 and added Ubercart 5.x1.0-beta 4 into the site all is working fine except one thing.
When I browse the shops products in fire fox all is fine but if I attempt to load the same page in internet explore 7 no products are viewable weird. I have tried this on offer PC's with the same results.
Its almost as if internet explore cant see the products. I have also tried using internet explore 6 the same happens also
http://www.akiki.co.uk/catalog/11/eggs
The above url should so a list of organic eggs
does any one have any idea why this is happening???



Re: Products not being displayed
I'll bet it's a markup problem, not ubercart.
Probably extra symbol somwhere, which removes "<" or just unclosed tag.
Products not being displayed
Thanks for the fast reply, where would begin to look for something like that???
Thanks, Matt
Re: Products not being displayed
Checkout this stuff http://validator.w3.org/
But also you may download Internet explorer Developer Toolbar to view document's structure in IE and Firebug for Firefox.
I hope at least one of this should help
Re: Products not being displayed
After fast exploring validator output I found this:

(line 76 at this page)
<h1 class="title">
<--- start main content -->
<img><table....
Looks like the table inside <H1> tag
You should be more cautiously
Brain wave
I viewed source from the IE7 built page (http://www.akiki.co.uk/catalog/11/eggs) copied and paste source code from built page into DreamWave, no errors. so I saved the page as 2.htm on desktop and viewed with IE7, I can now see the products that where built but could not be displayed with IE7 ONLINE!!!!
I Upload 2.htm (source code take from built page) to the same web server and checked link with IE7 http://www.akiki.co.uk/2.htm, IE7 cant see them!!!
What the ?%*!
Am I missing something here???
htm file attached
Thanks, matt
Re: Products not being displayed
Hi, Riki_tiki_tavi
Agreed that is an odd place for it to be.
The page its self is being built by Drupal/ubercart and not by my self, the only way I can seem to amended the code is in the page.tpl.php file in the themes folder in drupal, which I originally put together, the seem to be coming from some where else. Is there any other locations where I can amended the code???
I have ran the page.tpl.php through "http://validator.w3.org/check" and used "http://tidy.sourceforge.net/" to clean the code up but still no products are showing in IE7
Thanks, Matt
Got It
I went through the code on the page.tpl.php file and tidied it manually
Working fine now.
Many, many, many thanks for your help and guidance.
Thanks, Matt