freshwebmedia Posted May 6, 2010 Share Posted May 6, 2010 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. What file do i need to edit and how should i go about it. Cheers Shannon 0 Quote Link to comment Share on other sites More sharing options...
freshwebmedia Posted May 8, 2010 Author Share Posted May 8, 2010 Please can someone help I have spent hours on this and its driving me nuts... 0 Quote Link to comment Share on other sites More sharing options...
robb3369 Posted May 8, 2010 Share Posted May 8, 2010 (edited) 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 May 8, 2010 by robb3369 spelng eror.... 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.