diff --git a/woocommerce.php b/woocommerce.php index bbc0489..c044a41 100644 --- a/woocommerce.php +++ b/woocommerce.php @@ -38,7 +38,7 @@ $sidebar_pos = get_theme_mod('understrap_sidebar_position'); //For ANY product archive. //Product taxonomy, product search or /shop landing page etc. - woocommerce_get_template('archive-product.php'); + wc_get_template('archive-product.php'); } ?>