Because of the complexity and wide range of layouts of single product pages, the configurator is not directly embedded in the product page. Instead, a “Configure” button is added to the page, which then opens a full page configurator.
However, you can also embed the configurator to the single product page directly, but it will require creating a custom single product template.
Requirements for creating a custom single product template:
No code solutions:
- Using a FSE enabled theme
- or, Using a page builder with that capability (Elementor Pro, Divi, Brizy builder, etc…)
If the above does not apply, this task will require a bit of development:
- If the theme you are using has custom WooCommerce templates, you will need to use a child theme, and override the single product template.
- If the theme you are using does not directly override the WooCommerce templates, you can either override the template from WooCommerce in your child theme, or use WooCommerce hooks to change the layout.