Jacob Schmidt 19eae5acfa feat(store): enhance product card with tags and metadata
- Added support for displaying product tags in the UI, including side and faction labels.
- Updated CSS to style product tags for better visibility.
- Modified StoreView and store registry to include side and faction information for items.
- Enhanced server-side catalog service to filter items based on the player's side.
- Updated documentation to reflect changes in store behavior and metadata handling.
2026-06-09 17:25:28 -05:00
..
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00
2026-05-23 09:23:12 -05:00

Forge Client Store

Overview

The store addon provides the client storefront UI for catalog browsing, category loading, payment-source display, cart handling, and checkout requests.

Dependencies

  • forge_client_common
  • forge_client_main
  • server store events from forge_server_store
  • bank/org/locker/garage server state through checkout results

Main Components

  • fnc_initUIBridge.sqf handles browser readiness, category requests, checkout requests, and server responses.
  • fnc_handleUIEvents.sqf handles store::* browser events.
  • fnc_openUI.sqf opens RscStore.

Browser Events

  • store::ready
  • store::category::request
  • store::checkout::request
  • store::close

Runtime Notes

The client never calculates authoritative checkout results. The server store addon and extension validate prices, charge payment sources, grant assets, and return patches for the UI.