Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Error using Account Signup Management 1.1


greree

Recommended Posts

Installed Account Signup Management 1.1 (contrib) on tep_snapshot-20021124. I got the following error:

 

Fatal error: Call to undefined function: tep_get_zone_list() in /var/www/html/catalog/includes/modules/account_details.php on line 499.

 

This is the section with the error:

 

 

<tr>

<td class="main"> <?php echo ENTRY_STATE; ?></td>

<td class="main"> 

<?php

if ($is_read_only) {

echo tep_get_zone_name($account['entry_country_id'], $account['entry_zone_id'], $account['entry_state']);

} elseif ($processed) {

echo tep_get_zone_name($HTTP_POST_VARS['country'], $HTTP_POST_VARS['zone_id'], $HTTP_POST_VARS['state']) . tep_draw_hidden_field('zone_id') . tep_draw_hidden_field('state');

} elseif (ACCOUNT_REQUIRED_STATE == 'false') {

echo tep_get_zone_list('zone_id', $account['entry_country_id'], $account['entry_zone_id'], 'onChange="resetStateText(this.form);"');

}

else {

echo tep_get_zone_list('zone_id', $account['entry_country_id'], $account['entry_zone_id'], 'onChange="resetStateText(this.form);"');

echo ' ' . ENTRY_STATE_TEXT;

}

?></td>

</tr>

 

Any ideas? I think it may be that it's asking for a drop down menu for "States/Province", which is no longer used. In current builds of osCommerce "States/Province" is fill in the blank. I don't know PHP, so I have no idea how to fix it. Thanks for any help.

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