Hello @chefsimecek ,
Goto Online Store → Edit Theme
Search File ‘main-cart-items.liquid’
Add this code after line ‘<td class="cart-item__quantity’
{%- if item.product.selected_or_first_available_variant.inventory_management == 'shopify' -%}
{%- if item.product.selected_or_first_available_variant.inventory_quantity > 0 -%}
{%- if item.product.selected_or_first_available_variant.inventory_quantity <= 10 -%}
{{-
'products.product.inventory_in_stock_show_count'
| t: quantity: item.product.selected_or_first_available_variant.inventory_quantity
-}}
{%- endif -%}
{%- endif -%}
{%- endif -%}
Change this number for Max stock limit



