Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor mbrsolution

    (@mbrsolution)

    Hi, what is the current problem that you experiencing? what other problem are you trying to fix?

    Plugin Author mra13

    (@mra13)

    When it redirects to the thank you page, it use that URL so the cart can get empty (after the purchase).

    There is nothing wrong with it.

    Thread Starter James

    (@sw1a1aa)

    The problem I was trying to investigate was a security dialog generated by Firefox which warns about the potential for data that has been submitted to PayPal being transmitted over an non-encrypted connection back to my own website. I’ve posted this issue separately as I wanted to break up any issues in to discrete threads to make it easier for others searching through the support threads.

    I wasn’t sure whether the security dialog was being generated due to a GET or POST request. So I turned off the ‘Reset Cart’ option in the hope that the plugin would not send any GET parameters (my assumption was that the plug-in would only send the ‘reset_wp_cart’ GET parameter if it was required but would request a plain URL if the reset feature was not required.

    What I found was:

    When the “Reset Cart After Redirection to Return Page” checkbox is set, the GET parameter is sent with a value of 1.

    When the “Reset Cart After Redirection to Return Page” checkbox is NOT SET, the GET parameter is STILL sent with a value of 1.

    Intuitively, to send the same value when the option is different seems incorrect. It seems like a bug.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reset Cart After Redirection to Return Page’ is closed to new replies.