#Mercur - how to keep it up to date?
3 messages · Page 1 of 1 (latest)
Hey, I want to know how we can enable the product addition via vendor login? In admin panel settings of product catalog extension, currenlty the page is not available. Few days back that page was working were we have to enable the product and then seller can add the product.
@blissful mulch hey, I've been using Mercur since the start and what i do is:
- My repo is origin
- Their repo is upstream
- I added "watch" Github action to their repo, so i am notified as soon as changes happen
- When changes happen (normally i do it at the start of the day, sometimes even a few days pass, if i am working on a big feature of my own), i merge them and resolve any merge conflicts
- Customize everything to my needs
- I also keep a second version that is a mirror of Mercur (so no customizations of my own), so i can compare to what i have and if something is better than mine, i revert that specific thing back