sure @timoo23 Allow me a couple of minutes.
Topic summary
A user seeks to customize their Shopify account page with two specific features:
1. Welcome Message with Customer Name
- Solution provided: Modify the
main-account.liquidfile by replacing the H1 tag with Liquid code that displays “Welcome [customer first name]!” - Status: Successfully implemented and confirmed working
2. Email Validation on Account Page
- Solution provided: JavaScript code snippet that validates email input by checking for [email removed] symbol
- Implementation note: Requires replacing placeholder IDs (
#my-formand#email) with actual form and input IDs from the theme - Status: Code shared, awaiting implementation confirmation
Alternative suggestion: Consider using Customer Accounts apps for more advanced layout options beyond custom coding.
Both solutions involve editing theme code files, which requires access to the Shopify theme editor.