Results 1 to 4 of 4

Thread: Order form template too large ?

  1. #1
    Join Date
    Mar 2007
    Location
    Montreal
    Posts
    221

    Arrow Order form template too large ?

    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.
    Attached Images Attached Images

  2. #2
    Join Date
    Sep 2007
    Location
    Jimboomba, Qld. AU
    Posts
    2,291

    Default

    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.ordernotesdescript ion}'){ldelim}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

  3. #3
    Join Date
    Mar 2007
    Location
    Montreal
    Posts
    221

    Default

    Thanks for the super prompt response !! It's fixed

  4. #4
    Join Date
    Sep 2007
    Location
    Jimboomba, Qld. AU
    Posts
    2,291

    Default

    No Problem... you may want to fix the link to your terms & Conditions as well