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_commonforge_client_main- server store events from
forge_server_store - bank/org/locker/garage server state through checkout results
Main Components
fnc_initUIBridge.sqfhandles browser readiness, category requests, checkout requests, and server responses.fnc_handleUIEvents.sqfhandlesstore::*browser events.fnc_openUI.sqfopensRscStore.
Browser Events
store::readystore::category::requeststore::checkout::requeststore::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.