Jump to content

portal and comparison cart registration fields way off target


durangod

Recommended Posts

Hi if you use the portal and you use the comparison cart you will notice on the view cart page down at the bottom the registration area (not logged in) which is all messed up, fields are way too long and overlap other fields on the page.

 

Fix..

 

Just go to templates - orderforms - comparison and open the file viewcart.tpl

 

scrll down just a bit, about half way and you will see this

 

<table width="100%" cellpadding="2">

<tr><td width="100">{$LANG.clientareafirstname}</td><td>{if $loggedin}{$clientsdetails.firstname}{else}<input type="text" name="firstname" style="width:80%;" value="{$clientsdetails.firstname}" />{/if}</td></tr>

 

 

The problem is the style="width:80%;"

 

Remove the style="width:80%;" and replace it with size="30"

 

do this starting with firstname and continue all the way down the inputs and the last one will be state which size="25" is enough.

 

Now save and refresh your page, this should have put everything in line again.

 

Peace.

 

ps. thats a first i have seen that, i dont know what they were thinking. 80% omg

Link to comment
Share on other sites

After a conversation with matt from support i need a favor, is anyone else having the problem with overlapping of page content on the portal and comparrison cart, on the order summary page, not logged in, and the order form on the bottom, is it overlapping for anyone else.

 

I have not made any changes that would effect this, not in CSS and not in template, but yet matt is not having the issue and i am. I wonder why. Can you take a look and tell me if yours looks fine also or not.

 

Thanks.

 

ps matt is telling me that the 80% is in the first td (not very wide) and that does not make sense, to me (and i proved it with my fix) that the width80% is making the field itself 80% not the whole box. Am i nuts here or what lmao

Edited by durangod
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated