#How Can I Change Banner Image based on Store Type?
7 messages · Page 1 of 1 (latest)
More broadly, I think the question here is how to make the "theme" and various CMS blocks "configurable" for a store in a marketplace context? @sudden gyro @near meadow - any suggestions on how we can provide a marketplace merchant the ability to change "look and feel" of the website - add logo, pick custom font, change banner images etc.
Thank you.
I just wanted to improve my front-end skills as a this personal project.
However, there are many difficulties.
None of this is something that you can control from Medusa out of the box, and is something you will have to find out how you want to solve if you want to run a multi tenant store, that is customisable for the individual merchant. What you are describing is almost making your own version of Shopify, and a rather complex task 😅
I think you could get somewhere by integrating Medusa with a CMS and implementing some handler to manage writing and reading CMS data for the merchants store. But again a rather complex thing that you want to implement here, and not really something we can support you too much in as it's outside the scope of Medusa 🙂
i see, thank you
Thanks Kasper; if not full customization, what would be the best way to enable a merchant to make basic changes like
- add own logo
- add own banner images for store landing page
Again I think you could accomplish this by integrating with a CMS. A more naive approach could be to add some new fields to the store entity, like { banner_image, logo }.