FaxStore Changelogs
As Q2 of 2026 has begun FaxStore is due for it's first update of 2026, while 3.2.0 had some delay in release due to ongoing tasks for the update it's been worth it to have some additional small features added to the store. FaxStore continues to grow in feature set, customer base, and power.
Soon FaxStore will be having a new LTS node version requirement. When this is released in the future FaxStore will attempt to install the Node version itself with NVM.
This is not in this release, just a PSA for an upcoming FaxStore release.
Reviews can now be created without having a store item attached, perfect for general service reviews
The store page can now have sorting added. By default the below sorting of items can be configured:
Alphabetical
Newest - Oldest
Oldest - Newest
Price Low - High
Price High - Low
Reports can be executed immediately and then removed automatically with no fixed schedule being required
Pre-bans can now be ran through reports
Invoice statuses can be manually updated
Added the partners API endpoints
Added the sales API endpoints
The Discord bot status message can now be changed in the Discord integration via the staff panel
The registerExtension() function now has a staffPage option for custom setting pages to be added to the integrations page - learn about registering extensions
Custom TurboNode API endpoints have been created for customers using FaxStore through TurboNode to enhance store management and data-viewing.
This is only enabled for TurboNode customers
2026 has been added to the insights page
An issue where multiple checkouts could be performed at once has been corrected. Typically, this would cause invoices to not be marked paid despite funds processing
Fixed an issue where editing a subscription redirects to an invalid page
Fixed a page redirect bug where creating gift cards routes to an invalid page
A PDFManager reference error has been fixed during Tebex checkouts
A footer display issue has been fixed where "null" is displayed in some instances
A number of reference bugs have been fixed in the PDFManager
Leaving optional fields when editing a product will no longer display "N/A" in its place
The 502 offline page view has been fixed on mobile
Font Awesome will no longer import all icons to each page. Now only solid icons and FaxStore's custom icons can be used
If an account has no downloads available on the account, the "Downloads" tab will not display on the account page
TurboNode deployments of FaxStore will no longer see the MySQL setup page as this is pre-set by TurboNode
This is only enabled for TurboNode customers
Checked a bug that overwrote a custom inputted MySQL password during setup. This was dismissed as the FaxStore setup was confirmed to prioritise the custom entered value instead of the backend programmed value
Investigated subscriptions not removing roles on subscription end. code found that the remove Discord role code was present in the function - #86
Sessions have had an alteration and review. It was found that FaxStore's session secret had the likelihood of remaining the same over time, now it will be a rolling code over time to enhance account security - #67
Session max ages have been lowered from 6 months to 30 days with the ability to roll the max age if the site is continuously visited - #67
A gift card balance error was reported and investigated for gift cards not working correctly during item sales. Attempts to re-create the bug could not be achieved - #81