| 1 |
$Id
|
| 2 |
|
| 3 |
Ajax Attribute Calculations 6.x-2.x, 2009-11-04
|
| 4 |
-----------------------------------------------
|
| 5 |
#562100 by longwave, Antoine Solutions: Initial commit of the 6.x-2.x code.
|
| 6 |
* Original code provide by longwave
|
| 7 |
* Code ported to Drupal 6 by AntoineSolutions
|
| 8 |
|
| 9 |
#470002 by longwave, AntoineSolutions: Let other modules interact with uc_aac.
|
| 10 |
* uc_aac now rebuilds the entire product view form on every change. This
|
| 11 |
allows users to leverage existing Drupal hooks such as hook_nodeapi and
|
| 12 |
hook_form_alter to alter the appearance of the product view form.
|
| 13 |
* The existing ubercart hook, hook_add_to_cart_data, is now called to load
|
| 14 |
item data modifications made by other modules.
|
| 15 |
* A new hook has been added, hook_cart_item, to allow other modules to modify
|
| 16 |
the cart item.
|