#How Can I Change Banner Image based on Store Type?

7 messages · Page 1 of 1 (latest)

rain sinew
#

Hello ,
I am new to Medusa.js
I want to change the banner according to the different store types on the platform.
Can anyone help me?

queen solstice
#

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.

rain sinew
#

Thank you.
I just wanted to improve my front-end skills as a this personal project.
However, there are many difficulties.

sudden gyro
#

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 🙂

rain sinew
#

i see, thank you

queen solstice
sudden gyro
#

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 }.