Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dangermouse

Pioneers
  • Posts

    19
  • Joined

  • Last visited

Everything posted by Dangermouse

  1. For anybody that wants to disable the 3DS (Cardinal) pages when doing an add charge from the admin side as I did all you need to do is the following:- Open Catalog > includes > modules > payment > paypal_wpp.php search for:- function cardinal_centinel_enabled($cc_type = '') { if (MODULE_PAYMENT_PAYPAL_DP_CC_ENABLE != 'Yes') return false; and replace with:- function cardinal_centinel_enabled($cc_type = '') { if ($this->is_admin) return false; if (MODULE_PAYMENT_PAYPAL_DP_CC_ENABLE != 'Yes') return false; Then open catalog > admin > includes > paypal_wpp > paypal_wpp_include.php Search for:- if (MODULE_PAYMENT_PAYPAL_DP_CC_ENABLE == 'Yes') { echo 'alert("This feature is unavailable with the Cardinal Commerce 3D Secure feature enabled.");'; echo 'return false;'; } and replace with:- if (MODULE_PAYMENT_PAYPAL_DP_CC_ENABLE == 'Yes') { // echo 'alert("This feature is unavailable with the Cardinal Commerce 3D Secure feature enabled.");'; // echo 'return false;'; } Hope this helps someone else.
  2. Hi Is it possible (I imagine so - just not sure how to do it safely) to turn off the 3DS feature temporarily if using the Add Charge feature in admin? Its a chore to go to modules > payment > paypal_wpp to disable 3DS for a few moments whilst taking a card payment over the phone to then go back and enable it again afterwards... would be much neater if we could do this with php when the button is clicked for instance. Many thanks
  3. No, we also have this issue. Every now and then we will get a processor decline (not sure if this is the same as your timeout?) but when they phone and we take the payment over the phone using the add charge feature (thus cutting out the 3DS feature) it works perfectly every time.
  4. Good idea! i like this thinking the box stuff lol. Yes, it worked other than for a maestro card which is understandable as they now insist on it being through 3DS.
  5. We use the add charge feature alot also, but not entirely sure that this would work for all customers. I have found that, for some odd reason, some customers dont like to use their card details on a website and would prefer to give them to a stranger they are talking to on a phone. How thats more secure i dont know, but you cant change some peoples perceptions. I would love for this feature to work though, at the moment I am having to log into paypal to use the virtual terminal which is a pain... it means having to log into 2 systems to place 1 order. Tony
  6. Ahh that is a shame, this is such a useful feature and has been used a lot by us. Just not the same having to log into paypal to do a transaction.
  7. Just come across an issue with this, not sure whats caused it... I've just tried to put an order through manually, using the "add charge" feature on the orders page in admin, and its come up with an error:- https://www.domain.co.uk/admin/includes/paypal_wpp/FILENAME_PAYPAL_WPP_3DS does not exist Why would it be asking me for the 3DS page when logged into admin? for phone orders we should never have access to a customers 3DS password, it should just go through like a virtual terminal transaction shouldnt it? Have I missed something here? Tony
  8. The logos for 3D secure can be downloaded from http://sandbox.cardinalcommerce.com/zips/CentinelGuides_20100201_113326.zip which also contains an integration sample. I just put this in the left column on my website and now jobs done! :) Tony
  9. all seems to be working fine for me here now, have sucessfully taken some transactions from customers through cardinal commerce. One thing the guy from CC said is that the Verified by and secured by logos with links to more info are missing from the payment pages... presume this just needs to go on the payment confirmation page if processing by card?
  10. Thats great Brian!!! many thanks! I have updated to the new module and can succesfully process normal card payments. I havent got a maestro card to try this, but i was expecting with my normal visa card to get the verified by section after clicking submit at the end of the order, however it just processed it normally. Does this only work for maestro payments, or should all orders be going through cardinal commerce and be verified? Tanks again.
  11. im just hoping that the current setup doesnt stop being able to take all the cards full stop when they change this over tomorrow. We really need a way of implementing this neatly and quickly.
  12. I was sent a paypal pro with 3D secure this morning by cardinal commerce but unfortunately its useless for heavily modified stores as the instructions are just to do a file compare... there isnt even any comments in the files to tell you where the code starts or ends. please please please can we have an update on this module with the 3D functionality? I see on the github site, in the TODO file that this was being done early last year, but there has been no update since. Any help would be appreciated.
  13. Still nothing for 3D Secure? This is going live in the UK in 2 weeks time, that means the current module wont work any more... it needs the 3D secure bit in there whether we use it or not or all transactions will fail from my understanding. I really dont want to uninstall this one and install the official paypal one. Anybody?
  14. anybody watching this topic that can help with this please?
  15. It is looking like we are going to have to put in 3D-Secure sometime soon... paypal keep nagging me to implement it. Is there anything that can be done on the module to introduce this? I notice that the official paypal one (downloadable from paypal) is saying it has 3dsecure already in it, but i really dont want to have to uninstall this module which is working perfectly and install another one. Any help?
×
×
  • Create New...