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)
-   -   Change departments in contact us form (https://forum.x-cart.com/showthread.php?t=7501)

info@bodymarcat.com 05-08-2004 10:48 AM

Change departments in contact us form
 
I have looked and am sure I am just missing it.
Where can I change the items in the department drop down on the contact us form.

Also any tips on creating my own forms to be filled in and sent to my mailbox would be appreciated.

jeremye 05-18-2004 09:28 AM

Edit skin1/help/contactus.tpl, lines 150-154 (for my version).

Look for:
Code:

<select 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>


You will have to login to the admin area and edit the variables you see above (lng.lbl_all, partners, etc). Or create new variables in the LNG section, OR just hard code the values in the TPL.

HTH.


All times are GMT -8. The time now is 09:36 PM.

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