Downloads
Download tar.gz
204.72 KB
MD5: a7f8cab41eb37b6aff5f8057bc9c7053
SHA-1: 38fb1dc53466a0ff7c49e9b3dd03350aecdd2ae9
SHA-256: 8ed0a6d2a6df5d98e3f0a10eb6e91cb7eb46a9cbf6364e8b8178f84860347d35
Download zip
299.34 KB
MD5: d013180984a4bef5625076458a594be5
SHA-1: 71fa1b8041b091f6fcaa5c6faf4797c2c0aa95bc
SHA-256: 3c647b19a572996877beff39861fcaf6373a9e6f85fdca169ed870eee7c6b0c8
Release notes
Finally after so long I feel e-Commerce is now in a position that it is stable enough and advanced enough to be released.
This has been an extremely large release, some might say a complete rewrite of everything.
The release for Drupal will not take as long to be done, and will be a straight port to Drupal 7 with no changes to the system, and then we can start working on v5
Changes since DRUPAL-6--4-0-RC23:
- Change the displaying of the cart so that in Pressflow with CACHE_EXTERNAL the site will display a full cart.
- Change the layout of the address list page to include the form to add a new address.
- Remove loading of old localization include.
- Change cart to remove product link if the node is not accessible.
- Add some additional classes to the cart items
- add remove link to variables so people can add it to their cart.
- Clean up some of the css class names
- Fix up naming of some of the classes in the blocks
- Add Cart Icon back into the title
- Add link to checkout for the cart block template
- Clean up some more of the css classes
- Fix up loosing of payment data on update.
- Merge Manage Features and Add Features pages together for a better user experience.
- Make sure all the features are in the correct order after the product types have been altered.
- Fix up ordering of features so anonymous feature is always first.
- Change the weighting slightly so that there is enough room between anonymous and other features to add others.
- Fix up the reduction function to return the correct value, and not the feature object
- Make changes to admin pages for features.
- Change some of the cart theming for better theming
- added productapi/feature hooks when item is added to cart
- added productapi/feature hooks when item in cart is updated
- minor theme change for ec_customer
- minor code cleanup
- Small clean up to the cart form.
- Fix up some of the templating in the cart view, so it is easier to theme
- Fix up installation so tangible products are shippable
- Clean up the formatting on the checkout.js
- added ignore-update to card type
- #958848 by george@dynapres.nl: Fixed Warnings in Additional Charges.
- Restyle the checkout items form to allow much easier theming.