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> |
||
|---|---|---|
| .. | ||
| addresses | ||
| admin | ||
| app | ||
| assignments | ||
| auth | ||
| beacon-sharding | ||
| beacons | ||
| businesses | ||
| chat | ||
| config | ||
| debug | ||
| dev | ||
| grants | ||
| import | ||
| menu | ||
| orders | ||
| portal | ||
| ratings | ||
| servicepoints | ||
| setup | ||
| stations | ||
| stripe | ||
| tasks | ||
| users | ||
| workers | ||
| Application.cfm | ||