I am working on a donation feature to allow a customer to make a variable donation and I have this working using the Ubercart Variable Price module.
I have a couple of other requirements for with additional info to be provided by the customer making the donation, such as:
- In memory of (checkbox)
- If 'In memory of' is checked, display further inputs: name (textfield), relationship (textfield or select list), more info (textarea)
- Gift Aid (checkbox)
As well as this, it would be great if I could add a 'Checkout' button instead of an 'Add to cart' button so that they are not tempted to add other products during the checkout process.
Any guidance would be most helpful. Thank you!
Recent comments
A simple option — use Field Group to create a container for fields https://backdropcms.org/project/field_group and CSS Flex оr Grid to alignment.
Layout also for /node/add/ forms?
Thanks! I tested PayPal WPS (since I also use it in my Drupal 7 Commerce shop). With the PayPal server SANDBOX mode (no real payment transaction, just simulated). And everything...
Commerce shop system from Drupal
Peter, I've done an initial port of Commerce PayPal. While I haven't tested it, I think it should work, as the module is not too complex. https://github.com/backdrop-contrib/...
Commerce shop system from Drupal
Glad you finally found it! Someone really needs to port commerce_paypal.
Commerce shop system from Drupal
Wow, THANK YOU! I’ve been searching for this for months, and it’s been there all along—just extremely well hidden... I immediately installed Commerce with the configuration of my...
Commerce shop system from Drupal