

fresco
Members-
Content count
62 -
Joined
-
Last visited
Profile Information
-
Real Name
ilia
-
test transaction: NOT paid - return to website link not clicked: Preparing [PayPal Standard] paid - return to website link not clicked: Preparing [PayPal Standard] paid - returned to website (clicked link to come back) PayPal [Transactions] - first record Pending - second record
-
if I understand you correctly: Customer puts items into the cart, checks out, and gets forwarded to paypal and makes a payment, then he "CLOSES THE WINDOW WITHOUT CLIKING" return to website link (my website). The oscommerce installation order record WILL still get updated as paid? Sorry for the caps.
-
That's all it has there - no instructions on what ipn should point to! Instant Payment Notification All orders processed through PayPal Payments Standard are verified by a separate call PayPal automatically performs when an order has been processed. PayPal sends an Instant Payment Notification (IPN) to your store with the order information which is then verified and logged with the order. The results of the verification are logged in a private order status that can be seen when viewing the order. So where IPN on the paypal site should be set up to point to?? and where do return Url should point to ???
-
Version: 3.2
-
Hi I am configuring Papal Payments Standard using this guide: http://forums.oscommerce.com/topic/331996-how-to-setup-paypal-website-payments-standard/ I am posting it here because last post there is 2+ years old... there are steps needed to be done at Paypal Site I do not have /catalog/ipn.php :( should it be set to: /catalog/ext/modules/payment/paypal/standard_ipn.php ?
-
fresco started following Moving osCommerce 2.2-MS2 to New site with fresh 2.3.3.4
-
I could not find this info. Have affiliate program running for 3 years and have 2 questions: 1) How to "prune" affiliate clicks - I have over 1000pages of them...? 2) Is there a way to stop registering "clicks" from robots - those are 90% of all the registered clicks... thank you
-
just bumping it up a little hoping it is not against the rules...
-
HI Greg, in oscAffiliate integration with PayPal IPN that you have directed me to: QUOTE I would assume it is paypal/application_top.php.inc file ? this file does not have //$shipping = unserialize($orders_session['shipping']); line or anything that looks like that? what to do? PS. i have posted this question in PayPal Ipn support also - when you reply I will copy the answer to wherever it would be missing - it kinda belongs in both topics...
-
HI Greg, in oscAffiliate integration with PayPal IPN that you have directed me to: I would assume it is paypal/application_top.php.inc file ? this file does not have //$shipping = unserialize($orders_session['shipping']); line or anything that looks like that? what to do?
-
Credit Class/Gift Vouchers/Discount Coupons 5.10
fresco replied to Strider's topic in General Add-Ons Support
does not it happen in this order: in admin email coupon user gets email with a link to redeem user clicks redeem link and it brings him to a "coupon redeemed success page" if user was not loged in it will ask him/her to login and redeemed coupon will be there. this is how it worked for me when i tested the install. or you want something different? from your post i gather that that is exactly what you want and it is built in already... -
never mind... got overconfused... have the right contribution - it is PayPal Ipn 2.6a I need...
-
Where do you download 2v2.6a or 2.8 or any above 2.02 . Other than that is in contributins area here:conribution
-
Hi Greg, and thanks - I have missed this post - will take a look and try to make it work... iLia
-
thanks, i've got it
-
Credit Class/Gift Vouchers/Discount Coupons 5.10
fresco replied to Strider's topic in General Add-Ons Support
hi Strider, you know that PayPal IPN does support 0 cost orders on the paypal side... there is no current fix for that so I was hoping that you can help me to setup temporary fix such as make CCGV not to calculate decimals for GV. example product cost $19.50 gift vocher $25.00 if used - product cost becomes $0 and GV balance $$5.50 needed product cost $19.50 gift vocher $25.00 if used - product cost becomes $0.50 and GV balance $6.00 thus leaving $0.50 for paypal to accept transaction can you help to do that?