Hi, thank you for this plugin. I have a payflow plug-in for my opencart site too. I was able to modify the php to send the order number to payflow manager. Below is part of the code that did this. Can you add this to your plugin??
$request .= ‘&COMMENT1=’ . (int)$order_info[‘order_id’];
The reason this is handy is you can search transactions using the order number and then you can get the Transaction ID to process credits back to the customer.
]]>We are using this plugin for Payflow Pro purchases. Paypal is expecting expiration date to be MM/YY but thie plugin is sending MM/YYYY by formatting the exp date after submission.
This solution worked for me. Edit this file:
class-premium-pal-pro-payflow-common-function.php
Comment out lines 154-160 like this:
// if (strlen($card_exp_year) == 2) {
// $card_exp_year += 2000;
// }
// if (strlen($card_start_year) == 2) {
// $card_start_year += 2000;
// }
This submits the expiration date as entered by the user to MM/YY as expected by Paypal Payflow Pro
]]>Greetings, I need help, the plugin throws me the following error and I can not find the problem:
Payment error: User authentication failed
]]>When percentage discount codes are used, the line item rounding and the amounts sent to the Payflow servers may not be the same.
This plugin needs a sanity check to make sure that all the amounts will total up, or the transaction is rejected by the Payflow servers as the amounts do not validate. This is a rounding and precision issue when using percentage discount codes.
As an example (with the percentage discount applied to make it simpler):
2 x 25.964 : The line total may show $51.92 (25.96 + 25.96 = 51.92)
The transaction total sent $51.93 (why? 25.964+25.964=51.928 round up is 51.93)
This is leading to transaction failures as the Payflow servers think you are trying to send it false transactions.
We have had to disable the plugin until this issue can be fixed as it gives a server error to the customer.
]]>We currently authorize cards on our desktop from the Payflow gateway via Xauthorize interface.
We are moving to Woocommerce. Will this plugin allow us the pre authorize the card and then make the final charge when the product is ready to ship?
]]>Hello,
I have downloaded and activated your Paypal Pro Payflow plug in however the WooCommerce links on the dashboard do not show up so I am unable to set up.
Can you help
]]>