Quote:
Originally Posted by Vacman
Phil, on 3.4.1 checkout page I notice that the phone number input box is on the same "line" as the zip code input box and on my system it is too small to display the entire phone number as it is entered.
Where should I be looking to adjust the size (width) or preferably drop it to just under the zip code?
|
Hi Phil and Carl, I'm tweaking my checkout page and this was on my list too
In /skin/common_files/main/zipcode.tpl change
Code:
<input type="text" id="{$id|escape}" class="zipcode{if $zip_section} {$zip_section}{/if}" name="{$name|escape}" size="32" maxlength="32" value="{$val|escape}" />
to
Code:
<input type="text" id="{$id|escape}" class="zipcode{if $zip_section} {$zip_section}{/if}" name="{$name|escape}" size="65" maxlength="32" value="{$val|escape}" />
Carl, for your admin mod you wanted please see Phil's addon here
http://forum.x-cart.com/showthread.php?t=71112
Thanks!
Paul