Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Hi!
I'm trying to create my own payment gateway to be able to give ut custom settings in commerce admin. To render a configuration view I need to create a folder in Apps\Order\Payments\Plugins which has to have the same name as my payments System Keyword. In this folder I need to put ConfigurePayment.ascx which inherits OrderBaseUserControl and IPaymentGateway etc etc.
To my problem - I want to create one instance of my payment gateway per language. I want to expose the same settings but configure them seperately per language. Does this mean, since System Keyword is unique, that I have to create one folder in Apps\Order\Payments\Plugins for every payment and language? For example EN.Invoice, SV.Invoice etc etc.