i did it but same
I dont have “out of stock” label
replaced:
{if ($product_amount > 0 && $product_amount >= $product.min_qty) && $settings.General.inventory_tracking == “Y” || $details_page}
with
{if ($product_amount > 0 && $product_amount >= $product.min_qty) && $settings.General.inventory_tracking == “Y”}