-
Getting error Get "https://registry-1.docker.io/v2/": net/http: TLS handshake timeout
Hi Team, I am trying to install spryker in wsl 2 ubuntu. and when i run docker/sdk up then getting error mentioned below:- error response from daemon: Get "https://registry-1.docker.io/v2/": net/http: TLS handshake timeout Regards, Sushant
-
After connecting VPN not able to access Scheduler, broker and database
Hi Team, Is there anyone faced the issue mentioned below:- I have successfully connected with VPN through OpenVPN. But still, I am not able to access Scheduler, broker and database. No landing page should be displayed. Regards, Sushant
-
npm Software Supply Chain Attack
Hi All, Is this npm Software Supply Chain Attack also affect our spryker project? Is there any way to check the project is affected or not? Thanks
-
How to Resolve "413 Request Entity Too Large" Error in Spryker Yves Custom Form for File Uploads?
I have created a custom form with enctype="multipart/form-data" in the Spryker Yves layer to upload and save files using an input of type file. The files are saved to an AWS S3 bucket. When uploading files of 500 KB each in both inputs, the upload works correctly. However, attempting to upload files totaling 1 MB together…
-
Clarification about creating a new mapping
Hey We already have a mapping(for products -OOTB) from sku→id_product_concrete/id_product_abstract and if we want to have one more mapping for product name→id_product_concrete/id_product_abstract, How can this be achieved without overriding the product storage module class,creating a new parameter mapping like…
-
Jenkins plugins
Hi, quick question: do Jenkins plugins (that I manually enable in the GUI) persist between deployments, or is the instance recreated every time? Of course I could just, you know, try and see, but I don't wanna right now :)
-
notification icon on order in navigation merchant portal
How can we implement notification for navigation in merchant portal. We have a scenario. Let say 5 new order is created so we want to show 5 in order tab in navigation. Please suggest.
-
A voucher code used by multiple user but each customer uses the code once.
Is it possible to have one discount code used by multiple customers say 10, but each customer uses the code once? I have checked the Spryker documentation as well as Backoffice discount. I did not find any relevant setting for that. We are using b2b marketplace.
-
Can an email able to access merchant portal and backoffice both?
Can an email able to access merchant portal and backoffice both. If yes, then how? We have found that we are unable to have BackOffice and Merchant Portal access simultaneously. If we combine the ROOT GROUP permissions with MP groups, we are unable to login.
-
Spryker custom discount to consume earned loyalty points
Hello Team, I am working on a loyalty project where each customer earn the loyalty points after each successful order completion. Now I have to create the custom discount module which have the functionality to get the points from customer on cart or checkout process and reduce the cart price by customer points entered by…