Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manual backoffice order payment email not send #361

Closed
Adekonl opened this issue Jun 18, 2021 · 7 comments
Closed

Manual backoffice order payment email not send #361

Adekonl opened this issue Jun 18, 2021 · 7 comments

Comments

@Adekonl
Copy link
Contributor

Adekonl commented Jun 18, 2021

Expected behavior

The customer receiving an email with payment-link when the order is created from the backoffice is merchant chooses to do so.

Actual behavior

Email is not send and the mollie-column doesn't appear in the backoffice. Making it impossible to send a second-chance email to the customer.

Steps to reproduce the behavior

Backoffice->Order->create new order -> choose Mollie at the payment-section, check checkbox to send a payment-link -> Create order.
image

Environment

  • PrestaShop version: 1.7.7.2, 1.7.7.4
  • Mollie module version: 4.2.4, 4.3.0
  • PHP version: 7.3.x
@SimonasB88
Copy link
Contributor

Hello @Adekonl thank you for the submission here, I can assure that the Support team has received and registered this case for development investigation.

I will update you ASAP about the investigation status.

Best Regards
Invertus Support Team

@Saimis777
Copy link
Contributor

Hi @Adekonl ,

Maybe you could provide us with your BO/FTP credentials for further investigation? If yes, please send them to - [email protected]

Just be sure to not reply to this message.

--
Best regards,
Invertus Support team

@Saimis777
Copy link
Contributor

Hi @Adekonl ,

Could you clarify if you would be able to send further needed details for the investigation?

Thank you!

--
Best regards,
Invertus Support team

@Adekonl
Copy link
Contributor Author

Adekonl commented Jul 1, 2021

Hi Saimis,
Thanks for the heads-up, i've just emailed you the credentials.

@Saimis777
Copy link
Contributor

Hi @Adekonl ,

Managed to reproduce the issue on the local machine and added a fix to your dev environment. Unfortunately, the provided shop doesn’t load for us and we couldn’t test it on you dev environment.
Files that were changed shop_folder/modules/mollie/mollie.php line 1064 if ('AdminOrders' === $this->context->controller->controller_name && replaced with if (!empty(Tools::getValue('mollie-email-send')) &&

Let us know if everything is okay!

--
Best regards,
Invertus Support team

@Adekonl
Copy link
Contributor Author

Adekonl commented Jul 2, 2021 via email

@Saimis777
Copy link
Contributor

@Adekonl ,

Thanks for the clarification!

Marking issue as resolved.

Be sure to re-open the issue if you'll need further help or raise a new one for other questions!

Have a nice day!

--
Best regards,
Invertus Support team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants