#Advice for medusa.js

3 messages · Page 1 of 1 (latest)

knotty marsh
#

Hello i need some advice. I am building a ecommerce website for a client. The client has a instagram page with second hand products. He want to sell on this website too.

So i have a few features he needs:

  • Automatic product import from instagram posts
  • a blog post, i was thinking maybe i can do some custom integration with medusa.js
  • similar to the blog, he wants a calendar page where people can post events they have going on.

Is this possible with medusa.js?
The second question i have is how do you edit the admin page? i managed to edit it but only after i realised i edited in .cache and everytime i run the backend it reverts to the original. Where can i do more complex edits of the admin panel?
Also another question, Why did the price option get removed from the variant when adding a produt? How can i get it there
This is what i built in .cache :

hidden imp
#

hi @knotty marsh - based on your requirements, you need to fork the MedusaJS and adjust the code for your needs. It is quite specific website, which MedusaJS won't handle out of the box and requires customization (like you did in your .cache folder).

knotty marsh
#

Thank you for the response @hidden imp
Do you know about any documentation about how to run a forked version of medusajs?