Skip to content

Releases: osCommerce/oscommerce2

osCommerce Online Merchant v2.4.2

21 Nov 06:11
Compare
Choose a tag to compare
Pre-release
  • Specials page fixed to use database table prefix in sql queries.
    #473
  • Add check for PHP "zip" extension during installation procedure.
  • Make PHP "curl" a requirement for new installations.
    #476
  • Only set the custom error handler if the work/log directory is writable.
  • Show a permanent notice in the Administration Dashboard if the work/log directory is not writable.
  • URL encode backslash and curly braces characters in urls.
    #512
  • Fix message of all products being updated on the shopping cart page.
    #475
  • Fix gzip compression.
    #518
  • Add Apps support to the Shipping and Order Total modules.
  • Support HTML emails. The following pages allow for HTML specific emails:
    • Admin Dashboard: Legacy -> Tools -> Newsletter Manager
    • Admin Dashboard: Legacy -> Tools -> Send Email
  • Add options parameter to OSC\OM\Db save() and delete() to disable automatic table prefixing.
  • General bug fixes, optimizations, and language definition updates.

Third Party Updates

  • Update random_compat to v2.0.4.
    #479
  • Update Bootstrap to v3.3.7.
  • Update jQuery to v3.1.1.
  • Update Font Awesome to 4.7.0.

Thanks

osCommerce Online Merchant v2.4.1

11 Nov 07:38
Compare
Choose a tag to compare
Pre-release
  • Add the following modules:
    • Header Tags
      • Cookie Compliance Message

osCommerce Online Merchant v2.4.0

11 Nov 07:22
Compare
Choose a tag to compare
Pre-release
Merge pull request #471 from haraldpdl/cleanup

Cleanup

osCommerce Online Merchant v2.3.4

09 Jun 17:52
Compare
Choose a tag to compare

We're proud to announce the release of osCommerce Online Merchant v2.3.4! This release introduces a new Content Modules feature, secures the Administration Tool if SSL is enabled, and includes new and updated payment modules.

Content Modules

Content Modules is a new feature that builds and loads the content of a page through modules. The My Account, Login, and Checkout Success pages have been updated in this release to utilize Content Modules and can now be customized and manipulated through modules without editing source code files.

Other pages will soon be updated to utilize Content Modules in following releases and improved on with your help and feedback.

Log In with PayPal

The first featured Content Module being introduced is Log In with PayPal which can be added to the Login page. This allows customers to authenticate themselves through PayPal without needing to create a local store account.

Log In with PayPal supports a seamless checkout experience with PayPal Express Checkout where customers don't need to log in again when purchasing and starting the PayPal Express Checkout flow.

HTTPS Administration Tool

The Administration Tool now loads in HTTPS if SSL has been enabled on the store.

Payment Modules

The following payment modules have been updated to utilize the latest payment gateway APIs and to have each secured API call verified through CA public certificates.

Some payment modules have also been updated to support stored card tokens where customers can securely store their card payment information at the payment gateway and to reference their cards in later purchases without needed to retype their card information again. These include:

  • Sage Pay Direct
  • Stripe
  • Braintree

PayPal

The following modules have been updated:

  • PayPal Express Checkout v3.0
  • PayPal Payments Standard v3.1
  • PayPal Payments Pro (Direct Payment) v3.0
  • PayPal Express Checkout (Payflow Edition) v3.0
  • PayPal Payments Pro (Payflow Edition) v3.0

The following modules are being introduced:

  • PayPal Payments Pro (Hosted Solution) v1.0

The modules can be downloaded separately for existing stores at:

http://addons.oscommerce.com/service/paypal

Sage Pay

The following modules have been updated:

  • Sage Pay Direct v3.0
  • Sage Pay Form v2.0
  • Sage Pay Server v2.0

The following modules are being introduced:

  • Sage Pay Cards Management Page (content module)

The modules can be downloaded separately for existing stores at:

http://addons.oscommerce.com/service/sage_pay

Authorize.net

The following modules have been updated:

  • Authorize.net Server Integrated Method (SIM) v2.0
  • Authorize.net Advanced Integration Method (AIM) v2.0

The following modules are being introduced:

  • Authorize.net Direct Post Method (DPM) v1.0

The modules can be downloaded separately for existing stores at:

http://addons.oscommerce.com/service/authorizenet

Stripe

The following modules are being introduced:

  • Stripe.js v1.0 (payment module)
  • Stripe Cards Management Page (content module)

The modules can be downloaded separately for existing stores at:

http://addons.oscommerce.com/service/stripe

Braintree

The following modules are being introduced:

  • Braintree v1.0 (payment module)
  • Braintree Cards Management Page (content module)

The modules can be downloaded separately for existing stores at:

http://addons.oscommerce.com/service/braintree

WorldPay

The following modules have been updated:

  • WorldPay Hosted Payment Pages v2.0

The modules can be downloaded separately for existing stores at:

http://addons.oscommerce.com/service/worldpay

General Updates

This release also includes the following general updates:

  • Orders can now be blocked when no defined shipping rate is available for the destination
  • Session management improvements
  • Payment Acceptance box introduced
  • jQuery libraries updated
  • and minor bug fixes and improvements

Download

osCommerce Online Merchant v2.3.4 can be downloaded in full and update packages from:

http://www.oscommerce.com/Products

Thank You!

We'd like to thank the community for their feedback on our releases. In addition, we thank the following people who participated in the development of this release.

Reference

The osCommerce Online Merchant release notes and upgrade guides can be found at:

http://library.oscommerce.com/Online&en&oscom_2_3&release_notes

osCommerce Online Merchant v2.3.3.4

26 Sep 00:54
Compare
Choose a tag to compare

osCommerce Online Merchant v2.3.3.4 is a general maintenance release focusing on improving core features and the Database Tables "Convert to UTF-8" action introduced in the previous release.

This release is in preparation of and building up to v2.3.4.

Changelog

  • 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.

Release and Upgrade Guide

A detailed release and upgrade guide is available online at:

http://library.oscommerce.com/Online&en&oscom_2_3&release_notes&v2_3_3_4

Download

Full and Update Packages of osCommerce Online Merchant v2.3.3.4 can be downloaded at:

http://www.oscommerce.com/Products

Thank You!

We'd like to thank the community for their feedback on our releases. In addition, we thank the following people who participated in the development of this release.

Bug Reporters

Testers

Reference

A full list of source code changes can be seen at:

v2.3.3.3...upgrade2334