Hi there
Really nice module you created!!! But I think I've found a bug: the calculated field for publication cost does not work when activating the FORM TWEAKER module (http://drupal.org/project/formtweaker) which renders radio buttons and check boxes instead of the ugly drupal standard selects.
Thanks for your work!!!

Comments

budda’s picture

What actually happens to the COST textfield then?
Are there any javascript errors?

giggler’s picture

I'm not using formtweaker, just the default dropdown but the publication cost is always set to "0" although when it goes to paypal, it does reflect the correct cost.

UPDATE: Not sure if this is the case, but I activated the promo code and publication cost is now updating correctly based on selection.

budda’s picture

Status: Active » Fixed

Please try the latest dev build as i've made some changes around the price calculation. The javascript is also included in the page footer now, to stop IE7 from breaking (i don't know why it did).

I think this issue is fixed, if not, please change the status to active again.

budda’s picture

BTW, formtweaker will not work with this module because the javascript based AJAX price calculation tries to hook in to the drop down menu "on change" event. If its replaced by checkboxes, then a single "on change" event is no longer possible.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.