Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #260906

    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 ?

    #261647

    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

    #261913

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Woocommerce Single Product Page’ is closed to new replies.