Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

phisig

Archived
  • Posts

    5
  • Joined

  • Last visited

Profile Information

  • Real Name
    Keith Wiederhold

phisig's Achievements

  1. application_top.php // include the language translations require(DIR_WS_LANGUAGES . $language . '.php'); general.php 306 // Returns the tax rate for a zone / class 307 // TABLES: tax_rates, zones_to_geo_zones 308 function tep_get_tax_rate($class_id, $country_id = -1, $zone_id = -1) { 309 global $customer_zone_id, $customer_country_id, $customer_id; 310 311 $customer_suburb_query = tep_db_query("select entry_suburb, entry_zone_id" from . TABLE_ADDRESS_BOOK . " where customers_id = '" . $customer_id . "'");
  2. I have applied this MOD and now the site will not load. I receive the following errors in the log file: PHP Fatal error: main(): Failed opening required 'includes/languages/.php' (include_path='.:/usr/local/lib/php-4.3.3/lib/php') in /home/users/web/b64/morsem005/commerce/catalog/includes/application_top.php on line 285 PHP Warning: main(includes/languages/.php): failed to open stream: No such file or directory in /home/users/web/b64/morsem005/commerce/catalog/includes/application_top.php on line 285 PHP Parse error: parse error in /home/users/web/b64/morsem005/commerce/catalog/includes/functions/general.php on line 311 Anyone have any suggestions? /Thanks.
×
×
  • Create New...