// 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 - Revitalizing Body Wash
Sort:
Show:
Original price was: ₹199.00.Current price is: ₹189.00.
In Stock
Type the product you want to search for and press enter.