mini-cart.php The mini cart doesn't show remove item "x"
-
Hello, the remove item link is not the at all. The string exists in the php file, but nothing appears on the cart..
This is the string that should exist in the mini-cart.php
<?php echo apply_filters( 'woocommerce_cart_item_remove_link', sprintf('<a href="%s" class="remove" title="%s" data-product_id="%s" data-product_sku="%s">×</a>', esc_url( WC()->cart->get_remove_url( $cart_item_key ) ), __( 'Remove this item', 'woocommerce' ), esc_attr( $product_id ), esc_attr( $_product->get_sku() ) ), $cart_item_key ); ?>
What could be the problem..?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘mini-cart.php The mini cart doesn't show remove item "x"’ is closed to new replies.