Posted by gordon on February 10, 2009 at 2:27am
| Download | Size | md5 hash |
|---|---|---|
| ecommerce-6.x-4.0-beta6.tar.gz | 154.1 KB | 7b51037a0fef0a1ef3d4d9b754d3b519 |
| ecommerce-6.x-4.0-beta6.zip | 208.57 KB | dded6cb63e2210cdd6ba835a315a2731 |
Last updated: December 24, 2010 - 22:52
I am thinking that this is going to be the last version. There have been a lot bug fixes and also I have done a lot of work on the views integration and also the workflow has now been changed to use rules to allow the store owner to change the workflow to fit to how they work, and not have to change their processes to fit with e-Commerce.
Changes since DRUPAL-6--4-0-BETA5:
- #353246 Fix up some of the variables which had not been converted from
paypal_ to ec_paypal_ - fix up ec_paypal_variable_get() to handle the new variable naming scheme.
- Fix up the weight of the price so that it is below the content
- Start fixing up ajax cart facilities
- #354387 Add ability to enable/disable the cart links/form on the teasers
- Add default views for products
- Fix up some undefinded variables
- Add Checkout links to the product page
- Add out of stock to availabilty
- Add out of stock message to the node view when forms are enabled
- Make a change so product features can be put into an external include
- Fix issue with ec-product_feature_get only returning the last set of values
- Finially fingure out the issue list all the features.
- Remove Checkout's dependency on the ec_cart module
- Fix up issue with feature not being called.
- Move around some of the settings page in the configuration
- Fix up issue with quantity not displaying correctly
- Fix up issue with workin out the quantity available
- Fix up Out of stock link not displaying on the page.
- Fix up cart to not display links when using the form add to cart
- Add new productapi and featureapi hook 'checkout_post_submit'
- Make a change to the receipts so that the default return will not override an already set return
- Remove rules event implementation interface. Going to change it to use the Drupal 6 standard method of triggering events
- Add in hook_object_info() for use with views bulk update module
- Create action to change the workflow status to another status.
- Add Transaction delete action
- Remove a duplicate form function.
- Add integration for rules, so that default actions can be imported.
- Add start of invoice theme display
- Add filter for views to filter workflow
- Add filter for txnid
- Add default rules to allow non-shippable products to be completed automatically
- Add settings to allow editing of the workflow statuses.
- Change workflow status to come from a database table and make it so that it is completely modifiable
- Change shippable field on transaction not to be a virtual field so rules can correctly identify shippable transactions.
- Fix up the click sort of the workflow status
- #370377 Add relationship to allow node views to extract transaction information
- #370106 fix issue with shipping addresses not being handled correctly in checkout
- Fix up issue were paypal icon was not being displayed from ajax clean up some warnings
- #358810 Add class to indicate the type of receipting type.
- Fix up some of the weights in the checkout to get the order correct.
- Add js to hide/show shipping address when the use this checkbox is checked
- Fix up issue with addresses being squashed after ajax load
- #343197 apply some code cleanups
- Add in the rest of the rules for the transaction workflow
- Fixing code style. No actual code changes.
- Add new view for shipping transactions
- Add in the creation of the "Ship Orders" action for in_picking default view