

You can’t get around JavaScript, it’s impossible to build a functioning online store without some kind of JS.
Well, sure you can. It will just be a pain to use for your users, especially when validation comes into play.
But a simple list with an “add to chart” button really won’t need any javascript.
You don’t have to be PCI compliant for stuff like bank transfers or other forms of payment. Credit cards aren’t the default payment method everywhere.
Maybe it’s pay on pickup, or just a simple mail with sepa wire transfer instructions.
Also, the PSP can still use JS but your site still doesn’t need to have it. Services like Mollie and Stripe offer checkout environments they host, meaning you still don’t have to use JS on your site.