View Single Post
  #5  
Old 02-16-2009, 05:55 AM
 
robertswww robertswww is offline
 

X-Adept
  
Join Date: Jul 2003
Posts: 586
 

Default Re: Urgent help needed.

Hi Tim,

To add additional "Departments", you will need to edit the file:
skin1/help/contactus.tpl

Additional details...

NOTE: To get the additional departments to show, you may need to comment out the 2 IF statements around Line 240 and Line 244:
{* {if $default_fields.department.avail eq 'Y'} *}
{* {if $default_fields.department.required eq 'Y'} *}

and the 2 closing IF statements around Line 246 and Line 260:
{* {/if} *}
{* {/if} *}

Then, just insert your additional departments into a new option around Line 250, for example to add Advertising to the drop-down:
<option value="Advertising">{$lng.lbl_advertising}</option>

You will probably want to create your own labels.

Robert
__________________
X-cart 4.1.10
Reply With Quote