Hi,

What is the correct way to add custom code to OST without losing it during updates or upgrades? Something like a child theme in WordPress?

Thanks!

You would use git to copy the repository. Then you would create your changes as pull requests to your repo.
You could then after upgrading re-apply your changes by applying the pull requests.

Write a Reply...