Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Just a simple thing that i can't figure out


Recommended Posts

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 by ultimate_loser
Link to comment
Share on other sites

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 by charinlasvegas
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...