@borkana94, I don’t see any return URL in the button. What shortcode are you using?
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.
@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).
Here it is:
[wp_paypal button=”buynow” name=”Millionaire” amount=”80.00″ return=”https://algrandforex.com/successalgrandconfirmationpage/” ]
@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/"]
What’s the difference btw the one I sent and yours?
@borkana94, If there is a hidden line break or formatted double quotes the shortcode will be broken.