Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

reneman

Pioneers
  • Posts

    2
  • Joined

  • Last visited

About reneman

  • Birthday 09/15/1982

Profile Information

reneman's Achievements

  1. I have the same problem and i found this: http://forums.oscommerce.nl/index.php?showtopic=17708 change in /includes/classes/message_stack.php goto "function add_session..." and change $messageToStack = array(); in //$messageToStack = array(); $_SESSION['messageToStack'] = array(); and change: $messageToStack[] = array('class' => $class, 'text' => $message, 'type' => $type); in: // $messageToStack[] = array('class' => $class, 'text' => $message, 'type' => $type); $_SESSION['messageToStack'][] = array('class' => $class, 'text' => $message, 'type' => $type); this works perfekt with OSC v2.2 RC2 ( I see this also http://www.oscommerce.com/forums/topic/387479-messagestack-and-add-session/ , but this works NOT in my shop... )
  2. Hi, this Constribution is very great. But your version does not work with Mozilla Firefox! I have the original of www.dynamicdrive.com already worked a few times. Therefore, I know that the current version of dynamicdrive the following browsers: FF1+ IE5+ Opr7+. Can anyone here this Constribution on the current status as dynamicdrive? That would be very cool! Thank you. PS. I'am from Germany :-) My Englich is not so greatfull.....
×
×
  • Create New...