News:

Support the VirtueMart project and become a member

Main Menu

VM2.X and sofortüberweisung

Started by boomerang13, January 31, 2012, 06:11:15 AM

Previous topic - Next topic

quaintpl

Quote from: nils_inv on October 04, 2012, 09:27:11 AM
In the VM Administration. Entering in an order, bottom right.

I've fixed transaction numbers, but I've found a bug - sofort cannot notify plugin when order number contains letters (ex. 3456ef8). Can you check your orders and confirm that the ones only with digits in order number are confirmed by sofort and those with letters in order number are still pending?

nils_inv

Yes, I can confirm that. That's why suprisingly the order from this morning was set to confirmed. It only contained numbers.
What can we do?
--------------------------------------
http://www.inventivo.de

quaintpl

Quote from: nils_inv on October 04, 2012, 11:28:46 AM
Yes, I can confirm that. That's why suprisingly the order from this morning was set to confirmed. It only contained numbers.
What can we do?

I'm investigating the problem. For this kind of orders apache sets "x-pad: avoid browser bug" header in response to sofort's notification call and doesn't run plugin code. I must compare sofort's calls for orders with letters and without and find the difference causing the problem.

nils_inv

Okay, thank you. will wait for your news then.
--------------------------------------
http://www.inventivo.de

quaintpl

I've managed to fix this. Working version is here:

http://dl.dropbox.com/u/116386/com_virtuemart_sofortclassic.2.0.2.zip

You can unpack this and replace only plugins/vmpayment/sofortclassic/sofortclassic.php file on your server.

nils_inv

--------------------------------------
http://www.inventivo.de

nils_inv

But now, as customer, I do not receive an order confirmation email. As Shop owner no emails, too.
--------------------------------------
http://www.inventivo.de

coppo82

hi , i have installed this plugin( classic version ) and test it with the TEST MODUS but when the transaction is finish i get an error and i see that the URL generated is

vm%v2.1 why ????

thanks
the best solution for the joomla virtuemart CSV
http://joomdonation.com/components/csv-advanced.html

quaintpl

Quote from: nils_inv on October 05, 2012, 08:46:36 AM
But now, as customer, I do not receive an order confirmation email. As Shop owner no emails, too.

Try now - the same link and just replace main file.

quaintpl

Quote from: coppo82 on October 09, 2012, 16:31:02 PM
hi , i have installed this plugin( classic version ) and test it with the TEST MODUS but when the transaction is finish i get an error and i see that the URL generated is

vm%v2.1 why ????

thanks

Dunno. Can you provide me any link to your page?

coppo82

no the website is offline but when i tried was online.

the situation is this :  i buy something , i compleat all steps , then i get sofort page with the simulation and i follow all steps but in the end when the transaction is finish i should go back to my website but i get that error as URL .

the best solution for the joomla virtuemart CSV
http://joomdonation.com/components/csv-advanced.html

quaintpl

Quote from: coppo82 on October 10, 2012, 12:59:19 PM
no the website is offline but when i tried was online.

the situation is this :  i buy something , i compleat all steps , then i get sofort page with the simulation and i follow all steps but in the end when the transaction is finish i should go back to my website but i get that error as URL .

You need to set links manually in sofort.com panel. Add your domain with http:// at the beginning of every address.

notification
/index.php?option=com_virtuemart&view=pluginresponse&task=pluginnotification&tmpl=component&on=-USER_VARIABLE_0-&pm=-USER_VARIABLE_1-

success
/index.php?option=com_virtuemart&view=pluginresponse&task=pluginresponsereceived&on=-USER_VARIABLE_0-&pm=-USER_VARIABLE_1-

abort
/index.php?option=com_virtuemart&view=pluginresponse&task=pluginUserPaymentCancel&on=-USER_VARIABLE_0-&pm=-USER_VARIABLE_1-

coppo82

Ok done , it works very fine . thanks for the support.

Bye
the best solution for the joomla virtuemart CSV
http://joomdonation.com/components/csv-advanced.html

coppo82

when the transaction is succesful why in the system the order stay PENDING and not confirmed ???

the best solution for the joomla virtuemart CSV
http://joomdonation.com/components/csv-advanced.html

quaintpl

Quote from: coppo82 on October 10, 2012, 14:36:34 PM
when the transaction is succesful why in the system the order stay PENDING and not confirmed ???

Check notification link, check notification password, check errors in sofort.com panel.