Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Whiskers

Pioneers
  • Posts

    353
  • Joined

  • Last visited

Everything posted by Whiskers

  1. I've put the admin side of things in, and it now shows what version it is, but I am still getting this: HEADING_TITLE_SUPPORT_THREAD HEADING_TITLE_AUTHOR
  2. Hi Jack, Just putting this in as you suggested for Site Monitor, but I am stumped right at the start. You say in the contribution file that you want to keep track of, add the following near the top of the file, after the require('includes/application_top.php'); statement. Do you mean each and every .php file in a contribution? And also then place the other code anywhere in that same file where you want the version string to appear. Confused. Sorry.
  3. OK, will do. That will work with all add-ons I guess? What has that got to do with the operation of Google Base though? Do I still need to make a manual upload on the Google Base site or is everything done at admin level?
  4. Do you mean this?: /* function microtime_float() //just used for testing{ list($usec, $sec) = explode(" ", microtime()); return ((float)$usec + (float)$sec);} */ Take that out of the sitemonitor_functions.php?
  5. Hiya, I have just installed the easy add-on, but I am having this message come up when I click the configure section: Fatal error: Cannot redeclare microtime_float() (previously declared in mysite.com/admin/includes/auto_backup_db.php:60) in mysite.com/admin/includes/functions/sitemonitor_functions.php on line 396 When I click any other the update buttons I am also getting similar Fatal Errors?
  6. In the admin page of Google Base the top has 3 bits of text, but instead of sayign what they are supposed to they are saying the following: HEADING_TITLE_SUPPORT_THREAD HEADING_TITLE_AUTHOR TEXT_MISSING_VERSION_CHECKER Has this been covered or have I just done something wrong?
  7. Maybe you're getting the error as you have cut the code out. I just uninstalled it and it is working fine without discount coupons.
  8. Oh I didn't remove any code, I just went into admin->modules->order total then uninstalled the Discount Coupons bit.
  9. Ah I see. Dammit. There seems to be a lot of people that are having the same problem, so it would be fantastic if someone had the knowledge to make it work correctly.
  10. Sorry, but I don't think I noticed, but did anyone find out how to get this to run with One Page Checkout?
  11. Has anyone actually figured out how to get OPC to work with KGT yet? Was it not tested with a version of KGT when adding the code into the contribution to see if it worked? :(
  12. What would cause the products not to be seen when you are looking through the categories? Is there something I have not installed? It's as if they are empty.
  13. I left one of these in ?> Thanks for the help... yet again! :)
  14. Thanks Jack. So is it a case of looking through every file or will it be in one specifically?
  15. I am getting this show up below my top nav bar: /*** Begin Header Tags SEO ***/ if (isset($HTTP_GET_VARS['manufacturers_id'])) $db_query = tep_db_query("select manufacturers_htc_title_tag as htc_title, manufacturers_htc_description as htc_description from " . TABLE_MANUFACTURERS_INFO . " where languages_id = '" . (int)$languages_id . "' and manufacturers_id = '" . (int)$HTTP_GET_VARS['manufacturers_id'] . "'"); else $db_query = tep_db_query("select categories_htc_title_tag as htc_title, categories_htc_description as htc_description from " . TABLE_CATEGORIES_DESCRIPTION . " where categories_id = '" . (int)$current_category_id . "' and language_id = '" . (int)$languages_id . "'"); $htc = tep_db_fetch_array($db_query); ?> I have installed this before and had no problems, but I think I may have done something wrong in the install. Any ideas how to remedy this? Here is a link so you can see what I mean: http://designerdevil.co.uk/test-category-c-21.html
  16. I'm not sure if anybody has posted about this yet, but there are problems in getting version 3.34 to work with version 1.1 of One Page Checkout. Does anybody know how to fix it? This is what it's saying on the onepage_checkout.php page: Fatal error: Call to undefined method stdClass::calculate_discount() Thanks.
  17. So what would you suggest? In what file/s should the calculate_discount bit be in?
  18. This is what is above it: Notice: Undefined index: osCsid in www./includes/modules/header_tags_social_bookmarks.php on line 17 Notice: Undefined variable: page in www./includes/modules/header_tags_social_bookmarks.php on line 22
  19. I have just installed both OPC 1.1 and Discount Coupon Codes 3.34, but I have got this error on onepage_checkout.php: Fatal error: Call to undefined method stdClass::calculate_discount() Not sure what to do. :(
  20. Jebus! There are things all over the place now. This is what shows up where you said: Notice: Undefined variable: NAME in fashionstation.co.uk/includes/modules/header_tags_social_bookmarks.php on line 28 Its' also on line 31 and a few others where the social bookmarks are.
  21. What illegal characters? All the images of products have spaces between each word. I just tried renaming one but nothing change where I need it to. What do you mean by an error in the first product?
  22. Thanks Steve. Do I need to run the latest One Page Checkout also?
  23. I just figured out what you mean. When I list a product I have about 7-10 images. The first image I upload and tick the category, product and pop-up flag. The rest I leave off.
×
×
  • Create New...