X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   contact us department (https://forum.x-cart.com/showthread.php?t=13890)

subzero 05-09-2005 01:31 PM

contact us department
 
hi wen u click contact us there is a drop down box saying which department u wanna pick,how do u change this 2 ure preference

thanku

balinor 05-09-2005 04:45 PM

Edit this bunch of code in help/contactus.tpl:

Code:

<TR valign="middle">
<TD class="FormButton">{$lng.lbl_department}</TD>
<TD><FONT class="Star">*</FONT></TD>
<TD nowrap>
<SELECT id="department" name="department">
<OPTION value="All" selected>{$lng.lbl_all}</OPTION>
<OPTION value="Partners">{$lng.lbl_partners}</OPTION>
<OPTION value="Marketing / publicity">{$lng.lbl_marketing_publicity}</OPTION>
<OPTION value="Webdesign">{$lng.lbl_web_design}</OPTION>
<OPTION value="Sales">{$lng.lbl_sales}</OPTION>
</SELECT>
</TD>
</TR>


subzero 05-09-2005 06:20 PM

thanx bro :)


All times are GMT -8. The time now is 10:56 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.