HiLucyHelp Center

Pricing Tiers and Date Adjustments

HiLucy Team·تم التحديث 2026-04-26·2 min read

The pricing engine combines a base price, length-based discount tiers, and date-based adjustments to compute every booking's total — automatically, in the booking modal, on the rental product page, and at checkout.

Pricing tiers (length-based discounts)

A tier rewards longer rentals with a lower per-day rate.

  1. In the Inventory tab, click the row of the product.
  2. Click Tier infoEdit tiers.
  3. Add tiers as min_days, discount pairs. Discount can be a percentage or a flat amount off the base.
  4. Save.

Example — a Honda Wave 110 at $20/day with these tiers:

| Min days | Discount | |---|---| | 3 | 10% | | 7 | 20% | | 14 | 25% |

A 5-day rental gets the 3-day tier (10% off → $18/day → $90 total). A 10-day rental gets the 7-day tier (20% off → $16/day → $160).

Date adjustments (seasonal uplifts)

A date adjustment changes the rate for any booking whose window overlaps a date range.

  1. Click the row → Tier infoEdit date adjustments.
  2. Add an adjustment as from_date, to_date, change — change can be percentage or flat.
  3. Save.

Example — a 25% uplift Dec 20-Jan 5 for high-season Tulum.

How they combine

For each rental:

  1. Start with the base price × days × quantity.
  2. Apply the tier discount (highest min_days threshold the rental qualifies for).
  3. Apply any overlapping date adjustments (proportionally if the rental window only partly overlaps).
  4. Apply add-ons (multiplied by quantity).
  5. The final total is shown in the booking modal's PricingSummary.

The same engine runs on the public-facing rental product page (live estimate as the guest picks dates) and in Manual Rental Entry — so the price you quote always matches the price the guest sees.

When the calc fails

If the live calc returns an error (e.g. malformed tier data), the system falls back to the base price × days × qty with no discounts. If you see this on the rental product page, fix the tier or date-adjustment data and re-save the product.

See also

هل كان هذا المقال مفيداً؟