',
esc_url( wc_get_cart_remove_url( $cart_item_key ) ),
__( 'Remove this item', 'billow' ),
esc_attr( $product_id ),
esc_attr( $_product->get_sku() )
), $cart_item_key );
?>
get_image(),
$cart_item,
$cart_item_key
);
if ( ! $product_permalink ) {
echo $thumbnail;
} else {
printf( ' %s', esc_url( $product_permalink ), $thumbnail );
}
?>
get_name(), $cart_item, $cart_item_key ) . ' '; // phpcs:ignore WPThemeReview.CoreFunctionality.PrefixAllGlobals.NonPrefixedHooknameFound ?>
' . esc_html_e( 'Qty:', 'billow' ) . sprintf( '%s', $cart_item['quantity'] ) . '', $cart_item, $cart_item_key ); // phpcs:ignore WPThemeReview.CoreFunctionality.PrefixAllGlobals.NonPrefixedHooknameFound ?>
|
cart->get_product_subtotal( $_product, $cart_item['quantity'] ),
$cart_item, $cart_item_key
); ?>
|