Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Varun Sridharan

    (@varunms)

    @dhanyanair261

    Sorry for the issue. the current version has some bug. i am working on V2.0 Which is a prefect version. i will be releasing in coming days (Max 15 Days)

    Hi I am having the same issue, the cart is not forwarding to the checkout page. I even tried adding a function but cannot figure it out. I think what is happening is if there is already a donation in place, it won’t add a new donation, and therefore wont work. Should be a simple fix, if it deletes the previous donation on submit, but I just don’t know how to code something like that.

    I figured it out!!
    Add an action to the form. just change the text in between the quotes after action – action=”https://yourcheckoutpage/here”
    Copied donation_form.php to theme directory, then:

    I’ve edited the donation form to have an action of going to the checkout page,
    <form method=”post” action=”https://yourcheckoutpage/here”&gt;
    so now every time, upon submit, it will go to that page.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Nothing happens on submitting donation form’ is closed to new replies.