Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

KemoSabe

Archived
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Real Name
    Kemo Sabay

KemoSabe's Achievements

  1. i will look more into this error in the next couple days. i will get back to you with more info on why this is occuring. it's weird cause WHEN the missing function is added and the above php code is present i still get the error. removing the php code will prevent the error from occuring. i don't get the error when the missing function is missing just as long as the above php code is removed. i'll get back to you after i look at your code in it's entirety and figure out what's causing the error.
  2. okay, everything is working great. i mean there's no errors and no complications. the only thing is i have removed the following from shipping_zones.php: <tr> <td class="pageHeading"> <?php echo HEADING_TITLE; if (isset($HTTP_GET_VARS['zID']) && tep_not_null($HTTP_GET_VARS['zID']) ) echo ' » ' . tep_get_cat_zone_name($HTTP_GET_VARS['zID']); ?> </td> </tr> even with the new application_top code. what does 'zID' mean?
  3. just wanted to let you know, i replaced the old code with the new (above) and re-uploaded the original shipping_zones.php. still not working for me. it worked last night when i removed the php code. error: Shipping Zones Fatal error: Call to undefined function: tep_get_cat_zone_name() in .../catalog/admin/shipping_zones.php on line 233 any ideas?
  4. <?php echo HEADING_TITLE; if (isset($HTTP_GET_VARS['zID']) && tep_not_null($HTTP_GET_VARS['zID']) ) echo ' » ' . tep_get_cat_zone_name($HTTP_GET_VARS['zID']); ?> by deleting this code from line 276 i seem to have got it working. ??? is this a bad idea?
  5. after installing this mod i stumbled across an error message. something that i was hopeing not to encounter. Shipping Zones Fatal error: Call to undefined function: tep_get_cat_zone_name() in .../catalog/admin/shipping_zones.php on line 233 i can't edit, delete, insert or view details of an item in "Shipping Zones" located in "Locations / Taxes". is it a SQL problem?
×
×
  • Create New...