×',
esc_url( wc_get_cart_remove_url( $cart_item_key ) ),
esc_attr__( 'Remove this item', 'woocommerce' ),
esc_attr( $product_id ),
esc_attr( $cart_item_key ),
esc_attr( $_product->get_sku() )
), $cart_item_key );
?>
get_image(), $cart_item, $cart_item_key ); ?>
get_image(), $cart_item, $cart_item_key ); ?>
is_sold_individually() && $_product->is_purchasable() && woodmart_get_opt( 'mini_cart_quantity' ) ) {
woocommerce_quantity_input(
array(
'input_value' => $cart_item['quantity'],
'min_value' => 0,
'max_value' => $_product->backorders_allowed() ? '' : $_product->get_stock_quantity(),
),
$_product
);
}
?>
' . sprintf( '%s × %s', $cart_item['quantity'], $product_price ) . '', $cart_item, $cart_item_key ); ?>