mollie / magento2

Mollie Payments for Magento 2
https://www.mollie.com
Other
101 stars 53 forks source link

Payment method not showing up in onestep checkout #46

Closed Yasp0 closed 6 years ago

Yasp0 commented 6 years ago

I am using a onestep checkout extension from BSS commerce. The default payment methodes do show up, but the Mollie payment methods don't.

I followed all the checkpoints on https://github.com/mollie/magento2/wiki/Troubleshooting, but no succes. Can you resolve this issue or do I need to contact BSS commerce?

image

Magento version: 2.2.2

Frank-Magmodules commented 6 years ago

Hi @Yasp0 ,

Thanks for your message. I've got some questions to get a better sight on your problem. Are you running the latest version of the Mollie extension and are there activate methods displayed when running the API Key Test? If so, are the payment methods showing with the default checkout?

Let me know! Thx.

Yasp0 commented 6 years ago

Yes, the 1.1.4 version.

When running the API test it shows: Test API-key: Success!Enabled Methods: Ideal, Mistercash, Sofort, Banktransfer, Paypal, Belfius Live API-key: Empty value

The payment methods are also not showing with the default checkout.

Frank-Magmodules commented 6 years ago

Hi @Yasp0 ,

Allright, can you contact us through the form on https://www.magmodules.eu/contact-us.html so we can take a look with you?

Thanks!

Yasp0 commented 6 years ago

Hi @Frank-Magmodules ,

Thnx. I send Magmodules a message.

Marvin-Magmodules commented 6 years ago

Resolved, frontend output was disabled (core_config_data > modules_disable_output).

willemstuursma commented 6 years ago

@Marvin-Magmodules can you add this to an FAQ? It seems rather trivial.

Marvin-Magmodules commented 6 years ago

@willemstuursma, yes just added: https://github.com/mollie/magento2/wiki/Troubleshooting

8. Check if module output has been disabled

Located in the core_config_data tabel under path "advanced/modules_disable_ouput/Mollie_Payment". This ability to disable module output has been removed from the Magento Admin since Magento 2.2. If you disabled module output from the Magento Admin in a previous release, you manually need to remove this line from the core_config_table. If you have installed the module on Magento 2.2 or higher, please check the /app/etc/config.php file, see Magento DevDocs