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.
I have no idea how or why but it has resolved itself.