View Single Post
  #24  
Old 06-14-2004, 02:31 PM
 
NuAlpha NuAlpha is offline
 

X-Adept
  
Join Date: Aug 2003
Location: US
Posts: 598
 

Default

Change...
Code:
include('validate_zipcode.php')
...to...
Code:
include($xcart_dir.'/include/validate_zipcode.php')

That should fix the problem!
__________________
X-Cart Pro 4.5.5 Platinum
X-Payments 1.0.6
PHP 5.3.14
MySQL 5.1.68
Apache 2.2.23
Reply With Quote