Jump to content

['storeURL'] paypal not returning to confirmation.php


Guest acknowledged

Recommended Posts

Guest acknowledged

Just a quicky. when setting up Paypal payment and adding the code below.

elseif($module['method']=="ipn"){

$hiddenVars .="<input type='hidden' name='return' value='".$GLOBALS['storeURL']."/confirmed.php?act=conf&amp;oid=".base64_encode($cart_order_id)."' />

<input type='hidden' name='cancel_return' value='".$GLOBALS['storeURL']."/confirmed.php?act=conf&amp;f=1&amp;oid=".base64_encode($cart_order_id)."' />

<input type='hidden' name='notify_url' value='".$GLOBALS['storeURL']."/modules/gateway/PayPal/ipn.php' />\r\n";

}

Do you need to add in your own store URL in ['storeURL'] or is this done automatically?

Might be a silly question but I have honestly followed the documentation on this and after payment Paypal can't find confirmed.php to return to.

Just a couple of quick answers is all I need please. so many click throughs on these questions and no answers ?

Thanks

Ashley

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...