F
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................
Like here in East Africa, we usually use mobile money, not Stripe, PayPal Pro................
- MSAnsweredHello,
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 - MSAnsweredHello,
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