Marcin Gębala
Marcin Gębala
OK so this is how it works: - `Visible on Product Page in Storefront` (`visibleInStorefront` in API) behaves as a master switch to determine whether an attribute is visible publicly....
@bboyadao That's right - I was missing shipping zones but it was my goal to check what would happen. The storefront doesn't handle that case, but it should.
Hey, thanks for opening this issue. We're in the middle of internal plannings to come up with the scope of work for a stable version. I expect that by the...
Hey, please try to rebuild your containers, it should help when they're failing to build for some reason: https://github.com/mirumee/saleor-platform#how-to-solve-issues-with-lack-of-available-space-or-build-errors-after-update
3D Secure for Stripe isn't currently supported in Saleor, this will be fixed in the incoming Saleor 3.0 version.
Sure, feel free to open a PR! Did you also implement related changes in SDK or in Saleor Storefront? One part that needs to be changed is the backend -...
When time, we need to investigate if this is a frontend-only problem or we're getting incorrect data from backend in this case.
Hey, how did you solve the issue? I like the solution you proposed at first - a checkbox switching between charging tax according to either shop's or customer's country. As...
Agree, we should return a more specific error code in this case.
We discussed with @patrys and @jwm0 and here is what we agreed on needs to be changed in our error handling. 1. Extend the `Error` type with the `code` enum...