Jump to content

formatting of additionaldomainfields.php


Recommended Posts

Hi, I am trying to make my site look nice but i am struggling on what to do to align the fields for the info that pops up for .com.au domains. I want it to look uniform and have the text boxes in their own column.

 

help.png

 

What file do i need to edit and how should i go about it.

 

Cheers :oops:

 

Shannon

Link to comment
Share on other sites

Check in your cart template directory for configureproduct.tpl and look for the $additionaldomainfields section like this:

{if $additionaldomainfields}
<table width="100%" border="0" cellpadding="0" cellspacing="0" class="frame">
 {foreach key=domainfieldname item=domainfield from=$additionaldomainfields}
 <tr>
   <td width="150" class="fieldarea">{$domainfieldname}</td>
   <td>{$domainfield}</td>
 </tr>
 {/foreach}
</table>
{/if}

Edited by robb3369
spelng eror....
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