View Single Post
  #4  
Old 10-27-2002, 11:45 PM
 
syddos syddos is offline
 

eXpert
  
Join Date: Sep 2002
Location: London, England, UK
Posts: 259
 

Default

Hi Amy,

I now understand what you want to do.

The Mr, Mrs etc is in the "config.php" file

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


Just add the other titles you require.


Regarding the "Pull Down Menu" (Option Select List), I assume you would want the info your customers enter, to be included in the stats, and the data stored in the database, I'm not sure about the code required, or how many php/tpl/MySQL/javascript files that would have to be created or altered, it's not a mod I've attempted yet. Perhaps BOOMER may have more info.

Regards,
__________________
Syddos

Nothing is impossible, We just don't know how to do it ........Yet!

Xcart 4.1.X PRO (Testing Platform: winXP Pro)
Perl 5.8.7 (win32)
WINAMP 1.6.3 (win32 server package. Includes the following)
- phpMyAdmin v2.8.03
- MySql 5.0.21
- Apache 2.0.55 (win32)
- php 5.1.4
- SQLitemanager 1.2.0
Reply With Quote