• I’m new to woocommerce plugin, but with the help of the woo documentation I seem to be able to progressing somewhere…..

    However I notice there is a problem when I want to edit the layout for the single product layout(since the layout I’m looking for is way different from the default woocommerce layout.)

    I didn’t know which php file is responsible for the single page template, but I assume is the single-product.php within the
    woocommerce->template folder(correct me if i’m wrong).

    My problem is that there are only 1 line of code for the template:
    <?php woocommerce_single_product_content(); ?>

    So how do I edit the template from here?

    Thanks for any help in advance….

  • The topic ‘Woocommerce single page??’ is closed to new replies.