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; ?>"

Releases

Official releasesDateSizeLinksStatus
5.x-1.32008-Jun-1616.79 KBRecommended for 5.xThis is currently the recommended release for 5.x.
 
 

Drupal is a registered trademark of Dries Buytaert.