Ecommero
  • Introduction
  • High Level Architecture
  • Installation
    • How to deploy in local machine
    • How to deploy in production
  • FAQS
  • License
  • ChangeLog
  • API SERVER
    • Introduction
    • Technologies
    • Packages Json
    • Outline
    • Model Diagram
    • Routes
    • Queries Mutations and Fragments
    • Resolvers
      • Auth Resolvers
      • User Resolvers
      • Configuration Resolver
      • Category Resolver
      • Sub Category Resolver
      • Product Resolver
  • ADMIN WEB DASHBOARD
    • Introduction
    • Technologies
    • Packages Json
    • Folder Structure
    • Components
    • Customize
  • CUSTOMER APP
    • Components
    • Introduction
    • Folder Structure
    • Packages Json
    • Technologies Used
    • Guide
      • Customize
Powered by GitBook
On this page
  • FAQs
  • How do I extract files in Windows?
  • How we can add other payment method ?
  • Can we buy only specific parts of Ecommero app backend? like api server etc.
  • How else can i use this product?
  • Does it support localization?
  • How to add other events in Amplitude?
  • How is the order tracked?
  • What is Amplitude dashboard?
  • How is payment Setup with Expo?

Was this helpful?

FAQS

PreviousHow to deploy in productionNextLicense

Last updated 4 years ago

Was this helpful?

FAQs

How do I extract files in Windows?

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.

How we can add other payment method ?

By default, we are providing you with the and , but you can add payment method your choice .You need to change the logic in backend & the mobileApp's.

Can we buy only specific parts of Ecommero app backend? like api server etc.

No, we don't provide any specific part of the code base . As our code base is coupled with each other .

How else can i use this product?

You can use this app to build various other apps of same kind of variation for example instead of general e-commerce categories you can add specific categories and subcategories. For example clothing brands and electronics products etc.

Does it support localization?

No, it doesn't support localization. Locatization can be added on demand.

How to add other events in Amplitude?

In Mobile App you need to call Amplitude dashboard api for different variation of actions that you want.

How is the order tracked?

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.

What is Amplitude dashboard?

Amplitude dashboard gives you analytics for your mobile app, for the actions that you require. Right now analytics will be shown for user created, user logged in and order placed but you can add as much actions as you want.

How is payment Setup with Expo?

For Payments we have used two of the most popular Gateways Paypal and Stripe. For both payment Gateways 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 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.

WebView
WebView
https://medium.com/@adityasingh_32512/integrating-paypal-in-your-react-native-app-4dcf89e11dd
https://github.com/briansztamfater/expo-stripe-checkout
https://github.com/paypal/PayPal-node-SDK
https://github.com/stripe/stripe-node
Stripe payment gateway
Paypal payment gateway
How do I extract files in Windows?
How we can add other payment method?
Can we buy only specific parts of Ecommero app backend? like api server etc.
How else can i use this product?
Does it support localization?
How to add other events in Amplitude?
How is the order tracked?
What is Amplitude dashboard?
How is payment Setup with Expo?