We are proud to announce the release of OneStepCheckout version 4! The past couple of months have been spent on crunching out new features, and we have also spent a lot of resources into refactoring the existing code to make it more extendible and maintanable. We think the resulting product is great, and is eager to share it with you!
New features
Besides the refactored code, we want to single out:
- Order preview before confirmation
- Redirect to checkout automatically after adding product to cart
- Separate housenumber from street address
- Improved serial validation
- Much easier to customize and extend
- Most of backend code refactored for improved maintainability
- Support coupon codes that affect payment methods
- Support for built-in “Terms and conditions” feature in Magento
- Improved GeoIP support, now detects “City” as well
Refactoring
With all the new features thas has been implemented the past couple of years, it was needed to do some cleanup in the backend code that handles processing of the order. The end result was that we completely deleted our existing “Checkout” block and replaced it with events/observers to achieve the same goal. This allows us to use more of Magento’s internal methods for saving quote data, which improves compabiilty with third party modules that affects the same part of the system.
This refactoring has ensured us that we are well fit for the future when it comes to compability with third party shipping and payment modules, and it should be much easier for third party module creators to make sure their module is compatible with ours. We have created a new wiki page that explains integrators how to be compatible with our module.
Order preview before confirmation
This is a feature we have received a lot of requests for. In both the dutch and german market, there are trust programs that require ecommerce shops to let the customer get a final review of his details before the order is placed. It works like this; once all details have been filled out, and the customer clicks “Place order”, a popup / overlay will display and show all the entered details – and let the user get one last look before finally clicking “Place order” again and sending the order.
Redirect to checkout automatically after adding to cart
A lot of Magento stores are focused on just one single product – for them it is often unecessary to let the customer even go to the “Cart” page, to check quantities and such. As we have received a lot of requests for it, it is now possible with just one setting change in administration to let the customer be redirected directly to the checkout after adding the product to the cart (customer clicks “Add to cart” from product page, next he sees is OneStepCheckout).
Improved GeoIP support
Using GeoIP to automatically detect and fill out the customers country and city will definitely help you to get more completed transactions. Using GeoIP technology to auto-detect country/city is a very popular feature, and we are happy to announce that it now has become even better. This feature have always been included in our Enterprise edition, but we are now offering this module under Standard and Professional license for €30.
Bugfixes
- Fixed Javascript validation for “Confirm password” fields
- Improved Javascript popup displayment (login and terms box)
- Language files are cleaned up and have all necessary translations
How can I get started?
If you are have an Enterprise license, or a Standard license that was purchased within the last 6 months, you will automatically have access to the latest version by logging in to our account area. Download it from there, and then follow our upgrade guide to upgrade your installation to the latest version.
If you don’t have a OneStepCheckout license, you need to purchase it from our website.
If you are a Standard licensee but your 6 months have expired, you can extend your access by 6 months for 50 EURO, or by 12 months for 75 EURO. You can also upgrade to Enterprise version for 395 EURO, this will give you lifetime access to the latest version, as well as free support and usage on unlimited domains.
Really cool new features! Contacted my clients right away and implemented this new version!
Many thanks for this great work!