diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-27 23:40:54 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-27 23:40:54 +0100 |
| commit | c82c492e72db6660d4277dc24d11888ae95c32b5 (patch) | |
| tree | 65e3bbbe4817db216775f3b536aae7bade829653 | |
| parent | 7e4f09ee6683e6946b4a06ede566dae740a8fb2d (diff) | |
Added a Price Range to commission type table with 'N/A' placeholders
| -rw-r--r-- | src/Pages/commissions/commissions.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/Pages/commissions/commissions.php b/src/Pages/commissions/commissions.php index 49aa2a8..f94a33a 100644 --- a/src/Pages/commissions/commissions.php +++ b/src/Pages/commissions/commissions.php @@ -182,30 +182,37 @@ <tr> <th>Type</th> <th>Description</th> + <th>Price Range</th> </tr> <tr> <td>Icon</td> <td>Small profile picture or avatar, simple background</td> + <td>N/A</td> </tr> <tr> <td>Bust</td> <td>Head and shoulders, chest up</td> + <td>N/A</td> </tr> <tr> <td>Half-Body</td> <td>Waist up, more detail and pose options</td> + <td>N/A</td> </tr> <tr> <td>Full-Body</td> <td>Complete character from head to toe</td> + <td>N/A</td> </tr> <tr> <td>Half Scene</td> <td>Character with partial background or simple environment</td> + <td>N/A</td> </tr> <tr> <td>Full Scene</td> <td>Complete illustration with detailed background and composition</td> + <td>N/A</td> </tr> </table> <p><em>+ Complex backgrounds cost extra<br> |
