Templates not overriding
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Templates not overriding’ is closed to new replies.