This file logs changes to the SilverCommerce Checkout module
Initial stable release
- Add additional extension hooks
- Only merge shopping carts on login
- Ensure only shopping carts are merged on login
- Improvements to estimate save process
- Change some private methods on CustomeDetailsForm to protected (and rename).
- Break CustomerDetailsForm::doContinue out into sub methods.
- Added fix when saving CustomerDetailForm into estimate
- Simplify CustomDetailForm template (and allow additional fields to be added more easily)
- Correctly link show price and tax checkbox and order summary
- Added Tax switching to order summary unit price
- Add additional extension hook to payment submission process
- After delivery address is selected, re-calculate tax
- Switch to a simple stepped checkout layout (allowing custom request handlers to be added to the checkout in any order)
- Use a custom version of OmniPay Manual gateway to handle zero value transactions.
- Ensure customer details form loads default values correctly
- Allow setting item deliverability to line items
- Hide login form behind toggle button during checkout process
- Clean up order summary a little