function theme_varprice_qty in UC Variable Price 6
Same name and namespace in other branches
- 7 uc_varprice.module \theme_varprice_qty()
File
- ./
uc_varprice.module, line 578 - Defines a product feature to turn any product into a variable priced product.
Code
function theme_varprice_qty($element) {
return $element['#default_value'];
}