PayPal Website Payments Pro Hosted Solution (Official)
#21
Posted 24 November 2012 - 07:03 PM
I do need to adjust it however: Paypal requires a "state" field associated with a CC, although it does not verify this(!) and the advice is just to duplicate the city if necessary.
We don't collect "state" from customers. I can't find exactly where in this system the info for Paypal is assembled - I'd like to interrupt it at the cruicial point and copy the city in to the state field if the latter is empty. Can anyone (the author?) point me at the correct piece of code?
I'd be grateful for advice.
#22
Posted 30 November 2012 - 02:20 PM
Thanks for your module.
I install two site , but I both get this error:
www.mydomain.com/ext/modules/payment/paypal/checkout.php?error=true
would you please help to give your suggestion?
thanks & Best Regards,
Sunrise99
#23
Posted 31 December 2012 - 03:33 PM
As installed, the "refund" button does not work when viewing an order in admin if "admin" is not installed inside "catalog". The culprit is line 16 of admin/ext/modules/payment/paypal/paypal_hss.php:
require('../includes/modules/payment/paypal_hss.php');
It should presumably be coded as:
require(DIR_FS_CATALOG . '/includes/modules/payment/paypal_hss.php');
#24
Posted 31 December 2012 - 03:54 PM
require(DIR_FS_CATALOG . 'includes/modules/payment/paypal_hss.php');
#25
Posted 13 January 2013 - 11:12 AM
* I currently have no entries in the config where it asks for "Payflow User" and "Payflow Password". It seems tto be OK without them?
* I'm unsure how this interacts with 3D-secure. Does this happen automatically once one has signed up for ardinal? The Cardinal people keep supplying config info that does not match up with the options available in this contribution. My suspicion is that none of it is needed. (Unless, that is, some of that info is meant to go in the payflow user and pw entries mentioned above.)
#26
Posted 19 January 2013 - 11:06 AM
/admin/orders.php that causes fatal failure on osCommerce 2.2 based systems when the orders from a particular customer are listed. It is as follows.
Around line 379 in that file is a database query including the field "o.cc_expire" which does not exist. The correct version of the field is "o.cc_expires" - which is indeed correctly used elsewhere in the file.
#27
Posted 15 February 2013 - 12:14 PM
#28
Posted 16 February 2013 - 02:21 PM
#29
Posted 17 February 2013 - 09:53 AM
Yes, as above we have it essentially working with a somewhat modified 2.2.
#30
Posted 20 February 2013 - 04:07 AM
#31
Posted 20 February 2013 - 04:07 AM
#32
Posted 20 February 2013 - 04:21 AM
in 2.2.
The cart reset happens in after_process() in includes/modules/payment/paypay_hss.php line 360:
$cart->reset(true);
Remove this and the cart will never empty. So not recommended at the moment
Stock is updated in before_process() so the qty field will be adjusted if they pay or not.
This to me seems all wrong. Wouldn't it be better to update stock and empty the customers basket when the IPN comes back from paypal?
#33
Posted 22 February 2013 - 10:13 AM
Thanks in advance
#34
Posted 03 March 2013 - 06:13 PM
rtuk, on 20 February 2013 - 04:07 AM, said:
#35
Posted 25 March 2013 - 12:53 PM
I have a working version (in testing) of the PayPal WPP – 3D Secure module (addons.oscommerce.com/info/7280), but I’m a bit wary of implementing because the ongoing cost of PCI compliance seems a tad heavyweight.
Does anyone know if this solution works with 3D Secure (using Cardinal Centinel)? There doesn’t seem to be a way of interrupting the flow to pass the captured payment details through the 3DS process.
As an aside, there doesn’t seem to be great coverage of 3DS, have many installations adopted it?
Many Thanks









