Hi,
Also because since you change the default configuration with the [ORDERID] tag in the url, you can't simply copy and paste.
Regards,
Matteo
- now my ReturnNotifyURL is http://www.example.com/tabid/{mycarttabid}/stg/4/ordID/[ORDERID]/Default.aspx
- If you activate IPN, you must specify a default url. This is because PayPal has to notify every payment, even when you don't specify a notifyurl (for example for manual payment you just can't specify it).
- I haven't tried a credit card payment (without login to paypal), but my experience with PayPal leads me to think that this kind of payment is treated in the same way. Probably some value in the notification post data or in the verification response could be a bit different (just to let you know that), but the main data (payment status, custom field, etc.) still remain the same.
-
In the NBStore PaypalGateway settings you have to specify a <CartName>. This is shown in the payment details as the item name.
Also because since you change the default configuration with the [ORDERID] tag in the url, you can't simply copy and paste.
Regards,
Matteo