-
-
Notifications
You must be signed in to change notification settings - Fork 296
Change Currency
Akram El Assas edited this page May 29, 2024
·
19 revisions
To change the currency, follow these instructions:
Open frontend/.env and change VITE_BC_CURRENCY and VITE_BC_STRIPE_CURRENCY_CODE settings.
By default, it is set to:
VITE_BC_CURRENCY=$
VITE_BC_STRIPE_CURRENCY_CODE=USD
For example, if you want to change to euro:
VITE_BC_CURRENCY=€
VITE_BC_STRIPE_CURRENCY_CODE=EUR
On production, you need to rebuild the frontend to apply changes.
Open backend/.env and change VITE_BC_CURRENCY setting.
By default, it is set to:
VITE_BC_CURRENCY=$
On production, you need to rebuild the backend to apply changes.
Open mobile/.env and change BC_CURRENCY and BC_STRIPE_CURRENCY_CODE settings.
By default, it is set to:
BC_CURRENCY=$
BC_STRIPE_CURRENCY_CODE=USD
For example, if you want to change to euro:
BC_CURRENCY=€
BC_STRIPE_CURRENCY_CODE=EUR
On production, you need to rebuild the mobile app to apply changes.
Copyright © Akram El Assas. All rights reserved.
- Overview
- Software Architecture
- Install Guide (Self-hosted)
- Install Guide (Docker)
- Free SSL Setup Guide
- Setup Sentry
- Payment Gateways
- Setup Stripe
- Social Login Setup Guide
- Build Mobile App
- Demo Database
- Run from Source
- Run from Source (Docker)
- Run Mobile App
- Locations
- Auto‐Notification System
- Rental Date and Time Constraints
- Price Calculation
- Supplier Contracts
- Add New Language
- Add New Currency
- Logs
- Testing
- Fork, Customize, and Sync
- FAQ
- Release Notes
- Contribution Guide
- Code of Conduct