Mollie Payment Module 1.3

Open to all! Ask other shopowners for help.
User avatar
martindavinci
Member
Posts: 38
Joined: Mon Mar 08, 2021 8:33 am
Phoenix Version: 1.1.0.5
Has thanked: 2 times

Re: Mollie Payment Module 1.3

Post by martindavinci »

Perhaps you should add the full path
(in dutch:)

mollie_helper.php
Onder regel 175
tep_session_unregister("comments");
// Show success page.
header("Location: https://www.XXXXXXX.nl/checkout_success.php");
}
else
{
// Send back to cart.
header("Location: https://www.XXXXXXXX/shopping_cart.php");
}
}
After this you will return in the right page

Tags:


Join The Code Co-op to get access to your library in the Code Co-op Forum
Fiber
Contributor
Posts: 173
Joined: Mon Oct 26, 2020 12:16 pm
Phoenix Version: v1.1.0.6
Has thanked: 17 times
Been thanked: 27 times

Re: Mollie Payment Module 1.3

Post by Fiber »

@martindavinci
Perhaps you should add the full path
Already tryed, but no luck, still the same redirect to shopping_cart
Turn up the Max
User avatar
alix32
Member
Posts: 14
Joined: Mon Oct 26, 2020 11:22 am
Phoenix Version: v1.0.7.6
Has thanked: 1 time
Been thanked: 1 time

Re: Mollie Payment Module 1.3

Post by alix32 »

Hi - I have Mollie installed in production on a Phoenix V1.0.7.6. I had to make tweaks and indeed, the redirect back to the cart is a big issue. Let's see what Preston (@zipurman ) comes back with because I'm certainly interested. Right now I have it configured to redirect to checkout_success. The order gets confirmed upon leaving the store to Mollie and then I have to manually set the order status to expired if I don't receive a payment confirmation email from Mollie after 10 mns, which is not ideal. If anyone wants to see how I modified Mollie to have it "sort of" work until someone has this fit for use, let me know!
Current Phoenix Version in prod: 1.0.7.6
revamp
Member
Posts: 14
Joined: Thu Mar 04, 2021 10:47 am
Phoenix Version:
Has thanked: 5 times
Been thanked: 1 time

Re: Mollie Payment Module 1.3

Post by revamp »

alix32 wrote: Mon Mar 22, 2021 11:14 am Hi - I have Mollie installed in production on a Phoenix V1.0.7.6. I had to make tweaks and indeed, the redirect back to the cart is a big issue. Let's see what Preston (@zipurman ) comes back with because I'm certainly interested. Right now I have it configured to redirect to checkout_success. The order gets confirmed upon leaving the store to Mollie and then I have to manually set the order status to expired if I don't receive a payment confirmation email from Mollie after 10 mns, which is not ideal. If anyone wants to see how I modified Mollie to have it "sort of" work until someone has this fit for use, let me know!
I think that a lot of Mollie users would be grateful if you upload the files espacially that with with the modifications.
User avatar
alix32
Member
Posts: 14
Joined: Mon Oct 26, 2020 11:22 am
Phoenix Version: v1.0.7.6
Has thanked: 1 time
Been thanked: 1 time

Re: Mollie Payment Module 1.3

Post by alix32 »

I will post the files tomorrow. Just need to reset some of the wording back to English as this was done for my French store
Current Phoenix Version in prod: 1.0.7.6
User avatar
zipurman
Builder
Posts: 540
Joined: Tue Oct 13, 2020 5:20 pm
Phoenix Version: v
Has thanked: 93 times
Been thanked: 162 times

Re: Mollie Payment Module 1.3

Post by zipurman »

Here is a working copy of Mollie tested on 1.0.8.0 ;)

*** Edit - previous upload was missing lang files ***


Hope this helps ;)
You do not have the required permissions to view the files attached to this post.
Last edited by zipurman on Tue Mar 23, 2021 8:55 am, edited 1 time in total.
zipurman
-----------
revamp
Member
Posts: 14
Joined: Thu Mar 04, 2021 10:47 am
Phoenix Version:
Has thanked: 5 times
Been thanked: 1 time

Re: Mollie Payment Module 1.3

Post by revamp »

Many thanks Preston!
Fiber
Contributor
Posts: 173
Joined: Mon Oct 26, 2020 12:16 pm
Phoenix Version: v1.1.0.6
Has thanked: 17 times
Been thanked: 27 times

Re: Mollie Payment Module 1.3

Post by Fiber »

zipurman wrote: Tue Mar 23, 2021 2:12 am Here is a working copy of Mollie tested on 1.0.8.0 ;)
Hope this helps ;)
Quick test done and seems to work!
Turn up the Max
User avatar
alix32
Member
Posts: 14
Joined: Mon Oct 26, 2020 11:22 am
Phoenix Version: v1.0.7.6
Has thanked: 1 time
Been thanked: 1 time

Re: Mollie Payment Module 1.3

Post by alix32 »

Thanks a lot Preston! Will test on V1.0.7.6 and let you know
Current Phoenix Version in prod: 1.0.7.6
User avatar
alix32
Member
Posts: 14
Joined: Mon Oct 26, 2020 11:22 am
Phoenix Version: v1.0.7.6
Has thanked: 1 time
Been thanked: 1 time

Re: Mollie Payment Module 1.3

Post by alix32 »

It works like a charm in V1.0.7.6 - thanks!
Current Phoenix Version in prod: 1.0.7.6


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply