iDeal Mollie failed payment.

01.01.2012 10:47
#1
grietbroek
Joomshopping forum user no avatar
Name: Guido
29.07.2011
Posts: 68
Quote
iDeal Mollie failed payment.

In test-mode you can choose wether the payment was successful or not successful. When choosing 'successful', everything works great.

But when selecting 'payment not successful' it seems the system is doing the same as a successful payment with the only difference that the order has the status 'canceled' (or whatever you have selected in config with failed payments).

Honestly I need a message saying the transaction was not successful.

Maybe I misunderstood the way of thinking?


Joomla: 1.7.3.
JoomShopping: 3.2.5
Website Url: www.gvb-halen.nl

Letzte Änderung: 01.01.2012 16:47
 
27.02.2012 00:14
#2
outrageonline
Joomshopping forum user no avatar
Name: outrage
02.02.2012
Posts: 14
Quote
Aw: iDeal Mollie failed payment.

I would love to know how I can manage this as well.

IDEA FOR SOLUTION: Redirect to Shopping Cart Step 3 (Choose payment mode) after a failed iDeal attempt!


Joomla: 2.5.1
JoomShopping: 3.5.0
PHP: 5.3.3-7+squeeze7
MySQL: 5.1.49
 
27.02.2012 00:38
#3
outrageonline
Joomshopping forum user no avatar
Name: outrage
02.02.2012
Posts: 14
Quote
Aw: iDeal Mollie failed payment.

Ow BTW, Is this the regular way to ask for help for commercial modules? Or is there another Hilfe-section for paying customers?

outrageonline - 27.02.2012 00:14
I would love to know how I can manage this as well.

IDEA FOR SOLUTION: Redirect to Shopping Cart Step 3 (Choose payment mode) after a failed iDeal attempt!



Joomla: 2.5.1
JoomShopping: 3.5.0
PHP: 5.3.3-7+squeeze7
MySQL: 5.1.49
 
27.02.2012 08:09
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: iDeal Mollie failed payment.

Yes.

 
27.02.2012 14:28
#5
outrageonline
Joomshopping forum user no avatar
Name: outrage
02.02.2012
Posts: 14
Quote
Aw: iDeal Mollie failed payment.

Awesome. I hope there will be a solution soon!

webdesigner - 27.02.2012 08:09
Yes.


 
27.02.2012 18:45
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: iDeal Mollie failed payment.

change joomshopping

\components\com_jshopping\controllers\checkout.php

function step7

cahange row

$this->setRedirect(SEFLink('index.php?option=com_jshopping&controller=checkout&task=step5',0,1,$jshopConfig->use_ssl));

to

$this->setRedirect(SEFLink('index.php?option=com_jshopping&controller=checkout&task=step3',0,1,$jshopConfig->use_ssl));

 
28.02.2012 11:25
#7
grietbroek
Joomshopping forum user no avatar
Name: Guido
29.07.2011
Posts: 68
Quote
Aw: iDeal Mollie failed payment.

Ok I will test this out soon

 
29.02.2012 01:47
#8
outrageonline
Joomshopping forum user no avatar
Name: outrage
02.02.2012
Posts: 14
Quote
Aw: iDeal Mollie failed payment.

I don't know about you grietbroek but this doesn't work for me.

 
29.02.2012 08:22
#9
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: iDeal Mollie failed payment.

+Change

function _cancelPayOrder()

step5 to step3

 
29.02.2012 14:31
#10
outrageonline
Joomshopping forum user no avatar
Name: outrage
02.02.2012
Posts: 14
Quote
Aw: iDeal Mollie failed payment.

Thanks for your quick reply.

I changed line 1038:
$this->setRedirect(SEFLink('index.php?option=com_jshopping&controller=checkout&task=step5',0,1,$jshopConfig->use_ssl));
-> to step3

And line 1520:

$this->setRedirect(SEFLink('index.php?option=com_jshopping&controller=checkout&task=step5',0,1,$jshopConfig->use_ssl));
-> to step3

no luck.


Joomla: 2.5.1
JoomShopping: 3.5.0
PHP: 5.3.3-7+squeeze7
MySQL: 5.1.49
 
29.02.2012 14:45
#11
outrageonline
Joomshopping forum user no avatar
Name: outrage
02.02.2012
Posts: 14
Quote
Aw: iDeal Mollie failed payment.

After this I just tried something else:
line 1038 + 1040, 1520 + 1522
from step5 to step3.

unfortunately no luck.

 
01.03.2012 09:56
#12
grietbroek
Joomshopping forum user no avatar
Name: Guido
29.07.2011
Posts: 68
Quote
Aw: iDeal Mollie failed payment.

I'm sorry, I'm very busy right now. Think I can test it beginning of next week.

 
07.03.2012 16:21
#13
outrageonline
Joomshopping forum user no avatar
Name: outrage
02.02.2012
Posts: 14
Quote
Aw: iDeal Mollie failed payment.

Any progress?

 
13.03.2012 17:10
#14
outrageonline
Joomshopping forum user no avatar
Name: outrage
02.02.2012
Posts: 14
Quote
Aw: iDeal Mollie failed payment.

Hey guys,

I'm sorry to bump this post. But I've paid for this iDeal module and I would really like to see it working properly. A 'failed' iDeal payment should NOT be redirected as a 'Succesful' transaction.

If this 'Failed' transaction can be redirected to a 'retry' from step 3 on, that would be fine.

Greetings.

 
13.03.2012 19:25
#15
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: iDeal Mollie failed payment.

Download new version 1.1

http://www.webdesigner-profi.de/joomla-webdesign/shop/payments/ideal-mollie.html


Letzte Änderung: 13.03.2012 19:25
 
14.03.2012 01:47
#16
outrageonline
Joomshopping forum user no avatar
Name: outrage
02.02.2012
Posts: 14
Quote
Aw: iDeal Mollie failed payment.

Great! Thank you for your reply!
This works fine for now.

However, could you consider one thing in an update:
This process:
order -> failed payment -> retry -> successful payment:
This process creates 2 orders! one 'cancelled' and one 'paid' order.

Can this be changed to only create one paid order?

Greetings.

 
14.03.2012 07:48
#17
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: iDeal Mollie failed payment.

It is impossible.

We need to change the core joomshopping

 
26.03.2012 11:04
#18
grietbroek
Joomshopping forum user no avatar
Name: Guido
29.07.2011
Posts: 68
Quote
Aw: iDeal Mollie failed payment.

I got this plugin as part of the investment team. You emailed this plugin so I am not able to download this upgrade, which I really need (good change).

Any chance to send me this plugin again?

info@embladesign.nl (contact person: Cees van Doorn)

 
26.03.2012 20:11
#19
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25936
Quote
Aw: iDeal Mollie failed payment.

See http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/26/2290.html

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.