Payment methods for Mollie gateway #881
Closed
justkidding96
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
Hello, You should be presented with the additional payment options that Mollie offers after you've been redirected to Mollie. They won't show up in the dropdown of gateways on the payment checkout page. You can change the name of the Mollie gateway to be more user-friendly if you wish: // config/simple-commerce.php
'gateways' => [
\DoubleThreeDigital\SimpleCommerce\Gateways\Builtin\MollieGateway::class => [
// Other settings...
'display' => 'Mollie (Card / Klarna / PayPal / etc)',
],
], |
Beta Was this translation helpful? Give feedback.
0 replies
-
@duncanmcclean Yes I understand. But in Woocommerce you can display the icons which Mollie provide. Would it be possible to implement that you can access the payment methods? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi I'm missing the option to render the available payment methods from Mollie. Also the current Mollie gateways redirects you to the Mollie website. Is it possible to extend the default gateway with more options like above?
Beta Was this translation helpful? Give feedback.
All reactions