Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bluey80

    (@bluey80)

    What version are SCABN are you running? This isn’t normal behavior — when a paypal order is completed, it should send you back to your checkout url. SCABN notices that a tx GET variables in included in the url and uses that get information about the order and passes that to the display_paypal_receipt function located in your theme’s customize.php file.

    Can you check that when paypal redirects the shopper back to your website that the order’s transaction id is posted as a variable? You can see this in the webserver logs:

    e.g. url: iguanaworks.net/checkout/?tx=435df3453…

    Ben

    Thread Starter bonz

    (@bonz)

    hi,
    thank you for the answer.
    my version is 1.2.2.
    maybe the problem is that i don’t have a business account and i don’t have an identity token.

    Plugin Author bluey80

    (@bluey80)

    I think for the return receipt page to work you need Paypal configured for Payment Data Transfer (PDT) so when Paypal sends the customer back to the site, they send some info so the site can say ‘Thank you X for your order or Y, etc’

    Thread Starter bonz

    (@bonz)

    thank you, solved
    paypal configured and now is ok
    thank you again

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Simple Cart & Buy Now] return after the payment to the store’ is closed to new replies.