-
Hi! I would like to extract a Spryker module I created into another Git repo and to require it throu
Hi! I would like to extract a Spryker module I created into another Git repo and to require it through composer. It looks like Sprkyer is not looking into vendor/foobar/src/Pyz/... but only into "Spryker" directories (especially thinking about Zed controller and routes). Is there any way to achieve this?
-
Hi herd…
I’m trying to access the Glue Api from a parallel PHP application running in a separate Do
Hi herd… I’m trying to access the Glue Api from a parallel PHP application running in a separate Docker instance, but it looks like Glue won’t accept the connection. I’m using Symfony’s HttpClient: Fatal error: Uncaught Symfony\Component\HttpClient\Exception\ClientException: HTTP/1.1 404 Not Found returned for…
-
Hello Everyone,
If I want to get the data of logged-in users in the back office which class or help
Hello Everyone, If I want to get the data of logged-in users in the back office which class or helper function can help me?? Thanks
-
Hi Team
Please give reference for test cases for Communication, Presentation and Persistence Layer.
Hi Team Please give reference for test cases for Communication, Presentation and Persistence Layer. I am trying to create test cases taking reference from customer module. Like this <?php /** * Copyright © 2016-present Spryker Systems GmbH. All rights reserved. * Use of this software requires acceptance of the Evaluation…
-
just wondering.
is it possible to use sth like sentry (or custom logger, I've implemented one) for e
just wondering. is it possible to use sth like sentry (or custom logger, I've implemented one) for exceptions handling in spryker? I believe it would be a great source of info for QA
-
Hi , Team I want to Customize Design of this search bar Pop-up . Please Provide me the path of this
Hi , Team I want to Customize Design of this search bar Pop-up . Please Provide me the path of this pop-up twig file and CSS file.
-
Anyone had problem with `docker/sdk up` ? `Getting `Service `database` is not running. Please check
Anyone had problem with docker/sdk up ? GettingService database is not running. Please check the name.`
-
Hello together, i am trying to install the Spryker b2b demo shop now for the second time and encount
Hello together, i am trying to install the Spryker b2b demo shop now for the second time and encounter some strange errors i didn´t met the first time. Now when i want to bootstrap with deploy.dev.yml the application i get the messge: 'docker-sync' is not found. Please, make sure this application is installed and added to…
-
Hi everyone ,can a merchant can also login in merchant portal without creating merchant user ?
Hi everyone ,can a merchant can also login in merchant portal without creating merchant user ?
-
Hi everyone, is there any doc/tutorial how to make custom relationship for Glue (I mean glue_endpoin
Hi everyone, is there any doc/tutorial how to make custom relationship for Glue (I mean glue_endpoint?include=custom_data)? I found something in the documentation, but it has some rudimentary information.
-
Hey everyone, is it possible to increase maximum execution time of ActiveQuery? The CSV download of
Hey everyone, is it possible to increase maximum execution time of ActiveQuery? The CSV download of orders is taking to long and fails.
-
Hi, I'm implementing Computop payment. I meet issue at Yves. After implementation i can't log in to
Hi, I'm implementing Computop payment. I meet issue at Yves. After implementation i can't log in to customer account in yves. Network in browser returns 200. Also validation (login form) not works. Additional I get CSRF token invalid message whet try to reset password. Maybe someone had such a case like this?
-
is there a way to run a bunch of update SQL statements inside of Spryker after the migration has alr
is there a way to run a bunch of update SQL statements inside of Spryker after the migration has already run? Or do I have to run the SQL script manually?
-
Hi Team
I want to remove column from glossary grid in backoffice.
What is the best way to do
Hi Team I want to remove column from glossary grid in backoffice. What is the best way to do
-
I have a problem regarding the WYSIWYG editor in `Zed > Content > Block > Edit Placeholder`
I have a problem regarding the WYSIWYG editor in Zed > Content > Block > Edit Placeholder Pages. It changes my twig loops on save or if I change back to normal view after editing the code in code view. Is there a place in the code where I can look into its reformatting behaviour or disable it altogether? I'll put a code…
-
I want to extend the view `suggestion-results` and overwrite the content so that an organism is load
I want to extend the view suggestion-results and overwrite the content so that an organism is loaded there. The whole thing (suggestion-results) is loaded via the SuggestionController using AJAX and it seems that in this case the javascript of the organism is not loaded. Is there a trick here, or does the Webpack Magic…
-
Hello everyone,
most of the classes in spryker/glue-application are deprecated. I need some classes
Hello everyone, most of the classes in spryker/glue-application are deprecated. I need some classes from the module like RestResourceBuilder. Which classes will replace the Rest classes?
-
Hi ,
Anybody knows how FacetFilter fetching filters for the perticular category ?
Hi , Anybody knows how FacetFilter fetching filters for the perticular category ?
-
Issues with upgrading our Spryker modules (spryker ~2020 - 2022.04)
Hey everyone, we were upgrading our spryker modules (spryker ~2020 - 2022.04) and right now we are getting the following error message whenever we run composer / reset the system... Side information we are using this image in our deploy.dev.yml: spryker/php:8.1-debian (my system is a ARM based mac) Has anyone had a similar…
-
Glue Api Versioning:
I am trying to implement Versioning for CustomRestAPI. I have created Two ver
Glue Api Versioning: I am trying to implement Versioning for CustomRestAPI. I have created Two versions version 2 and version 3 TestimonialResourceRouteVersion2Plugin, TestimonialResourceRouteVersion3Plugin and added ResourceVersionableInterface in implement. it has method getVersion function per file as well. Version2…
-
The cloud commerce os doc talks about SSM Parameters
The cloud commerce os doc talks about SSM Parameters https://docs.spryker.com/docs/cloud/dev/spryker-cloud-commerce-os/managing-parameters-in-the-parameter-store.html but I don't see any doc how to use them. Is there any?
-
Hello,
I installed Kibana UI service for Spryker docker installation. I am using ubuntu 20.4 and b2b
Hello, I installed Kibana UI service for Spryker docker installation. I am using ubuntu 20.4 and b2b development shop. Kibana service has been setup properly but noticed one issue. when I access Kibana service: I can see following issue: I installed it to see if we can monitor elastic search queries from kibana ui. could…
-
2. Anyone has setup a custom product boosting mechanism ?
* Anyone has setup a custom product boosting mechanism ?
-
Guys, quick question on Elastic setup for business users.
1. Is there a Elasticsearch UI for busines
Guys, quick question on Elastic setup for business users. 1. Is there a Elasticsearch UI for business users to maintain stopwords, synonyms and etc. ?
-
Hello All,
I am trying to generate the module using the command line and for that, I'm following
Hello All, I am trying to generate the module using the command line and for that, I'm following this document, but I'm facing the attached error. can someone quickly help me here??
-
Hey Spryks…
I’ve hit up against a problem that I hope will be easy to solve.
I’ve created a
`'Gat
Hey Spryks… I’ve hit up against a problem that I hope will be easy to solve. I’ve created a 'GatewayController.php' file inside my custom module in: 'Pyz/Zed/MyModule/Communication/Controller' But I get an error that my route is not found. I’ve tried running: 'router:cache:warm-up' Then:…
-
Bumping this for visibility.
Bumping this for visibility.
-
Hello! We’re in the middle of switching our project to `202204.0` release. Though updating most of p
Hello! We’re in the middle of switching our project to 202204.0 release. Though updating most of packages went pretty fine, we still have some issue with one of them: spryker-feature/content-item As far as I see, it was never updated since 202009.0 , and now it has conflicting packages with…
-
Hi! I had a question regarding customizing the merchant profile input fields in the merchant portal.
Hi! I had a question regarding customizing the merchant profile input fields in the merchant portal. I would like to extend the existing merchant profile by adding additional fields and modifying some of the constraints for existing fields. What would be the correct approach for this? Tried replacing the files on the…
-
is there an easy way to "reset" the state of an order? I am working on order confirmation email and
is there an easy way to "reset" the state of an order? I am working on order confirmation email and it is annoying having to place a new order again and again. Would appreciate if there is a faster way to "reset" the state of an order to "new". Thanks