Open sourcesolver opened 3 years ago
It appears the checkout module is not enabled for the download storefront, even though I have enabled it. I've been patient for an answer. My only conclusion is that the open source version you have for download is crippleware, not ""open source."" It's your right to do that, but in terms of ethics, you should be upfront about that.
I am having trouble with the checkout process on my Saleor page.
I am using the Stripe plugin to process payments, and I am using personalized Stripe keys that link to my Stripe account. For some reason though the nginx server is not fielding the URL requested by the browser when I go to checkout. I get the following error when I check my nginx log:
open() "/var/www/html/app/checkout/payment" failed (2: No such file or directory), client: REDACTED, server: REDACTED, request: "GET /checkout/payment HTTP/2.0", host: "REDACTED"
I tried a search for: saleor "app/checkout/payment" but nothing came up.
Suggestions?