The page title should match the first part of .less file located in "application / themes / basic_theme / less / pages". Example: page-title.html & page-title-en.page.less
Update the template name to your site, especially when copying the site.
Check on webkey configured for order and upsell pages, together with the campaign names which help you to find easily in CRM and collect the email from customers (required for the JS feature)
Each folder should have a data json file. E.g. EN folder should have data-en.json, FR folder should have data-fr.json.
When creating a new content
Naming convention: [Site Name]_[Language]_[Content Name]. E.g. livewave_EN_banner. It helps you differentiate the content and improve searches
Avoid making direct changes to the content unless you are sure.
The content or widget stBullet listarting with "Common" in the named are reusable globally, don't need to clone them.
Clean up unnecessary content before push publishing.
If you upload images with the same name, sometimes the old image is cached on the CDN and you cannot see the new image after deployment, you can change the image name and deploy again.
Update links in Presale Page
Edit page properties, in Advanced Properties tab, enter Redirect Url field.
You can also click Select Link button to choose desired page.
After this change, when editing the content, the URLs still show the old one. But the new URL will affect when previewing the page, or deploying it.
FOMO
FOMO widget is added to the bottom of the order page.
FOMO widget reads data from /pub-assets/fomodata-en.json and product.png files.
The JSON file is being shared with other sites, so any changes need to be done in a cloned file.
Favicon
Updating the favicon by replacing /pub-assets/fileuploads/images/favicon.ico file.
This file is cached by the browser so it would take a while to see the new icon.
If you want to force the browser to download the new icon immediately, go to /application/themes/basic_theme/html_head.vtl. Edit the file, find the favicon.ico path, add the parameter "?v=[random_number]" (e.g. favicon.ico?v=123)