Last updated
Customization checklist
This guide lists the important things to go through when customizing Flex Template for Web (FTW).
Table of Contents
Here is a list of things to update and check when starting to customize FTW.
1. Customize visual styles
- Marketplace colors: How to customize FTW styles
- Favicon and application icons: How to change FTW icons
- Social media sharing graphics in the Page component
- Logo component change and check that it works on Topbar, Footer, and CheckoutPage
- Default background image
2. Change text content
- Update UI texts or change the language: How to change FTW UI texts and translations
- LandingPage component: update and create branded sections
- Footer component
- AboutPage component
-
Update Terms of Service and Privacy Policy
└── src └── components ├── TermsOfService └── PrivacyPolicy
3. Change configuration
- Go through the FTW Environment configuration variables
- Config: siteTitle for page schema (SEO)
- Config: marketplace address: contact details also improve SEO
- Config: social media pages
- Marketplace custom config
4. Other optional changes
- Update ListingPage to show extended data (aka publicData attribute)
- Update EditListingWizard and panels to add extended data
- Update SearchPage to filter with extended data
- Update routeConfiguration if needed
- Update transaction email templates. For more information, see Edit email templates with Flex CLI tutorial and Email templates reference article.
- Update config: bookingUnitType if needed
- If
line-item/units
is used, add quantity handling to BookingDatesForm, ListingPage, CheckoutPage - Add more static pages: How to add static pages in FTW
- Changes to existing pages
- Changes to transaction process (API + Web app)