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)
-   -   Adding customer title options (https://forum.x-cart.com/showthread.php?t=13562)

Readerm 04-22-2005 01:26 PM

Adding customer title options
 
Hello,

How can I add or replace existing customer title options such as Mr., Ms. etc.?

Thanx.

sportruck 04-22-2005 02:22 PM

See config.php

Code:

#
# Defined Titles
#
$name_titles = array("Mr.","Mrs.","Ms.");
$smarty->assign("name_titles",$name_titles);


Readerm 04-23-2005 12:51 AM

THANK YOU!
 
Thanx! :D


All times are GMT -8. The time now is 02:57 PM.

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