Paul2102 Posted September 15, 2002 Share Posted September 15, 2002 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.