- πΊπΈUnited States rclemings
I've spend most of the afternoon trying to get this module working on simplytest.me and it just isn't cooperating.
What I want to do is simple show a checkout pane that allows the buyer to make a donation that will be added to the purchase total.
I've enabled commerce_donation, commerce_product, commerce_cart, and commerce checkout:
And created a product:
I created an order type following the instructions in #3 and #7 (although I really don't need or want all of the "in memory" fields):
At this point I have one product, two order item types (default and donation, both using the default order type), one order type (default) and one checkout flow (default). I can see the donation pane in the checkout flow.
But when I put the product in my cart and go to checkout, there is no sign of the donation pane.
Am I missing a step somewhere?
- π¬π§United Kingdom fonant
I've managed to get the Donation pane visible, with the text I entered in the pane's settings for "Call to donate" next to a checkbox.
If I check the box I get "Sorry, Donation is no longer available for registration. It has been removed from your cart." and no donation amount is made available.
Any clues?