Undefined index: list_class at mini-cart.php – line 20
-
I got this PHP notice on a site in development.
Undefined index: list_class – wp-content/plugins/woocommerce/templates/cart/mini-cart.php:20
I only hooked the WooCommerce mini-cart.php template into my header.php like this.
<div class="cart-wrapper"> <?php wc_get_template( 'cart/mini-cart.php'); ?> </div>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Undefined index: list_class at mini-cart.php – line 20’ is closed to new replies.