Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter Alessandro_77

    (@alessandro_77)

    I tried to change something in the plugin

    contact-form-7-paypal-add-on-pro/includes/public_redirect.php

    // live or test mode
    $account = $value[‘liveaccount’];
    $path = “paypal”;
    /*if ($value[‘mode’] == “1”) {
    $account = $value[‘sandboxaccount’];
    $path = “sandbox.paypal”;
    } elseif ($value[‘mode’] == “2”) {
    $account = $value[‘liveaccount’];
    $path = “paypal”;
    }

    if ($sandbox == “1”) {
    $account = $value[‘sandboxaccount’];
    $path = “sandbox.paypal”;
    }*/

    It works but then when client pays, I receive the paypal emails (can I stop them?) BUT I don’t receive the contact form mail?

    Thread Starter Alessandro_77

    (@alessandro_77)

    Nevermind, I did not make the paypal settings.

    I have still issue if I use captcha. Do you suggest something?

    Thank you

    Plugin Author Scott Paterson

    (@scottpaterson)

    Hi Alessandro_77,

    Currently the plugin redirects by disabling some of the Contact Form 7 Javascript. This could be why the captcha is not working. I am working on a new version of the plugin now that will fix this problem.

    If you have any other questions or issues just let me know.

    Thanks,
    Scott

    Thread Starter Alessandro_77

    (@alessandro_77)

    It worked! Thank you Scott!

    Thread Starter Alessandro_77

    (@alessandro_77)

    There is another bug. Contact Form DB (the module that show the Contact 7 values, don’t save anything. It could related?

    Plugin Author Scott Paterson

    (@scottpaterson)

    Hi Alessandro_77,

    That is not a bug per say, but by default the plugin does not work with Contact Form DB or Flamingo. I am also working on including this in a feature version. Sorry it is not available now.

    Thanks,
    Scott

    Thread Starter Alessandro_77

    (@alessandro_77)

    It could be a nice improvement. Thank you!

    Thread Starter Alessandro_77

    (@alessandro_77)

    Hi Scott,

    the plug-in is working very well and I’m receiving first payments, so thank you so much first of all.

    I’ve noticed you’re doing updates. Thank you!

    If I can give a suggestion, I think the integration with Contact Form DB could be the most important. This is true for me and I think for most of us.

    Thank you in any case for everything you can do it.

    Plugin Author Scott Paterson

    (@scottpaterson)

    Hi Alessandro_77,

    I’ll definitely try my hardest to create an integration with Contact Form DB soon!

    Thanks,
    Scott

    Thread Starter Alessandro_77

    (@alessandro_77)

    I do thank you Scott!

    Thread Starter Alessandro_77

    (@alessandro_77)

    Hi Scott,
    any update about integration with Contact Form DB?

    Thank you!

    Plugin Author Scott Paterson

    (@scottpaterson)

    Hi Alessandro_77,

    The Pro version does now work with Flamingo. I have heard from people that it works with Contact Form DB, however I have not tested this myself yet so I cannot say for sure.

    Thanks,
    Scott

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Come back to paypal’ is closed to new replies.