Ideal (Mollie) API

23.05.2014 11:38
#1
remkootje
Joomshopping forum user no avatar
Name: Remko
31.07.2013
Сообщения: 4
Quote
Ideal (Mollie) API

I bought the Ideal API module but when i test the payment with ideal mollie (Use the Test Bank) when a product is finished and testpayed i receive 2 extra emails? 2 mails to customer and also 2 emails to admin.(see picture)i just want to send 1 to each.

Other payments with payment by bank or delivy or by door are fine just 1 email to customer and 1 to admin.

Can somebody help me?

King regard Remko
Ideal (Mollie) API

 
23.05.2014 11:49
#2
Vova
Joomshopping forum user no avatar
Name: Volodymyr
08.11.2010
Сообщения: 24
Quote
Aw: Ideal (Mollie) API

Version joomshopping?

 
23.05.2014 11:51
#3
remkootje
Joomshopping forum user no avatar
Name: Remko
31.07.2013
Сообщения: 4
Quote
Aw: Ideal (Mollie) API

Hi it's version 4.3.3

 
23.05.2014 11:55
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Сообщения: 25854
Quote
Aw: Ideal (Mollie) API

update joomshopping

or change file

controllers/checkout.php

if ($status && !$order->order_created){
$order->order_created = 1;
$order->order_status = $status;
$order->store();
if ($jshopConfig->send_order_email){
$checkout->sendOrderEmail($order->order_id);
}
$checkout->sendOrderEmail($order->order_id);
$order->changeProductQTYinStock("-");
$checkout->changeStatusOrder($order_id, $status, 0);
}

change to

if ($status && !$order->order_created){
$order->order_created = 1;
$order->order_status = $status;
$order->store();
if ($jshopConfig->send_order_email){
$checkout->sendOrderEmail($order->order_id);
}
$order->changeProductQTYinStock("-");
$checkout->changeStatusOrder($order_id, $status, 0);
}

 
23.05.2014 11:58
#5
remkootje
Joomshopping forum user no avatar
Name: Remko
31.07.2013
Сообщения: 4
Quote
Aw: Ideal (Mollie) API

It looks like Ideal API mollie is also generating an automatic email and also the joomshopping system then i wil recieve double emails.
So i want in this case the if somebody pay with ideal the API Module is sending emails and not the system from joomshopping.

 
23.05.2014 12:09
#6
remkootje
Joomshopping forum user no avatar
Name: Remko
31.07.2013
Сообщения: 4
Quote
Aw: Ideal (Mollie) API

Im scared to update the shop with all the language changes by myself and i will lose them or other settings.

I edited the checkout.php i receive now 2 mails thank you very much!

Great support.

Regards remko


Последнее изменение: 23.05.2014 12:09
 


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.