Woocommerce not putting javascript in footer

Ok so I have a custom wordpress theme and I have installed woocommerce. But the javascripts that are normally added to the footer are not being brought in:

  • the only plugins i’ve got running are woocommerce and advanced custom
    fields
  • my theme has add_theme_support( ‘woocommerce’ ); is in my
    functions.
  • i have a woocommerce.php in my theme folder
  • I have the copied directory in ‘woocommerce’ in my theme to
    override the plugin files but have not edited them.
  • wp_footer(); is in the footer

Im tearing my hair out as to why its not bring it in.

Related posts

1 comment

Comments are closed.