Skip to main content

Gift card settings

Gift Card settings is a level-0 source route for the dynamic addon_gift_cards configuration category. Its sidebar item requires addon_gift_cards; the route can also mount while configuration is loading.

Gift Cards Addon panel and its two platform feature settings

The preserved reference capture records these labels from its audited fixture:

  • Activate Platform Store — switches the platform store on or off.
  • Enable Gift Card Feature — enables or disables gift cards.

Current source does not hard-code those two fields as a universal schema. It reads the addon_gift_cards configuration category, filters selected keys, and renders the returned configs. Controls can therefore differ by source data or deployment. Changing a control stages a value; Save persists changes sequentially, so an interruption can partially update the set. No category read or save was run.

Customer-value configuration

Gift-card settings can affect how gift cards are issued or used. Do not create cards, expose codes, or change live configuration merely to test a field. Preserve the current value and validate in a safe fixture before saving.

The related /gift-cards route is a separate card-management and value-data workflow. Its cards, codes, people, balances, messages, jobs, and transactions are outside this settings article and were not accessed.


Related guides: Gift card manager · Add-ons overview