Frontend Build Fixes: Resolved application crash/build failure caused by incorrect component import paths (StorefrontImage) in the category pages. Dynamic Currency in Order UI: Updated the OrderList and OrderDetailsModal components to dynamically recalculate past order values based on the globally selected currency in the site header (via useCurrency context) rather than displaying static database fallback values. Currency Persistence (Backend): Added currencyCode, currencySymbol, and exchangeRate schemas to the MongoDB Order models and updated the payment.service.js controller to correctly extract and persist these variables during checkout for accurate invoice and confirmation email generation.