-
Rewrite uc_custom_price_form_alter() to avoid PHP notices.
-
hook_uninstall() should be clearing variable cache upon variable deletion.
-
Correct an example.
-
Check nodetype in hook_nodeapi().
-
Added #wysiwyg property to custom price textareas to try to prevent wysiwyg editors from adding markup to custom code.
-
Add additional information to README.txt.
-
Remove dpm() call.
-
Update to use product tokens instead of node tokens. Product tokens were added to Ubercart by issue #1165618.
-
Issue #1161932 by Dylanotron: Remove reference from formal parameter of uc_custom_price_cart_item() to avoid PHP 5.3 warning.
-
Update tokens in README.txt to use the new Drupal 7 syntax.