Seller listings and buyer orders — schema stubs exist as Listing and Order; payments and fulfillment layers come later. PHP static assets live under /if/.
Each basket menu item has its own route (matches the PHP toolbar structure).
- Market Profile
PHP: `marketcp.php?action=profile&uid=…` — marketplace seller view.
- Contracts
PHP: `contracts.php` (new contract, your contracts, disputes).
- Trusted
PHP: `marketcp.php?action=trusted` — your trusted members list.
- Vendors
PHP: `marketcp.php?action=vendorlist` — vendor directory / list.
- Buy Sticky
PHP: `buysticky.php` — order paid sticky thread.
- Purchase a Sales Tag
PHP: `salestag.php` — thread + forum + tag grid; Nest validates thread owner (same rules as sticky).
- Buy Feature
PHP: `buyfeature.php` — thread URL/ID, link text (≤65 chars), forum, 1–10 days; Nest validates thread owner.
- Purchase History
PHP: `showbuys.php` — purchase / order history.
