Where to make change for woocommerce?

Posted in: Newspaper
Post count: 75

I will need a custom single-product.php design. when i check the theme i see that
<?php
woocommerce_breadcrumb();
woocommerce_content();
?>

where i must make the changes to create a custom product page.

woocommerce_content(); The content coming from which php file.

Thanks

Post count: 7909

Hi,

The template used for single product page in the theme is single-product.phphttp://screencast.com/t/rv4oshkHjVs so you can change it if you want.
If you want to create another template you will have to check the plugin documentation – https://docs.woothemes.com/document/template-structure/ as you need custom modifications. If you don’t have php/html/css experience I suggest to get someone to help you with this.

Thanks!

Post count: 17

Can we child theme woocommerce files? I have more changes I need to make to other files.

Post count: 22421

Hi,
Unfortunately you cannot add the woocommerce files in the child theme. They cannot be edited this way at the moment.
Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.