Active
Project:
UC Free Order Payment Method
Version:
6.x-1.0-beta4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2011 at 04:34 UTC
Updated:
12 Feb 2011 at 18:33 UTC
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
Comment #1
shushu commentedI looked for this kind of solution, tried it, and it seems to work (almost) exactly as I wanted.
The code is readable and clear.
Comment #2
pixelsweatshop commentedthanks @shushu. I have it up and running on production site and it seems to be working fine too.
Comment #3
shushu commentedI 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.
Comment #4
mich5 commentedhello,
in fact the js function do not get initialized (for me)
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.
Comment #5
john franklin commentedI 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.