When creating a 'donation' product, the field labeled 'Price' is required.
This then overrides any arbitrary payment amount entered by the visitor in the field provided.
I would like to create both fixed-price donation products and arbitrary-price donation products.
Comments
Comment #1
Matthew Davidson commentedFrom a position of great ignorance, this appears to be due to hook_product_price_adjusts() not being implemented/used as intended in cart.module, store.module, and donate.module. I'm trying to come up with a patch, but as I don't know how it was supposed to work, and know next to nothing about e-Commerce generally, any guidance would be appreciated.
Comment #2
Matthew Davidson commentedActually, scratch that last comment. I don't know what's going on, but there seems to be no relationship between the docs at http://drupalecommerce.org/api/ and either the latest release candidate or the HEAD version in the project's GIT repository. The abovementioned hook doesn't really exist, nor a whole bunch of other functions which only seem to exist in some fantasy version of the modules.