Where is this product text coming from?

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Where is this product text coming from?

Post by ZLA » Mon Oct 19, 2009 9:32 am

If you go to this page, http://www.storkgifts.com/sg/Product.aspx?ProductId=52, there is text at the top of the page, coming from some invalid head style tag information. The invalid text comes from this markup:

Code: Select all

<style> .ctl00_PageContent_WebPartZone1_0 { border: none !important; } .ctl00_PageContent_WebPartZone1_2 { display: none; } </style><title>
	Lift Top Toy Box
</title><style type="text/css">
	.ctl00_ContentZone_0 { border-color:Black;border-width:1px;border-style:Solid; }
I checked the product HTML information and it's not from that. No other products show this. The product page, header, sidebars are all correct.

Can someone point me in the right direction?

Thank you.

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Where is this product text coming from?

Post by jmestep » Mon Oct 19, 2009 12:14 pm

I've seen that with two different things. Unclosed tag in the html head input for the product or some meta content generated automatically that was not html encoded to get rid of quotation mark, like 2" tall.
Try adding a /> to close your meta instead of just a >
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Re: Where is this product text coming from?

Post by ZLA » Mon Oct 19, 2009 12:55 pm

Thank you Judy. Unfortunately, that didn't fix it. I also tried removing the <title>...</title> comment from HTML HEAD section as well as some double quotes in the product description. None of them made any difference. And I checked the source so I know it wasn't a page caching issue.

Here is the HTML HEAD data we're using in case I'm missing the obvious:

Code: Select all

<title>Lift Top Toy Box is a Spacious Place to Store Children's Toys! Personalize and Give as a Special Gift!</title>
<meta name="description" content="Stork Gifts offers the Lift Top Toy Box with a hand painted design made especially for your child." />
<meta name="keywords" content="toy box, childrens toy box, childrens storage box, personalized toy box, personalized storage box />
-- ZLA

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Where is this product text coming from?

Post by jmestep » Mon Oct 19, 2009 3:28 pm

If it's the same display page as other products, try taking out each block of text in the admin page and see if that fixes the problem. I have done that to narrow the problems down.
They try running it thru an html validator. I did that and there were some errors that can't be helped, but there was one <h2>Lift Top Toy Box</h1> (wrong closing tag)
You do have two title tags, but that wouldn't have have caused this.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Re: Where is this product text coming from?

Post by ZLA » Mon Oct 19, 2009 5:54 pm

Thank you for the great ideas. I'll try them.

Post Reply