• Resolved samgwd

    (@samgwd)


    Hi,

    Im trying to override the template files for the checkout so that I can move the location of the shipping options. No matter what I do the template files wont override to the ones I have created. Ive made sure WP-DEBUG is off and I have added
    function mytheme_add_woocommerce_support() {
    add_theme_support( ‘woocommerce’ );
    }
    add_action( ‘after_setup_theme’, ‘mytheme_add_woocommerce_support’ );

    to my functions.php file. The overrided files are located in mytheme/woocommerce/checkout.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Missy a11n

    (@m155y5)

    Automattic Happiness Engineer

    Hi @samgwd

    Do you have any sort of caching enabled on your site or at the server level?

    If you can please share your System Status Report, that may help us further troubleshoot. You can find it via WooCommerce > Status. Select “Get system report” and then “Copy for support”. Once you’ve done that, you can paste it into your reply here.

    Plugin Support Missy a11n

    (@m155y5)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please feel free to start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Templates not overriding’ is closed to new replies.