I need to list of payment options, in the "Custom Tab (Website Settings) - and for that, created a Field, of type “Checkbox list”.
However, the output is showing duplicate options on the list (Visa, Invoices). That is because it's returning all payment methods, from all languages.
This is the SQL statement used to populate the field: select PaymentID, PaymentName from EcomPayments
How Can I change it, to return only results whose PaymentLanguageId == the language of the Current Website ()
Here is my list of available payments