Posts
Members
Info
How can I protect RegisterAccount?
Are there any features that allow to protect RegisterAccount against misuse? For example, can I disable it and only allow a staff user to add a new customer or is there a way to integrate it with Captcha services? For maintenance and stability reasons I want to do this without…
0
0
Integration with Elasticsearch
The previous versions of the Saleor documentation (like 2.9.0) had some instructions concerning the integration with Elasticsearch, which can be used to improve product search performance. For some reason, these instructions are no longer present in the current documentation…
0
7
Funding Multi-Vendor Feature for Saleor
According to the blog post from 2018, it mentioned Saleor was working on multi-vendor capabilities and it would be ready in a few months: https://saleor.io/blog/saleor-release-graphqlfirst-headless-ecommerce-102/ For some reason this died and is no longer on the roadmap... Many…
9
6
any plans for getting checkout by checkoutId ?
I am working on the guest flow and at the moment all the actions I perform require a checkoutId (checkoutLinesAdd, checkoutLinesDelete, checkoutLinesUpdate, checkoutBillingAddressUpdate, etc.) So I need to store the checkoutId somewhere. On the other hand, I can only the obtain…
0
0
How to build a Recently Viewed section in Saleor?
Hello Everyone! I want to show the products a user recently viewed. Is there any built-in functionality or component that will allow me to do so? If not, how can I achieve this?
1
1
Company Registration Number or Tax Number for customers
Hi, I am trying to make Saleor for customers acting as companies, and at least for Romania, but probably other countries as well, there is some company specific data that need to be retained, like VAT number, or company registration code. Is there a plan to enable something like…
0
7
Sippping cost by product
Hello everyone ! First, thanks Saleor Team for building this promising product. I cannot find a way to set a shipping cost by product, which is mulitiplied depending on the product quantity, e.g. : • 1 product => 3€shipping …
0
1
Checkout fields client side validation
At this moment the required fields are not marked as such in storefront, and the back-end validation does not seem to happen in the same step. On first submit, the email is validated, on second submit the zip code, then the street address and so on. I am thinking that a better…
0
0