woocommerce shop page - WooCommerce hooks and layout changes

Hi. I created a child theme from dazzling.
I’m wondering how to customize woocommerce Shop page.
I need to customize it so that it has no sidebar.
Also need to add some <div> before displaying products. Which file(s) do I edit?
Thanks.

Duckin,

This theme features a basic WooCommerce integration and there are no special template included with this theme just for this purpose. The only code that there is for WooCommerce can be found on this file.

If you want to get rid of sidebar it would be rather easy to do via CSS but adding extra divs would require to write code like this. Here you can find all WooCommerce hooks that you can use to add extra divs or other code.