Meal Plans Creation
Create subscription packages at /console/menu/plans.
Plan Form Fields
- Meal Category (meal_category_id): Select parent category (e.g., Lunch).
- Name & Description: Plan title and details.
- Diet Type (diet_type): Select
veg,nonveg,vegan, ormixed. - Pricing:
pricing_daily(Required): Daily rate in ₹. Typing daily price auto-calculates weekly (×7) and monthly (×30).pricing_weekly: Weekly rate in ₹.pricing_monthly: Monthly rate in ₹.
- Max Increment (max_increment): Maximum extra portions per order.
- Delivery Days (delivery_days[]): Checkboxes for active delivery days (Sun-Sat).
- Featured (is_featured): Toggle ⭐ featured badge.
- Status: Active or Inactive.