',
esc_url( wc_get_cart_remove_url( $cart_item_key ) ),
esc_html__( 'Remove this item', 'nifty' ),
esc_attr( $product_id ),
esc_attr( $_product->get_sku() )
), $cart_item_key );
?>
is_visible() ) :
echo str_replace( array( 'http:', 'https:' ), '', $thumbnail ) . '';
else : ?>
$product_name,
'subheadline' => apply_filters( 'woocommerce_widget_cart_item_quantity', '' . sprintf( '%s × %s', $cart_item['quantity'], $product_price ) . '', $cart_item, $cart_item_key ),
'size' => 'extrasmall'
)
) );
echo wc_get_formatted_cart_item_data( $cart_item ); ?>