cdeserio
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Button for PayPal] Orders without details (Paypal sandbox)Hi Noor,
I’ve made other tests.. the problem is not resolved changing the charset of the business account, I’ve tested it using another personal account and the problem occours again.I don’t think WP can be the problem, as the name that creates problems is a WP Post Title, so WP is capable to insert it in the same DB, in another table.
Forum: Plugins
In reply to: [Payment Button for PayPal] Orders without details (Paypal sandbox)I was thinking to a solution in order to intercept any error:
In paypal-ipn.php can you throw an action when the code enters the “else” at row 176?
For example, using another boolean to check if any of the previous error situations has occured (instead of just write the log and return the function), then at line 176 you can add a “do_action(‘wp_paypal_ipn_not_processed’, $ipn_response);” or another error action basing on the case.
So if an error occures during the reading at least we can send an email or show something to the site admin..
When money are on the table, customers are really touchy..
Forum: Plugins
In reply to: [Payment Button for PayPal] Orders without details (Paypal sandbox)Ok, thanks..
If this is possible, I suggest to make the plugin more “international” avoiding this kind of problems with response format.
Thanks again, I’ll let you know if I found other strange situations.
Cristina
Forum: Plugins
In reply to: [Payment Button for PayPal] Orders without details (Paypal sandbox)Hi Noor,
it seems to work.. but I’m worried: the UTF-8 format has to be set only on the business account or in the customers accounts either?
because I have one Paypal developer account and it has changed the format for both, I think.
- This reply was modified 4 years, 1 month ago by cdeserio.
Forum: Plugins
In reply to: [Payment Button for PayPal] Orders without details (Paypal sandbox)Hi Noor,
sorry for the late answer.
This is the log:
Pay attention: the upload expires in a week.
This is not good.. looks like an error in updating the order and not a Paypal error.. so this could happen in production environment? ??
The hook (wp_paypal_ipn_processed) I use to insert my info in DB is not triggered…Thank you so much
Forum: Plugins
In reply to: [Payment Button for PayPal] Orders without details (Paypal sandbox)@naa986 the screenshot I’ve posted in my previous comment come from WP-Paypal menu -> Orders, if this was not clear.
Thanks again in advance
Forum: Plugins
In reply to: [Payment Button for PayPal] Orders without details (Paypal sandbox)Thanks sdevine, but I have already created a custom e-commerce for the job. ??
Forum: Plugins
In reply to: [Payment Button for PayPal] Orders without details (Paypal sandbox)Hi Noor,
ok, but I have a doubt,as you can see in the linked image
the plugin creates an order, but it messes the information it does not receive from paypal.
Am I wrong? We cannot use this “state” of the order to trigger something?
Thanks
Forum: Plugins
In reply to: [Accept Stripe Payments] Hook for payment completionThanks for the info!!
Forum: Plugins
In reply to: [Payment Button for PayPal] No details on order entry, no log visibleI’m following.. same problem here, using Paypal Sandbox, but only for 2 orders today..
It could be Paypal Sandbox issue or WP Paypal issue?
Forum: Plugins
In reply to: [Payment Button for PayPal] Add to Cart issue if tab openThank you so much Noor!
Forum: Plugins
In reply to: [Payment Button for PayPal] Add to Cart issue if tab openHi,
any news on this topic?
Thanks
Forum: Plugins
In reply to: [Payment Button for PayPal] How to view Orders using Sandbox in localhostThanks Noor, it simply works on a server, as you said.
Forum: Plugins
In reply to: [Payment Button for PayPal] How to view Orders using Sandbox in localhostOk… thanks for the answer. And then, when I will install the platform on a server, which URL I must use for IPN?
My question is about the relative URL/path, not absolute, of course.I have to link paypal-ipn.php maybe?
Thanks