| 1 |
$Id
|
| 2 |
|
| 3 |
-- SUMMARY --
|
| 4 |
|
| 5 |
* The Ajax Attribute Calculations module works in tandem with the Ubercart
|
| 6 |
module (http://drupal.org/project/ubercart), adding the ability to
|
| 7 |
dynamically update an Ubercart customer's product view page when attributes
|
| 8 |
are selected and changed.
|
| 9 |
|
| 10 |
* For a full description of the module, visit the project page:
|
| 11 |
http://drupal.org/project/uc_aac
|
| 12 |
|
| 13 |
* To submit bug reports and feature suggestions, or to track changes:
|
| 14 |
http://drupal.org/project/issues/uc_aac
|
| 15 |
|
| 16 |
|
| 17 |
-- REQUIREMENTS --
|
| 18 |
|
| 19 |
* uc_attribute.
|
| 20 |
|
| 21 |
|
| 22 |
-- INSTALLATION --
|
| 23 |
|
| 24 |
* Install as usual, see http://drupal.org/node/70151 for further information.
|
| 25 |
|
| 26 |
|
| 27 |
-- CONFIGURATION --
|
| 28 |
|
| 29 |
* Enable/Disable dynamic price adjustments at /admin/store/settings/attributes
|
| 30 |
|
| 31 |
|
| 32 |
-- CONTACT --
|
| 33 |
|
| 34 |
* Current maintainers
|
| 35 |
- Chris Yu (cYu) - http://drupal.org/user/202205
|
| 36 |
- Jon Antoine (AntoineSolutions) - http://drupal.org/user/192192
|
| 37 |
|
| 38 |
* Sponsors
|
| 39 |
- Classic Graphics (http://www.classicgraphics.com)
|
| 40 |
|
| 41 |
* Special thanks
|
| 42 |
- deekayen and tecto for taking some time to code review and provide 'drupal
|
| 43 |
way' insight.
|
| 44 |
- Longwave for providing a starting point for a 2.x version.
|