I already have a website on WooCommerce
In the first screenshot, there is the current product page.
In the second screenshot, there is a reference with comments on what needs to be implemented.
Namely:
- Fix the image gallery switching;
- Add star rating;
- Add a "add to wishlist" button (we will choose some plugin for creating the wishlist);
- Add product attributes;
- Add product variations and a separate "buy" button for each variation;
- General ACF fields for payment and delivery information;
- 2 additional WYSIWYG editors;
- comments section and a form for leaving a new review.
All of this should be done using hooks. Not by overriding templates.
The header/footer/menu are already done, only the WooCommerce part needs to be completed.