Download Size md5 hash
ecommerce-6.x-4.0-rc3.tar.gz 174.13 KB 9044740957e8b4868a294fdcbcd20cd6
ecommerce-6.x-4.0-rc3.zip 245 KB 47a6c8dc572d03a4f345f8214402155b
Last updated: December 24, 2010 - 22:52

There have been a lot of stability fixes and the code is getting tighter and tighter. I have also done a lot of work on Charges and getting them to work much better and also so they will now work with products.

Also I have been checking the API as I have been make changes for clients and making sure that I can do everything I need so there has been some changes to make the api much better. Things I have been able to do in the new ec_donate module has really made things better.

I have also gotten the AJAX cart all working, and it is going really well. This works on both the linkand form based add to cart. I did this with the new ahah.js that replaces the standard one and allows a lot more to be done during a standard ahah. So we may need to bash on this a bit more.

It is getting a lot closer to being a final release, a lot of the code is now just tidy ups and writting more tests.

Changes since DRUPAL-6--4-0-RC2:

  • #426122 Fix up some issues with strings,
  • Fix up adding of template files
  • Move theme('ec_procuct_price') out to it's own template.
  • Also add the word price to the item
  • Convert theme('ec_product_admin_ptypes_features_list') to a template
  • Add table drag to the Product type features list
  • Add new product attribute 'hide_product_price' to disable the showing of the price on the product page
  • Add back in the currency validation function for forms
  • Found more places where the addresses where broken.
  • Adding more tests.
  • Fixed existing tests to make sure they were checking the right things
  • Fix up tokens so that they will not crash
  • Add new ahah.js which allows for callbacks to customize the ahah to do what is needed.
  • Change ec_charge so that it can work on different types of objects, not just transactions
  • Changes so the charges can be applied to the product or to the transaction.
  • Add charge groups for grouping miscellaneous transactions
  • Fix up some of the help.
  • Clean up the admin settings menus so they are a little more logical
  • Allow settings to be saved with features on products.
  • Fix up the ajax cart.
  • Add role based filters to charges
  • Fix up the order of calculating charges so that the later charges will include the charges from previous calculations
  • Add charge type to the list of charges. Makes it easier to see the different types
  • Fix up issue with cart not being able to detect that is it a product form.
  • Fix up button to say disable when disabling charges
  • Fix up checkout not using price adjust.
  • Make adjustment so that the cart is not shown on the checkout page
  • Add path to exclude buy now urls
  • Fix ec_buynow so that it will work correctly with for checkouts.
  • get the add to ajax cart working with the form cart adds
  • Fix up issue were rules was causing a double save of the transaction.