Modifiers are saved with CategoryID=0 and ParentItemID pointing to their parent item. The query was filtering by CategoryID IN (visible categories) which excluded all modifiers. Changed to: (CategoryID IN (visible) OR (CategoryID=0 AND ParentItemID>0)) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| clearAllData.cfm | ||
| clearBusinessData.cfm | ||
| clearOrders.cfm | ||
| debug.cfm | ||
| getForBuilder.cfm | ||
| items.cfm | ||
| listCategories.cfm | ||
| menus.cfm | ||
| saveCategory.cfm | ||
| saveFromBuilder.cfm | ||
| updateStations.cfm | ||
| uploadHeader.cfm | ||
| uploadItemPhoto.cfm | ||