How are Points Calculated

Points are calculated from a set of multipliers applied to a receipt's eligible subtotal. The variables and rules below define exactly how the number of points earned is determined.

Variables

How points are calculated

The number of points earned depends on whether the location has a special multiplier:

  1. Location has no multiplier — when m_loc = 1: points = (m_status × m_plus) × s
  2. Location multiplier only — when m_loc > 1 and m_status = m_plus = 1: points = m_loc × s
  3. Location multiplier + user bonus — when m_loc > 1 and either m_status > 1 or m_plus > 1: points = (m_loc + (m_status × m_plus)) × s

Revision #3
Created 2026-06-06 05:06:20 UTC by William Fong
Updated 2026-06-06 06:44:46 UTC by William Fong