Comment to 'Hard coded payment options in Stripe'
  • Hello.

    The customization can be done via custom module only. So, first of all you need to create your own custom module. More info about it here. You don't need to create any pages, menus, etc. Just an empty module which can be installed/uninstalled, enabled/disabled via Studio.

    P.S. If you'll take the challenge and create working empty custom module I'll continue with instructions. ο»ΏπŸ˜‰ο»Ώ

    • Now, that I set BxPaymentProviderStripeV3.php back to its original version, everything works like a charm! It's really magic. πŸ™Œ
      When does the lesson "Extending the module with putting data into the array by using Studio settings" start? ο»ΏπŸ˜‰ο»Ώ

      Hello. If you just want to control items of 'payment_method_types' parameter view Settings then it wouldn't be a problem. I mean to have a Dropdown with Card, Sofort and Sepa Debit choices.

      • How about a comma-separated list of arguments to fill the array with, individually? Of corse, the user will be responsible to configure his payment methods in Stripe accordingly.

        • Yes, it can be done this way. In this case you may use standard Text field. It's even more easier.