Understanding how theme, Woocommerce and Wordpress working together?

Hello, i purchased theme to run adventure tours booking and possibly sales site.
there is no much experience in Wordpress, Woocommerce and other things.
So i want in general the Understanding how Entrada theme,
Woocommerce and Wordpress working together?
What are products?
What are tours?
How they are integrated into pages, posts, etc?
How to get the payment system to work? how it works, generally?
and there are so many question more.

I think there is something missing in the Manual, theme documentation
something explaining how these all work together?
May be some kind of structure diagram? with explanation

thank you

Hi,

If you don’t have experience in WordPress, you will find all about it here: https://codex.wordpress.org/WordPress_Lessons

And woocommerce is a plugin explained in their own documentation: https://docs.woocommerce.com

And once you have the understanding of those two, the theme is layout and extra functions incorporated on top of WordPress for visual layout and on top of Woocommerce for product creation like “tours” which is custom product type and “shop” products which is default woocommerce product types, as well as utilizing their payment processors.

All information relating to theme is available in the documentation included however it wont be feasible to explain the WordPress theming concepts or Woocommerce plugin extensions in the theme documentation as they are two vast. Hence you have to follow their own sites for how theming / plugin extensions work.

Thank you