so i want to use tryton for my business and saw that it lacks ecommerce. is there a guide on how to build that part? are there any guides and tutorial for tryton as a developer just to get familiar on where everything is.
sorry if this is a bit hard to understand
There is a kind of “Hello World” tutorial that covers all the basics:
You can start by building upon the web modules that cover basic usages of web related modules.
You could also build upon the REST client or use the flask connector to build your interface (I guess there are some examples somewhere).