VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Development Projects, Modifications, Hacks & Tweaks. VM1.1 => Payment Modules => Topic started by: Nicos on April 08, 2008, 10:06:38 AM

Title: Payment Method Saferpay
Post by: Nicos on April 08, 2008, 10:06:38 AM
We have implemeted the payment-method SAFERPAY for CreditCard-Processing!

Please feel free to download it on: http://www.niconsulting.de/component/option,com_docman/Itemid,63/task,cat_view/gid,19/

Regards
Nicos
Title: Re: Payment Method Saferpay
Post by: andyma on October 27, 2008, 18:01:16 PM
hey u r my HERO!! thx a lot... :)
Title: Re: Payment Method Saferpay
Post by: andyma on October 27, 2008, 18:55:04 PM
Hi Nicos, i'm trying to use your module...i set up all like your instructions but when i go to checkout i got this error:

(http://img401.imageshack.us/img401/4335/probsaferpaytm3.jpg)

any suggestion?

thx again and cheers
Title: Re: Payment Method Saferpay
Post by: mhaller on December 14, 2008, 23:59:13 PM
The module has been updated to work with VirtueMart 1.1. Check it out: https://www.smartwerkz.com/confluence/display/WWW/Zahlungsmethode+Saferpay
Title: Re: Payment Method Saferpay
Post by: Mavo on January 27, 2009, 18:23:40 PM
Hello,

You are my savior!!! :D Thank you very much!! It worked perfectly with VirtueMart 1.1.2.

Marie

:-*
Title: Re: Payment Method Saferpay
Post by: p.barg on March 09, 2009, 10:58:42 AM
Hi,

great work - thank's a lot! I tested the module and have 1 small problem and 1 question:
After the payment process, which seems to work fine, I get the following warning:

Warning: error_log(/temp/saferpay.log) [function.error-log]: failed to open stream: No such file or directory in ...../administrator/components/com_virtuemart/classes/payment/ps_saferpay.php on line 215

Where exactly is the file /saferpay.log supposed to be positioned? I could'nt figure out the correct place...

As for the question: The mail that a new order has arrived comes in before the customer has actually payed. So how can one be sure that he actually carried out the payment (without logging in into the saferpay backend)?

-- Petra


Title: Re: Payment Method Saferpay
Post by: nova13 on June 19, 2009, 21:06:03 PM
Hi all,

Same problem here. I have implemented everything and it now seems to work.

But I have also the same temp/saferpay.log message.

I have got some files from the saferpay support hotline with some php files (back.php, fail.php, start.php, success.php and so on)

Does anybody know what to do with them and where they have to be copied.

Would be great to have some news...

Thanks,
Patrick
Title: Re: Payment Method Saferpay
Post by: Clowniboy on August 11, 2009, 14:39:15 PM
I have the same problem, give it some news??
Title: Re: Payment Method Saferpay
Post by: nova13 on August 11, 2009, 16:21:35 PM
I have a solution for all swiss in here...forget Saferpay. For those who wants to know more, write me a PM.
Title: Re: Payment Method Saferpay
Post by: p.barg on April 10, 2010, 13:37:41 PM
Hi,

for those of you who are still struggling with the log file, this is how I solved the problem:
Open the file  /administrator/components/com_virtuemart/classes/payment/ps_saferpay.php and look for the following function (around line 214):
function logToFile($msg) {
  error_log($msg . "\r\n", 3, "/temp/saferpay.log");
}

change it to:
function logToFile($msg) {
  error_log($msg . "\r\n", 3, "./temp/saferpay.log");
}


That solved the problem for me.

-- Petra
Title: Re: Payment Method Saferpay
Post by: egoiste on April 14, 2010, 16:37:03 PM
Hello there,

I have installed the saferpay module, and i m testing it,
when the order is done in the backend order of virtuemart the status
is set correctly to "confirmed", but  the confirmation order email of the customer remains "pending" and  the email of the administrator too?
is it normal with the test mode? someone has any idea?

THX
Title: Re: Payment Method Saferpay
Post by: widcater on December 25, 2012, 08:33:37 AM
We just released a new Saferpay Payment Plugin for VM2.0 and joomla2.5-  VM Payment, saferpay (http://www.joomlavm.com/index.php?/Components/VM-payment-saferpay-for-vm2.0/flypage.tpl.html).