Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

displacement101

Archived
  • Posts

    20
  • Joined

  • Last visited

Profile Information

  • Real Name
    Michael

displacement101's Achievements

  1. Hey, no problem Chris. I'm probably worse than a beginner when it comes to php, but I don't want my clients to have to go to another website to track their packages. I'd rather them stay on my website. I'll go though a ass load of trying and error to figure it out. I've read through the samples, I'll just need to keep re-reading it. Thanks!
  2. I am also getting this error: Fatal error: Cannot redeclare class ems in /home/xx/public_html/includes/modules/tracking/ems.php on line 37 Line 37 - 45 are below: class EMS { var $code, $title, $description, $enabled; // class constructor function EMS() { $this->code = 'EMS'; $this->title = MODULE_TRACKING_EMS_TEXT_TITLE; $this->description = MODULE_TRACKING_EMS_TEXT_DESCRIPTION; }
  3. Hi guys! I've read through the entire thread and I can't seem to find the answers I am looking for. I have a few questions. TRACKING_REGEXP How exactly do you find this information out? TRACKING_GET_URL Only URL I can find, would be: online tracking link = http://www.ems.com.cn/qcgzOutQueryAction.d...ode=gotoSearchE Sample tracking # EB123456789CN Not sure what to put for the location for the curls, either. Any help would be great. Thanks in advance, Mikey
  4. Hey guys. I have searched OSC forums and the internet both and I still can not come up with a solution. my - googlecheckout/responsehandler.php gives me this error message: Warning: googlecheckout(/home/mikey/public_html/googlecheckout/includes/languages/english/modules/payment/googlecheckout.php) [function.googlecheckout]: failed to open stream: No such file or directory in /home/mikey/public_html/includes/modules/payment/googlecheckout.php on line 43 Fatal error: googlecheckout() [function.require]: Failed opening required '/home/mikey/public_html/googlecheckout/includes/languages/english/modules/payment/googlecheckout.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:.:.') in /home/mikey/public_html/includes/modules/payment/googlecheckout.php on line 43 lines 43 - 45 read as follows: require_once(DIR_FS_CATALOG .'/includes/languages/'. $language .'/modules/payment/googlecheckout.php'); require(DIR_FS_CATALOG .'/googlecheckout/shipping_methods.php'); require(DIR_FS_CATALOG .'/googlecheckout/shipping_methods_ccs.php'); I have verified and all files are in their correct directories. Any help? Thanks.
  5. Hi Guys, I just completed the install, added the button (see below): <a href="<?php echo tep_href_link(FILENAME_WISHLIST); ?>"><?php echo BOX_HEADING_CUSTOMER_WISHLIST; ?></a> To my header page instead of my account page (which it said was okay). When I click on the "My Wishlist" Link, it gives me this error: Fatal error: Cannot redeclare tep_show_category() (previously declared in /home/mikey/public_html/includes/header.php:194) in /home/mikey/public_html/includes/boxes/categories.php on line 13 I read through the entire thread and I only found one case where this was brought up and it didn't pretain to me. Also, the error was on line 62 of the categories.php not 13. Here is line 13: function tep_show_category ($counter) { global $tree, $categories_string, $cPath_array; Thanks, Mikey
×
×
  • Create New...