PDA

View Full Version : Order form template too large ?



ramystyle
06-09-09, 02:19 AM
Since the upgrade to v4, I have noticed that when getting to the order form, the templates sticks out of our template.. Here's a screen shot..

Any help on how I should go to resolve this ?

Thank you.

sparky
06-09-09, 02:50 AM
Open viewcart.tpl and find this towards the bottom

{if $shownotesfield}
<h3>{$LANG.ordernotes}</h3>
<p align="center">
<textarea name="notes" rows="4" cols="100" onfocus="if(this.value=='{$LANG.ordernotesdescription}'){ld elim}this.value='';{rdelim}" onblur="if (this.value==''){ldelim}this.value='{$LANG.orderno tesdescription}';{rdelim}">{$notes}</textarea>
</p>
{/if}
Alter the value of cols (highlighted/bolded above) to suit your template width

ramystyle
06-09-09, 03:21 AM
Thanks for the super prompt response !! It's fixed :)

sparky
06-09-09, 04:37 AM
No Problem... you may want to fix the link to your terms & Conditions as well