• Resolved borkana94

    (@borkana94)


    After the payment client shoudl be returned to success page that I integrated in the shortcode using:

    “return – The URL to which the user will be redirected after the payment (e.g. return=”http://example.com/thank-you”).”

    I tested it and it’s not working.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Noor Alam

    (@naa986)

    @borkana94, I don’t see any return URL in the button. What shortcode are you using?

    Thread Starter borkana94

    (@borkana94)

    This is shortcode: [wp_paypal button=”buynow” name=”My product” amount=”1.00″]

    I named it Rich and amount 60$, after amount I added return link like you placed in the example:

    return – The URL to which the user will be redirected after the payment (e.g. return=”http://example.com/thank-you”).

    Payment went through buy they were not returned to the page i placed in the shortcode.

    Plugin Author Noor Alam

    (@naa986)

    @borkana94, This could be a formatting issue. That’s why I want to see the exact shortcode that you are using (not a sample shortcode from the documentation).

    Thread Starter borkana94

    (@borkana94)

    Here it is:

    [wp_paypal button=”buynow” name=”Millionaire” amount=”80.00″ return=”https://algrandforex.com/successalgrandconfirmationpage/” ]

    Plugin Author Noor Alam

    (@naa986)

    @borkana94, Please copy it from here and paste into your shortcode block:

    
    [wp_paypal button="buynow" name="Millionaire" amount="80.00" return="https://algrandforex.com/successalgrandconfirmationpage/"]
    
    Thread Starter borkana94

    (@borkana94)

    What’s the difference btw the one I sent and yours?

    Plugin Author Noor Alam

    (@naa986)

    @borkana94, If there is a hidden line break or formatted double quotes the shortcode will be broken.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Redirection Not Working’ is closed to new replies.