update cart/favorite

This commit is contained in:
Phuoc Nguyen
2025-12-03 15:53:46 +07:00
parent e1c9f818d2
commit 27798cc234
19 changed files with 370 additions and 119 deletions

View File

@@ -278,7 +278,7 @@ class ProductsRemoteDataSource {
data: {
'doctype': 'Item Group',
'fields': ['item_group_name', 'name'],
'filters': {'is_group': 0},
'filters': {'is_group': 0, 'custom_published': 1},
'limit_page_length': 0,
},
options: Options(headers: headers),

View File

@@ -57,7 +57,7 @@ class BrandFilterChips extends ConsumerWidget {
style: TextStyle(
fontSize: 14.0,
fontWeight: isSelected ? FontWeight.w600 : FontWeight.normal,
color: colorScheme.onSurface,
color: isSelected ? Colors.white : colorScheme.onSurface,
),
),
selected: isSelected,