Zaktualizuj warunek dla etykiety 'custom_label_4' w klasie Products, zmieniając 'product_deleted' na 'deleted'

This commit is contained in:
2025-08-21 10:55:00 +02:00
parent e0ac1cf118
commit 4e21a63cc9
2 changed files with 7 additions and 7 deletions

View File

@@ -80,7 +80,7 @@ class Products
$custom_class = 'custom_name';
}
if ( $custom_label_4 == 'product_deleted' )
if ( $custom_label_4 == 'deleted' )
$custom_class = 'text-danger';
$custom_label_4_color = '';