jCommerce is released for osCommerce 2.3.3.4

Changes

The following changes are included in this release:

  • Joomla 3.x create account issue fix
  • Connect to existing oscommerce site issue fix
  • SSL Issue fix
  • Conflict with Ultimate SEO Addons issue fix
  • Password reset issue fix
  • More secured
  • MySQL Error Functions (Harald)
    Don't pass a null parameter to the MySQL error functions otherwise PHP will display a warning message.
  • UTF-8 Conversion (Harald)
    Also manually convert existing data records to UTF-8 and detect encodings to prevent double encodings. Allow a dry-run to show which queries would be performed.
  • LC_NUMERIC Locale (Harald)
    As LC_ALL is now being used to set the locale, some languages other than English were using commas in float/decimal values which conflicted with MySQL. LC_NUMERIC is now set and forced to the system locale after the main language file has loaded.