Downloads
Download tar.gz
144.72 KB
MD5: 3f76142763d191006ca0217460950ff9
SHA-1: 9d4711ad41b8596b8ba105e336162ea504832ab6
SHA-256: d4544da0d18e0b3a1f8a9f93cc57c6534cd5baefb1b56146c89725c9fc494ba2
Download zip
192.47 KB
MD5: 0a82d501cbc649047c4154ec6f789828
SHA-1: 4388c299225ddf5d3fea04c17426e060874bf3bf
SHA-256: 63213b4c6ceef09faa30c2f055588ba21777a7b8c9c6dbca384f17118e996c80
Release notes
This is just a bug fix release which corrects some more core errors. Please test and let me know of any errors.
Changes since DRUPAL-6--4-0-BETA4:
- Fix API error in ec_receipt testing module
- #339827 - Remove additional serialize()
- #339847 - Make changes to allow the changing of the node item during
hook_ec_checkout_validate_item() - #330008 - Fixed issue where add to cart messages are sometimes wrong.
- Fix error on the checkout when there is no stored addresses.
- #340062 - fix missed rename of cart_current() to ec_cart_current()
- #341009 Fixed up the list of valid currencies to handle the utf8 file
- #288890 - This has been converted to ecommerce correctly
- #343188 - Fixed syntax error.
- #344441 - change reference to product.css to ec_product.css
- Change ec_available to use drupal_write_record() to save available info.
- #343194 - fix up validation call.
- Fix up issue with having no addresses.
- Fix up billing type filter to build the SQL correctly
- Fix up saving of stored addresses
- Remove the old method of loading transactions.
- #331401 - Fix issue where if a product doesn't have a quantity then it
cannot be removed from the cart - #347993 - Fix up return of json
- #330005 - Fix issue where checkout was not always calling ec_checkout_validate_item().
- #353496 add message to inform the system administrator to remove the
product content type after uninstalling. - #353601 Fix issue where the upgrade process is not working.
- #353225 Fix up issue of buynow now working when not using a link
- Remove email configurations which are now going to be handled by actions
externally