Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
Shopping Cart Software Forum for Ecommerce Templates
Home | Profile | Register | Active Topics | Members | Search | FAQ
Click Here To Login
Forgot your Password?



Find us on Facebook

Follow us on Twitter

View our YouTube channel

Ecommerce Templates on Google Plus


 All Forums
 Technical
 ASP (Windows server) versions
 Products Detail Page Alignment
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

interprollc
Advanced Member

USA
258 Posts

Posted - 05/16/2012 :  11:15  Show Profile
Hi,

I'm trying to align everything to the left on my products detail page. So far I was able to align the Product Id, Product Name , Long Descp. Price, using the css style file adding this:

div.detaildescription {
font-size: 12px;
text-align:left;
}
div.detailid {
text-align:left;
}
div.detailname {
text-align:left;
}
div.detailoptions {
text-align:left;
}
div.detailprice {
text-align:left;
}

But somehow the middle part where they qty box and quantity pricing table are, I wasn't able to align to left. Any ideas?

Also how can I place the qty box right next to the text "Quantity"

See sample page below:
http://www.intermats.com/proddetail.asp?prod=IM1383246

Thanks

Joe

Andy
Administrator

69479 Posts

Posted - 05/16/2012 :  11:17  Show Profile
Hi

That won't be possible as the quantity box and field are in separate table cells. That is possible however in 6.2 with the css layouts.

Andy

Ecommerce templates

ECT newsletter
ECT hosting suggestions

Dreamweaver templates

Follow us on Twitter, Facebook, Google + and YouTube



Go to Top of Page

interprollc
Advanced Member

USA
258 Posts

Posted - 05/16/2012 :  11:32  Show Profile
Hi Andy,

I got the 6.2 version. How can I accomplish that?

Thanks

Go to Top of Page

Andy
Administrator

69479 Posts

Posted - 05/16/2012 :  11:49  Show Profile
You would need to switch to a the css layout as per the help file here http://www.ecommercetemplates.com/help/css-layouts.asp

On a live site this is initially going to look messy til you get the classes set up so I'd work on a test page / site first.

Andy

Ecommerce templates

ECT newsletter
ECT hosting suggestions

Dreamweaver templates

Follow us on Twitter, Facebook, Google + and YouTube



Go to Top of Page

interprollc
Advanced Member

USA
258 Posts

Posted - 05/16/2012 :  11:53  Show Profile
ok this will be something that it will take some time, can't do it now. But what about the qty box can i move that or is not possible without making this change.

Thanks


Go to Top of Page

Andy
Administrator

69479 Posts

Posted - 05/16/2012 :  12:20  Show Profile
The quantity box is fine in Firefox but not in IE. I tried validating your page and there are quite a few errors - those may have knock on effects in the display as I don't think it can be a css setting that is causing the problem.

Andy

Ecommerce templates

ECT newsletter
ECT hosting suggestions

Dreamweaver templates

Follow us on Twitter, Facebook, Google + and YouTube



Go to Top of Page

interprollc
Advanced Member

USA
258 Posts

Posted - 05/16/2012 :  13:54  Show Profile
Do you think it has to do with the quantity pricing mod maybe? The other pages ( without the mod) look all right:

http://www.intermats.com/Waterhog-Classic-Entrance-Mat.asp

Thanks
Go to Top of Page

Sinbad
Administrator

USA
53944 Posts

Posted - 05/16/2012 :  14:12  Show Profile
Hi you can float the table to the left using .tblqtydisc {float: left} in the style.css but the text Quantity Pricing does not align left it would be best to send the developer a email asking which page to change that.

Winners never quit, quitters never win
User Manual for Ecommerce Templates
Go to Top of Page

interprollc
Advanced Member

USA
258 Posts

Posted - 05/16/2012 :  14:25  Show Profile
Thanks Sinbad. I did emailed Mke @ DLSS before posting here and he said that the centering is in the ECT code and not part of the mod.

The table part is not a big issue I'm more concern on the quantity box, it should lay right next to the text without all that spacing.

The weird thing is if I add another option to the item. I comes out ok, see here:
http://www.intermats.com/proddetail.asp?prod=1194503

Thanks
Joe
Go to Top of Page

Andy
Administrator

69479 Posts

Posted - 05/17/2012 :  03:30  Show Profile
As a quick test, can you remove the quantity pricing from one detail page and let us know if you still get the alignment problem?

Andy

Ecommerce templates

ECT newsletter
ECT hosting suggestions

Dreamweaver templates

Follow us on Twitter, Facebook, Google + and YouTube



Go to Top of Page

interprollc
Advanced Member

USA
258 Posts

Posted - 05/17/2012 :  09:43  Show Profile
Ok I just did that to this item:

http://www.intermats.com/proddetail.asp?prod=IM1379407

Still it shows with the spacing, so the quantity mod is out of the question.

I'm sure this started to happend after the latest updated to 6.2v. Because I never notice it before.

Thanks

Joe
Go to Top of Page

Andy
Administrator

69479 Posts

Posted - 05/17/2012 :  10:10  Show Profile
The code for quantity text and input is the following

<table border="0" cellspacing="1" cellpadding="1" width="100%">
<tr>
<td align="right">Quantity:</td>
<td><input type="text" name="quant" maxlength="5" size="4" value="1" alt="Quantity" />
</td>
</tr>
</table>

so there's nothing there shifting the quantity box to the right in IE. If it's not the quantity discount table then it must be something else in your previous code that is causing it. As I said at the beginning there are a lot of validation problems, for example you have <p> tags around a table, it's things like that which can have knock on effects.

Andy

Ecommerce templates

ECT newsletter
ECT hosting suggestions

Dreamweaver templates

Follow us on Twitter, Facebook, Google + and YouTube



Go to Top of Page

interprollc
Advanced Member

USA
258 Posts

Posted - 05/17/2012 :  10:17  Show Profile
Thank you Andy, can you direct me where to go to check for the validation errors? Maybe I can start to fix some of those.

Joe
Go to Top of Page

Andy
Administrator

69479 Posts

Posted - 05/17/2012 :  10:29  Show Profile
This is the one I was looking at

http://validator.w3.org/

Andy

Ecommerce templates

ECT newsletter
ECT hosting suggestions

Dreamweaver templates

Follow us on Twitter, Facebook, Google + and YouTube



Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2013 ecommercetemplates.com Go To Top Of Page
This page was generated in 0.08 seconds. Snitz Forums 2000