Ubercart Ajax Attribute Calculations

cYu - March 13, 2008 - 19:29

uc_aac is an add-on module for the Ubercart e-commerce suite. This module has been tested and is compatible Übercart 1.0.

This module will automatically update the sell_price and display_price fields contained in the add_to_cart_form when attributes are adjusted. By default it also updates individual attribute price adjustments so that they remain relative to the updated price, but this can be turned off in the attribute admin settings.

*This module requires product node divs have an identifier in the same form as the garland theme. For instance, trying to use bluemarine theme without adding the following code to node.tpl.php will result in the module not working.
id="node-<?php print $node->nid; ?>"

D6 version of this module requires Ubercart Beta2 or higher

If using Ubercart RC2 or higher for D6, you will need to get the dev version of this module.

Releases

Official releasesDateSizeLinksStatus
6.x-1.02009-Jan-149.2 KBRecommended for 6.xThis is currently the recommended release for 6.x.
5.x-1.62009-Jan-1416.44 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
6.x-1.x-dev2009-May-089.21 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
5.x-1.x-dev2008-Dec-0416.46 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.


 
 

Drupal is a registered trademark of Dries Buytaert.