Active an extension based on condition in magento 2

前端 未结 2 1760
醉话见心
醉话见心 2020-12-12 06:54

Hi i have 2 payment method available in my magento2 store . One is cash on delivery and other is custom payment gateway . I install custom payment gateway extension and it i

2条回答
  •  不思量自难忘°
    2020-12-12 07:01

    Don't hesitate to create your own module in app/code/YourNamespace.

    Basically you just need a registration.php file and an etc/module.xml:

    https://devdocs.magento.com/videos/fundamentals/create-a-new-module/


    Also see the following example showing how to declare the Observer for this event:

    https://magento.stackexchange.com/a/188367/27460

提交回复
热议问题