• Resolved FoxMulder84

    (@foxmulder84)


    Hello,
    I’m trying to override some template of Woocommerce in Hello Child theme.
    I proceed in this way:

    1) Duplicated woocommerce/templates/myaccount/dashboard.php (the page I need to override) and added in child theme folder
    2) added

    function hello_elementor_add_woocommerce_support() {
    	add_theme_support( 'woocommerce' );
    }
    add_action( 'after_setup_theme', 'hello_elementor_add_woocommerce_support', 20 );

    to functions.php

    Nothing happens when I modify the template. I’m using Elementor Pro with Woocommerce.

    Someone can help?

    Thank you in advance!

    • This topic was modified 3 years, 8 months ago by FoxMulder84.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can’t override Woocommerce template in Hello Theme’ is closed to new replies.