Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

brinnington

Archived
  • Posts

    11
  • Joined

  • Last visited

Profile Information

  • Real Name
    Bob Wilkins

brinnington's Achievements

  1. Hi Jared, By expand, do you mean display any subcategories in the category box you have clicked in? We don't have any subcategories on our site, so if the above is the case, it is a feature we can live without for the moment. Best, Bob
  2. Hi Jared, Interesting. This was the error message following the change above: "Fatal error: session_register(): Failed to initialize storage module: user (path: /tmp2) in /public_html/includes/functions/sessions.php on line 77" The code on line 77 is: return session_register($variable); What do you make of it? By the way, do I need the line of code in more_categories.php that seems to be the cause : tep_session_register('infoBox'); Its just that the More Category Boxes contributing seems to work fine without it. Best, Bob
  3. Thanks Jared, for that rapid reply. I checked configure.php, and it already includes that line of code. By the way the code on line 74 of sessions.php is: global $session_started; Any other suggestions would be very welcome. All the best, Bob
  4. Hi Jared, I have traced a problem we have been having with checkout_success.php to a line of code in more_categories.php. The error is this: Fatal error: session_register(): Failed to initialize storage module: user (path: /tmp) in /includes/functions/sessions.php on line 74. The line of code in more_categories.php that seems to be the cause is: tep_session_register('infoBox'); When I comment out this line, the error goes. When I remove the comment, the error returns. Strangely enough, when I comment out the line, the more categories contribution continues to operate regardless. Our site runs on osCMax, which is a modified version of osCommerce. So, not being knowledgeable about php, could you answer the following questions about the code (tep_session_register('infoBox'); 1. what does it do? 2. do you think it may operate better, as far as our site is concerned, if it was moved to another file (e.g. checkout_process.php) or do you think the error may be caused by another reason? Thank you for you help on this. Best, Bob PS Great contribution by the way.
  5. Hi Jared, I have a question. Is it possible to have each category box with a different colour border, header, etc? It seems to be in fashion. For an example, take a look at dabs.com: http://www.dabs.com/HomePage.aspx I have tried to work out how to do it but failed. Brilliant contribution, by the way. Quite unique and makes the site easier to navigate. Best, Bob
×
×
  • Create New...