Question: Payment Setting Configuration

Payment Setting Configuration

Is it possible to add a mode of payment manually? without integration Like here in East Africa, we usually use mobile money, not Stripe, PayPal Pro................

F

Fiston

Asked
Is it possible to add a mode of payment manually? without integration
Like here in East Africa, we usually use mobile money, not Stripe, PayPal Pro................
  • MS

    Mian Saleem

    Answered
    Hello,

    I am not sure what do you mean you can try the offline accounts.

    Please add an account under the setting and select this as offline payment. This account will be listed as others tab on shop payment page.

    Thank you
  • MS

    Mian Saleem

    Answered
    Hello,

    There are no settings to add gateway option. You will need to edit the vuejs files

    ```
    modules/MPS/Resources/js/components/pos/PosOrderItemsComponent.vue modules/MPS/Resources/js/components/payments/PaymentFormComponent.vue
    ```

    to get desired results. After modifications, you will need to rebuild the app again using `npm run installAll` and `npm run prod`

    Thank you
  • Login to Reply