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
|