Skip to content

Add "Active" column to discount codes table

bgm requested to merge github/fork/seancolsen/182-active-vs-inactive into master

Created by: seancolsen

This makes it easier to manage discount codes when you have a whole lot of them and many of them are disabled.

Before

  • Active discount codes are visually indistinguishable from inactive ones.
  • There is no way to view a list of all active discount codes.

screenshot51

After

  • A new column shows the status of each code.
  • Users can sort by this column to show only the active codes.

screenshot53

Fixes #182 (closed)

Merge request reports