Hi, I’m trying to ovverride the single product page of woocommerce.
But it seem not possibile. I’ve copied the file woocommerce/template/single-product folder into the enfold folder, but my changes are not taken.
I need to change the entire layout of the page, in this way:
on the left: the image, and above the image a print option and send mail option.
on the right: the title, description (no tabs), price, and add to cart button.
Is there a way to custom the html page?
Thank you
Regards
Hi lucalandi!
You would need to edit the /enfold/config-woocommerce/config.php file. To add stuff above the product image you could try line 1046 in the config.php file.
You could hide the tabs via CSS, https://kriesi.at/support/topic/woocommerce-general-question-for-modifying-shop-module/.
Cheers!
Elliott
