I use ML 9.
Appears a blank scroll down box on the top left corner of the product page.
see this link http://www.isoundstore.com/p-2-isoun...-jazzer-5.aspx
no idea what's wrong.
Jerry
I use ML 9.
Appears a blank scroll down box on the top left corner of the product page.
see this link http://www.isoundstore.com/p-2-isoun...-jazzer-5.aspx
no idea what's wrong.
Jerry
Your link doesn't resolve....
http://www.isoundstore.com/p-1-isoun...-rocker-7.aspx
or enter isoundstore.com and click any product.
thank you!
Last edited by boomingisland; 09-13-2010 at 03:02 PM.
Use a firebug, right click on that blank scroll bar, and inspect element. You can see this particular line:
it seems that you've specified that somewhere in your template.master (template.ascx).Code:<iframe width="400" height="100" frameborder="0" scrolling="yes" src="empty.htm" noresize="" marginwidth="0" marginheight="0" vspace="0" hspace="0" id="RateCommentFrm" name="RateCommentFrm"></iframe>
This is fresh install. I only modified style.css and AppConfig.
Then, it could be a problem with the modifications you made in style.css. Try to roll back those changes, or perhaps, back it up and use the stock file instead. We'll see if that's really the issue.
i replaced new style.css file and template.master file.
still have same problem.
View your template and XML package
That is the code causing the problem. Just remove it and your webpage is fine.C#/VB.NET Code:
<div id="RateCommentDiv" name="RateCommentDiv" style="position:absolute; left:0px; top:0px; visibility:visible; z-index:2000; ">
<iframe name="RateCommentFrm" id="RateCommentFrm" width="400" height="100" hspace="0" vspace="0" marginheight="0" marginwidth="0" frameborder="0" noresize="" scrolling="yes" src="empty.htm"></iframe>
</div>
=====
Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
Execution Mode: 64 Bit
Dot Net Developments - E-commerce By Experience
can you tell exact name of template and XML package?
I couldn't find the code in template.master and XML package.
thank you!
jerry
the code is at the bottom of your product.variantsintableexpanded.xml.config XML package.
just before
the XML package is found under the XMLPackages folderHTML Code:<script type="text/javascript"> function RateComment(ProductID,MyCustomerID,MyVote,RatersCustomerID) { RateCommentFrm.location = 'RateComment.aspx?Productid=' + ProductID + '&VotingCustomerID=' + MyCustomerID + '&MyVote=' + MyVote + '&CustomerID=' + RatersCustomerID } </script>
=====
Version (Code/DB): AspDotNetStorefront MSx 9.1.0.1/9.1.0.0
Execution Mode: 64 Bit
Dot Net Developments - E-commerce By Experience
the code isn't there.
I am sure this problem is caused by Rating function.
If I turn the Rating off, the blank frame is gone too.
problem is fixed. thank you for help!