What is this? Keeps saying some are available but cant even get to the cart. Website is broken af.
Even if you get one in your cart (and it says you have 10 mins to complete check out), when you go to check out, it gives you an out of stock error.
This is the first time I've tried to order from Blokforge, so was hoping their site would work better than some of the other distributors

A suggestion for your cart code... use fair queuing:
Set global table lock on product counts
Check available qtys
Reserve items (or update qty table)
Unlock access
Repeat and handle next customer request
Not perfect but simple.
EDIT: making it sound less like a rant