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…
- MSAnswered
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
- MSAnswered
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
andnpm run prod
Thank you
- Login to Reply