most importantly: new category and filter on is_new
This commit is contained in:
@@ -111,6 +111,7 @@ var columnMappingListProducts map[string]string = map[string]string{
|
||||
"category_id": "cp.id_category",
|
||||
"quantity": "sa.quantity",
|
||||
"is_favorite": "ps.is_favorite",
|
||||
"is_new": "is_new",
|
||||
}
|
||||
|
||||
func (h *ProductsHandler) AddToFavorites(c fiber.Ctx) error {
|
||||
|
||||
Reference in New Issue
Block a user