PickBazar Documentation
WelcomeHow It Works
Prerequisite
Installation
Available Scripts & Command
How Can I use this app
Demo Deploy
Features
Settings
Payment
Flash Sale
Shop Transfer
Social LoginOTP (Mobile Number Verification)WalletEmail ConfigurationEmail VerificationSubscribeTerms and conditions
SEO and Analytics
Refund
Real-time Notification
Multilingual & Translation
Third-party Integrations
Deployment
API
Back-End Integration
Customizations
CustomizationFor customizing the template's default site settings:Styles and AssetsUtilitiesNew Page
Update & Upgrade Guide
FAQ PageContactQuestion & AnswerFAQBreaking ChangesSupportChange Log

For customizing the template's default site settings:

[your-frontend-project] = admin [rest/graphql] or shop

If you want to customize the site settings such as site info, default(logo, language , currency code),navigation etc, you can easily change those settings from [your-frontend-project]/src/settings/site.settings.ts

In this file, find your required settings key and change it's value according to your need.

For example, If you want to change the currencyCode : please go to [your-frontend-project]/src/settings/site.settings.ts and find the following portions and change it.

currencyCode: "USD";

NOTE ** Some of these options are customizable through ADMIN Dashboard.