How can I edit enfold’s Single Product Page?
I know there is content-single-product.php and single-product.php for Woocommerce. But where in enfold could I make template changes to the Single Product ?
Hey mrgreenwaters!
The theme doesn’t actually use a copied template for WooCommerce or any template file overrides. Instead it uses the recommended method of functions to add in additional divs and code as needed.
All of the customization is in the config-woocommerce folder with the bulk of it in config.php.
I did an example code snippet you could use in a child theme to change the layout of the single product page and add a right sidebar here: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/
Best regards,
Devin
Thanks!