jCommerce is released for osCommerce 2.3.2
Changes
The following changes are included in this release:
- Integration with Joomla Seo URL(JRoute)
- Integration with ckeditor for Admin Products
- Joomla internal link to product,category,manufacturer in Joomla menu item
- Joomla access permission for jCommece(acl)
- Changed customer password forgotten feature to e-mail a personal link to the customer where they can change their password up to 24 hours, instead of directly changing the password to a random string and e-mailing it to the customer.
Added new password_reset.php page to manage personal password reset links.
Added new ar_password_reset.php Action Recorder module to log and limit the request of personal password reset links to once every 5 minutes - Improve logic of tep_create_random_value() by using Phpass' random number generator.
If function parameter $type is not 'mixed', 'chars', or 'digits', return a 'mixed' string instead of false. - Add openssl_random_pseudo_bytes() and mcrypt_create_iv() to Phpass' get_random_bytes() class method. These are used if /dev/urandom is not availabl