Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Address book "add address"


Paul2102

Recommended Posts

Any ideas on what might be the problem. Using 2.2, trying to add address upon checkout and I get this error message.

 

Thanks,

Paul

 

1) { theForm.state.value = '-- Select Above --'; } } function resetZoneSelected(theForm) { if (theForm.zone_id.options.length > 1) { theForm.state.value = '-- Select Above --'; } } function update_zone(theForm) { var NumState = theForm.zone_id.options.length; while(NumState > 0) { NumState--; theForm.zone_id.options[NumState] = null; } var SelectedCountry = ""; SelectedCountry = theForm.country.options[theForm.country.selectedIndex].value;

Fatal error: Call to undefined function: tep_js_zone_list() in /usr/www/users/username/sales/catalog/address_book_process.php on line 240

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...