// Add product image and quantity buttons to the order review table
add_filter('woocommerce_cart_item_name', 'midoz_custom_product_display', 10, 3);
function midoz_custom_product_display($product_name, $cart_item, $cart_item_key) {
if (is_checkout()) {
// Get the product object
$_product = apply_filters('woocommerce_cart_item_product', $cart_item['data'], $cart_item, $cart_item_key);
// Get the product thumbnail
$thumbnail = $_product->get_image('thumbnail', ['style' => 'width: 60px; height: auto; border-radius: 8px; margin-right: 15px;']);
// Create the quantity buttons
$quantity_buttons = '
';
$quantity_buttons .= '- ';
$quantity_buttons .= ' ';
$quantity_buttons .= '+ ';
$quantity_buttons .= '
';
// Combine everything into a new layout
$product_display = '';
$product_display .= $thumbnail;
$product_display .= '
' . $product_name . '
';
$product_display .= $quantity_buttons;
$product_display .= '
';
return $product_display;
}
// Return default name if not on checkout page
return $product_name;
}
// We must remove the default quantity display to avoid duplication
add_filter('woocommerce_checkout_cart_item_quantity', '__return_empty_string');
Midoz Beauty - hair heater
Home Products tagged “hair heater”
“FYC Professional Korean Glass Skin Rice Water Facial Kit” has been added to your cart.
View cart
Filter
Sort
Showing all 5 resultsSorted by popularity
₹ 4,000.00 Original price was: ₹4,000.00. ₹ 2,920.00Current price is: ₹2,920.00.
₹ 4,000.00 Original price was: ₹4,000.00. ₹ 2,600.00Current price is: ₹2,600.00.
₹ 4,000.00 Original price was: ₹4,000.00. ₹ 2,920.00Current price is: ₹2,920.00.
₹ 4,000.00 Original price was: ₹4,000.00. ₹ 2,920.00Current price is: ₹2,920.00.
₹ 4,200.00 Original price was: ₹4,200.00. ₹ 2,594.00Current price is: ₹2,594.00.