For #64.
Problem
docs/user-guide/configuration/creating-discount-codes.md references 14 distinct concepts but every image points to /img/config/discount-codes-list.png — including the very first one which is just  with no alt text. The doc walks through hover actions, the add button, the edit page, every field on the edit form, advanced options, and the saved code row — none of which is shown by the single list view used everywhere.
docs/user-guide/configuration/creating-discount-codes.md
L16 
L22 
L24 
L28 
L36 
L40 
L44 
L50 
L54 
L64 
L66 
L70 
L74 
L78 
L90  ← correct image, unrelated to the placeholder problem
L64 also has a markdown collision: the image and the following paragraph share a single line. Fix the markdown while updating the image path.
Orphan files already on disk
The following files exist in static/img/config/ but no doc references them. They look like the right per-step screenshots for this page — verify accuracy and wire in before re-capturing:
discount-codes-empty.png
discount-code-edit.png
discount-code-description.png
discount-code-active.png
discount-code-advanced.png
discount-code-save.png
If any are stale, overwrite them with fresh captures using the same filenames so the markdown only needs editing once.
Captures required
Setup: create at least one percentage code, one fixed-amount code, and one expired code so the list view shows variety.
| # |
Doc line |
Capture target |
New filename |
| 1 |
L16 |
Empty-state Discount Codes page (before any codes exist) — use the orphan discount-codes-empty.png |
static/img/config/discount-codes-empty.png |
| 2 |
L22 |
Populated Discount Codes list with row hover actions visible |
static/img/config/discount-codes-list.png (replace existing if stale) |
| 3 |
L24 |
Add Discount Code button highlighted (top-right of list) |
static/img/config/discount-codes-add-button.png |
| 4 |
L28 |
Discount code edit page (full overview) — use the orphan discount-code-edit.png |
static/img/config/discount-code-edit.png |
| 5 |
L36 |
Enter Discount Code + Description fields, cropped — use the orphan discount-code-description.png |
static/img/config/discount-code-description.png |
| 6 |
L40 |
Coupon code field, cropped |
static/img/config/discount-code-coupon-field.png |
| 7 |
L44 |
Discount field with percentage/fixed-amount toggle |
static/img/config/discount-code-amount.png |
| 8 |
L50 |
Apply to renewals + Setup fee discount toggles |
static/img/config/discount-code-renewals.png |
| 9 |
L54 |
Active toggle row — use the orphan discount-code-active.png |
static/img/config/discount-code-active.png |
| 10 |
L64 |
Advanced Options with Uses + Max uses fields — use the orphan discount-code-advanced.png |
static/img/config/discount-code-advanced.png |
| 11 |
L66 |
Start date + Expiration date fields |
static/img/config/discount-code-dates.png |
| 12 |
L70 |
Limit products section with per-product toggles |
static/img/config/discount-code-limit-products.png |
| 13 |
L74 |
Save Discount Code button — use the orphan discount-code-save.png |
static/img/config/discount-code-save.png |
| 14 |
L78 |
Saved discount code row in list with Edit + Delete hover actions |
reuse the populated discount-codes-list.png |
L90 already references the correct products-list.png — leave it.
Capture at 1280×800, crop to the relevant field/section. < 200 KB.
Doc edit
Update every replaced line in docs/user-guide/configuration/creating-discount-codes.md, fix the markdown collision on L64, add alt text to L16, and refine the other alt texts.
Done when
For #64.
Problem
docs/user-guide/configuration/creating-discount-codes.mdreferences 14 distinct concepts but every image points to/img/config/discount-codes-list.png— including the very first one which is justwith no alt text. The doc walks through hover actions, the add button, the edit page, every field on the edit form, advanced options, and the saved code row — none of which is shown by the single list view used everywhere.L64 also has a markdown collision: the image and the following paragraph share a single line. Fix the markdown while updating the image path.
Orphan files already on disk
The following files exist in
static/img/config/but no doc references them. They look like the right per-step screenshots for this page — verify accuracy and wire in before re-capturing:discount-codes-empty.pngdiscount-code-edit.pngdiscount-code-description.pngdiscount-code-active.pngdiscount-code-advanced.pngdiscount-code-save.pngIf any are stale, overwrite them with fresh captures using the same filenames so the markdown only needs editing once.
Captures required
Setup: create at least one percentage code, one fixed-amount code, and one expired code so the list view shows variety.
discount-codes-empty.pngstatic/img/config/discount-codes-empty.pngstatic/img/config/discount-codes-list.png(replace existing if stale)static/img/config/discount-codes-add-button.pngdiscount-code-edit.pngstatic/img/config/discount-code-edit.pngdiscount-code-description.pngstatic/img/config/discount-code-description.pngstatic/img/config/discount-code-coupon-field.pngstatic/img/config/discount-code-amount.pngstatic/img/config/discount-code-renewals.pngdiscount-code-active.pngstatic/img/config/discount-code-active.pngdiscount-code-advanced.pngstatic/img/config/discount-code-advanced.pngstatic/img/config/discount-code-dates.pngstatic/img/config/discount-code-limit-products.pngdiscount-code-save.pngstatic/img/config/discount-code-save.pngdiscount-codes-list.pngL90 already references the correct
products-list.png— leave it.Capture at 1280×800, crop to the relevant field/section. < 200 KB.
Doc edit
Update every replaced line in
docs/user-guide/configuration/creating-discount-codes.md, fix the markdown collision on L64, add alt text to L16, and refine the other alt texts.Done when
docs/user-guide/configuration/creating-discount-codes.mdupdated, L16 has alt text, L64 markdown fixed.Resolvesfor this issue andRef #64.