There doesn't seem to be a lot of activity on this module and there has never been a solid release. Can anybody chime in to let us know if you have it working ok out there in the wild?

Comments

shushu’s picture

I looked for this kind of solution, tried it, and it seems to work (almost) exactly as I wanted.
The code is readable and clear.

pixelsweatshop’s picture

thanks @shushu. I have it up and running on production site and it seems to be working fine too.

shushu’s picture

I found out I rather hide the whole form-item - since there is no reason to show the user an already selected radio button without any other option.
To do so I had to patch the js file.
If you (or anyone else) think it is relevant to others as well, I will be happy to upload it.

mich5’s picture

hello,

in fact the js function do not get initialized (for me)

$(document).ready(
  function() {
    $('#edit-panes-payment-current-total').click(function() { free_order_check_total(this.value); });
  }
);

the ('#edit-panes-payment-current-total') is not available at this time, (the cart-pane is initializing at the same time ?) so the value is undefined. and free_order_check_total never called.

Is there a function to get the current-total value or waiting the cart/product-pane update completed ? or whatever possible ;-)

thanks in advance.

john franklin’s picture

I am running a patched version myself, including #334834: Remove billing field requirements if the order value if 0. Yes, it does work, and yes, it is in need of a solid release.

@shushu - If you haven't already, please open an issue and submit the patch. It may not get into the tree, but a few Drupal admins (like myself) will take patches like that and apply them locally.