+ {{ categories.length }} categories, {{ items.length }} items +
+| Name | +Slug | +Display Order | +Visible | +Actions | +
|---|---|---|---|---|
| + Loading categories... + No categories yet. Add one to organize your store items. + | +||||
|
+ {{ category.name }} +{{ category.description }} + |
+ {{ category.slug }} | +{{ category.display_order }} | ++ + {{ category.visible ? 'Visible' : 'Hidden' }} + + | +
+
+
+
+
+ |
+
| Item | +Category | +Type | +Price | +Commands | +Status | +Actions | +
|---|---|---|---|---|---|---|
| + Loading items... + No items yet. Add items to start selling. + | +||||||
|
+ {{ item.name }} +{{ item.description }} + |
+ {{ getCategoryName(item.category_id) }} | ++ + {{ item.item_type }} + + | +
+
+
+ |
+ + {{ item.delivery_commands.length }} cmd{{ item.delivery_commands.length !== 1 ? 's' : '' }} + | ++ + {{ item.enabled ? 'Enabled' : 'Disabled' }} + + | +
+
+
+
+
+ |
+
Use placeholders:
+{'{steam_id}'} - Player's Steam ID
+{'{player_name}'} - Player's name
+Example: {{ selectedTypeExample }}
+{{ items.length }} items
-| Item | -Type | -Price | -Status | -Commands | -Actions | -
|---|---|---|---|---|---|
| - Loading store items... - No store items yet. Add items to start selling. - | -|||||
|
- {{ item.item_name }} -{{ item.description }} - |
- - - {{ item.item_type.replace('_', ' ') }} - - | -
-
-
- |
- - - {{ item.is_active ? 'Active' : 'Inactive' }} - - | -- {{ item.delivery_config.commands.length }} cmd{{ item.delivery_config.commands.length !== 1 ? 's' : '' }} - | -- - | -