mig810
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] PayPal IPNHi
We returned to the php version 5.3.10-1ubuntu3.24 and WooCommerce 2.5.5
We also review the settings on the account paypal
https://www.jotform.com/help/276-How-to-Enable-IPN-for-Paypal
a greeting
Forum: Plugins
In reply to: [YouTube WordPress Plugin by Embed Plus] Get PlaylistI understand it is only for the pro version.
Thank you.
regardsForum: Plugins
In reply to: [WooCommerce] PayPal IPNHi Mike.
Problem solved.
Yesterday I spoke with officials of the host. Since the problems coincided with a server migration they did in January, to update the php version to 5.5 and did not know what the problem with the certificate had decided to return to the previous with the php version 5.3 server has disappeared the problem:
PayPal sends the first IPN and product changes to processing. Not again make more attempts. It does address that had https: //
What is not what could happen. I think I’ll stay without knowing it.
Thanks for everything.
The plugin works perfectly (unless there is problem with the version of php something I do not think).
A greeting and thanks again for your help and assistance.
Miguel.-Forum: Plugins
In reply to: [WooCommerce] PayPal IPNNotification URL without SSL
https://xxxxxx.com/wc-api/WC_Gateway_Paypal/
Notification URL with SSL
https://xxxxxx.com/wc-api/WC_Gateway_Paypal/
The “s” at http
Forum: Plugins
In reply to: [WooCommerce] PayPal IPNHi Mike
I wanted to inform you that the following happens:
Forcing secure payment from WC (I have an SSL certificate) communication failure occurs PayPal IPN.
When I disable secure payment on WC (is not active SSL) does not fail.
It is problem of plugin, the host?
Thank you.
A greeting.-Forum: Plugins
In reply to: [WooCommerce] PayPal IPNHi.
I activated the IPN, changed the url and continues to send the old url and giving error.02/03/2016 @ 18:21:13 – Generating payment for order form Notify 25777. URL: https://xxxxx.com/wc-api/WC_Gateway_Paypal/
03/02/2016 @ 18:35:51 – Generating payment for order form Notify 25778. URL: https://xxxxx.com/wc-api/WC_Gateway_Paypal/
02/03/2016 @ 18:41:49 – Generating payment for order form Notify 25779. URL: https://xxxxx.com/wc-api/WC_Gateway_Paypal/
02/03/2016 @ 19:59:32 – Generating payment for order form Notify 25780. URL: https://xxxxx.com/wc-api/WC_Gateway_Paypal/
02/03/2016 @ 20:10:29 – Generating payment for order form Notify 25780. URL: https://xxxxx.com/wc-api/WC_Gateway_Paypal/Here I changed the url to
https://xxxxx.com/?wc-api=WC_Gateway_Paypal
and this is the answer:
02/03/2016 @ 20:33:41 – Generating payment for order form Notify 25781. URL: https://xxxxx.com/wc-api/WC_Gateway_Paypal/
I do not know what to do.
Forum: Plugins
In reply to: [WooCommerce] PayPal IPNhttps://example.com/?wc-api=WC_Gateway_Paypal
It is not necessary to https?
Forum: Plugins
In reply to: [WooCommerce] PayPal IPNHi.
Amazing. I can not believe it:
The IPN function is disabled. You must enable IPN to create history data !!!!
We’ve never disabled. Well, anyway I’ll turn:
I requested URL notification
Which one do I put? This: https://xxxxxx.com/wc-api/WC_Gateway_Paypal/?
Thank you.Forum: Plugins
In reply to: [WooCommerce] PayPal IPNHi.
I just made a purchase and invoice sent me, I returned to the store site, but the order remains pending. It does not pass processing.Forum: Plugins
In reply to: [WooCommerce] PayPal IPNUntil version 2.4.12 on paypal log on the server the following appears:
12-29-2015 @ 1:18:45 – Received valid response from PayPal
12-29-2015 @ 1:18:45 – Found order # 25672
12-29-2015 @ 1:18:45 – Payment status: completed
12-30-2015 @ 11:35:32 – Generating payment for order form Notify 25673. URL: https://xxxxxxx.com/wc-api/WC_Gateway_Paypal/
12-30-2015 @ 11:36:40 – Checking IPN response is valid
12-30-2015 @ 11:36:42 – IPN Request: ArrayFrom version 2.4.13 and 2.5.2 the following appears:
01-27-2016 @ 17:25:53 – Received valid response from PayPal
01-27-2016 @ 17:25:53 – Found order # 25691
01-27-2016 @ 17:25:53 – Payment status: completed
01-27-2016 @ 17:27:08 – Checking IPN response is valid
01-27-2016 @ 17:27:09 – IPN Request: Arraythis line goes:
Generating payment for order form Notify 25673. URL: https://xxxxxxx.com/wc-api/WC_Gateway_Paypal/
If you can do some good.
Forum: Plugins
In reply to: [WooCommerce] PayPal IPNI think so. There is a ssl certificate that handles WooCommerce. It is the active force secure payment option in WooCommerce settings.
Forum: Plugins
In reply to: [WooCommerce] PayPal IPNHi
You can not reach.
This is the answer:
“PayPal IPN Request Failure”
Forum: Plugins
In reply to: [Invoices for WooCommerce] Pagination, header and footer.Resolved
Thanks.Forum: Plugins
In reply to: [Invoices for WooCommerce] Pagination, header and footer.Hi, thanks for answering.
What I meant is to appear only once at the beginning and the end, but not on every page. It occupies too much space.
Thanks again.
A greeting.Forum: Plugins
In reply to: [WooCommerce] Problem with PayPalHi Mike,
I have a problem when you have upgraded to 2.4.7 WooCommerce
With the previous version worked well the script to differentiate the concepts:$paypal_args [‘amount_1’] = number_format ($Order-> get_total () – round ($Order-> get_total_shipping () + $ Order-> get_shipping_tax (), 2) + $Order-> get_order_discount (), 2 ‘. ‘,’ ‘);
$paypal_args [‘amount_2’] = number_format ($Order-> get_total_shipping () + $ Order-> get_shipping_tax (), 2, ” ‘.’);
How I can now distinguish
the order $paypal_args [‘amount_1’]
shipping $paypal_args [‘amount_2’]to work
if ($paypal_args [‘amount_1’] <0.00) {
$paypal_args [‘amount_2’] + = $ paypal_args [‘amount_1’];
$paypal_args [‘amount_1’] = “0.00”;
}In the new version does not quite understand the function:
get_line_item_args, to extract variables.
I’m lost.
Sorry for my English.
Thank you.
A greeting.-