FAQ

Answers before you send a note.

Use these questions to reduce hesitation and help customers choose the right handbag faster.

Are these bags organized by use?

Yes. Customers can browse by style category, search by material or color, and compare details such as dimensions, strap type, and key features.

Can I ask for styling advice?

Yes. The online message form is built into every page. Customers can ask about color matching, capacity, occasions, and availability.

Where are messages stored?

Messages are saved in the local SQLite database table named messages. You can later connect this handler to email or CRM.

Can prices be edited?

Yes. Product prices are seeded in data/products.json and stored in SQLite. Edit the source and reseed or update the database directly.

Can I replace the photos?

Yes. Replace the image URLs in data/products.json and the SQLite product image fields with your own product photography.

Is checkout included?

No. This package focuses on catalog browsing, product detail pages, and lead capture. It is ready to connect to checkout later.