ultimate_loser Posted December 4, 2008 Share Posted December 4, 2008 (edited) not sure where i missed it, but it's not pulling the "State" field.... I've gone through all my files but could use some fresh eyes. You can see what i mean by LOOKING HERE. Under "City"..... nothing. Someone help a brotha out???? Suppose it would help to let you know i'm having this issue with PWA 2.0b http://www.oscommerce.com/community/contri...search,PWA+2.0b Edited December 4, 2008 by ultimate_loser Quote Link to comment Share on other sites More sharing options...
Guest Posted December 5, 2008 Share Posted December 5, 2008 (edited) not sure where i missed it, but it's not pulling the "State" field.... I've gone through all my files but could use some fresh eyes. You can see what i mean by LOOKING HERE. Under "City"..... nothing. Someone help a brotha out???? Suppose it would help to let you know i'm having this issue with PWA 2.0b http://www.oscommerce.com/community/contri...search,PWA+2.0b Start off by looking in includes/languages/english.php & see if you City defined there, should look something like this: define('ENTRY_CITY', 'City:'); define('ENTRY_CITY_ERROR', 'Your City must contain a minimum of ' . ENTRY_CITY_MIN_LENGTH . ' characters.'); define('ENTRY_CITY_TEXT', '*'); and look in store/create_account.php (or catalog/create_account.php) I think you need to look for this: <td class="infoBoxContents"><?php echo ENTRY_CITY; ?></td> <td class="infoBoxContents"><?php echo tep_draw_input_field('city'); ?></td> Edited December 5, 2008 by charinlasvegas Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.