Comment on page
FAQS
I want to extract files in Windows.
Solution:
• Unzip the file.
• Right click on the extracted file and select View files.
All the files will be extracted.
No, we don't provide any specific part of the code base . As our code base is coupled with each other .
You can use this app to build various other apps of same kind of variation for example instead of food you can add any other item that you want for example food ordering app can be a rice ordering app by changing names of items and images.
When an order is made the order notification is sent to admin dashboard from where he can accept or cancel the order. The user is notified in the mobile app that is push notification.
For Payments we have used two of the most popular Gateways Paypal and Stripe. For both payment Gateways WebView is used to integrate payment. Paypal and Stripe have been configured by us to support multiple currencies dynamically that is currencies entered from Web Dashboard. They both function by showing the user checkout page in WebView a token is generated after the user performs payment successfully that is in Stripe. In Paypal the process is different which is described in the links below.
Last modified 2yr ago