Food Tiger
  • Introduction
  • Installation
    • Installation on Shared Hosting
    • Updating - Shared hosting
    • Run local
  • Define Basics
    • Database
    • Mail server
    • Localization and Time format
    • Pricing Plans
    • Payments
    • Stripe Gateway
    • Paystack Gateway
    • Google API
    • Google Analytics
    • Google authentication
    • Facebook authentication
    • One Signal push notifications
    • Twilio SMS notifications
  • Usage
    • Getting Started
    • Register as an admin
    • Multilingual menu
    • Set up your site
    • Restaurant subdomain
    • Single restaurant
    • Translations
    • Custom CSS
    • Import from CSV
    • Custom fields on order
    • Project plugins
  • Plugins
    • How to install plugin
    • ShareThis
    • Cookie Consent
    • Thermal Printer Module
    • WebHooks
  • API
    • Client API
    • Driver API
  • Changelog
    • Changelog
    • FAQ
Powered by GitBook
On this page
  • Default payment method
  • Payment currency

Was this helpful?

  1. Define Basics

Payments

PreviousPricing PlansNextStripe Gateway

Last updated 5 years ago

Was this helpful?

At this moment FoodTiger comes with two methods to make payments: Pay cash on delivery, Pay via Stripe. To enable or disable this methods there are several variables that you will need to configure.

By default the two methods are set to false and to enable you need to change them to true. - Cash on Delivery HIDE_CODE change from false to true if you want to enable it.

HIDE_COD=false //Hide or Show Cash on Delivery payment

- Stripe Gateway

Default payment method

You can choose which payment method to be set by default. Choose one of the aliases.

cod - Cash on delivery

stripe - Stripe gateway

DEFAULT_PAYMENT="cod" //Default payment method - Cash On Delivery default cod|stripe

Payment currency

FoodTiger supports many currencies. By default is set to usd currency but you can change into one of the .

CASHIER_CURRENCY="usd" //usd,eur etc.
Stripe Gateway
available currencies