-
When I try to start my docker project (docker/sdk up) the following happens but the containers do no
When I try to start my docker project (docker/sdk up) the following happens but the containers do not come up: Loading composer repositories with package information Updating dependencies (including require-dev) /usr/local/bin/execute.sh: line 7: 6 Killed bash -c "${COMMAND}"
-
Hi, I got a question on OMS: how can I trigger an event upon entering the first state? (well, there
Hi, I got a question on OMS: how can I trigger an event upon entering the first state? (well, there is no transision) My scenario: I want so send an order confirmation mail right after the customer hits the "Place order". Currently all of our orders remain in Zed as new, because we export new orders as xml for our own…
-
Hi, I'm trying to create openapi java clients for the spryker glue api using the openapi generator (
Hi, I'm trying to create openapi java clients for the spryker glue api using the openapi generator (https://openapi-generator.tech/). It works so far and I can access the glue API with Java. But it seems that there is a mismatch in the schema for getting carts. The swagger API specifies relationships within cart/data like…
-
Hi,
is there any documentation of the config parameters für Yves/Glue/Zed?
For Yves and Zed, We've f
Hi, is there any documentation of the config parameters für Yves/Glue/Zed? For Yves and Zed, We've found a bunch in the code (like HOST_YVES or TRUSTED_PROXIES), but for Glue, I don't find much helpful information
-
Hi Spryker Community!
Quick question: Where do the folders `src/Orm/Zed/Store/Persistence/Base` and
Hi Spryker Community! Quick question: Where do the folders src/Orm/Zed/Store/Persistence/Base and src/Orm/Zed/Store/Persistence/Map magically come from? It doesn't seem to correspond with a simple Composer Install. The base folder src/Orm/Zed/Store/Persistence/ exists in the repository, but the two subfolders don't. Thank…
-
I am writing automated user tests, like „Go to list page, change sorting to 'by price', check if fir
I am writing automated user tests, like „Go to list page, change sorting to 'by price', check if first article is cheaper than second article,…“. This is mostly done by Javascript, like document.querySelector('#button_sorting').click(); (I use GhostInspector, but just consider that being an abstraction layer). My problem…
-
Hi everyone,
I think I have a pretty simple question, but still we were not able to resolve it with
Hi everyone, I think I have a pretty simple question, but still we were not able to resolve it with a reasonable amount of investigation: * which controller or component handles the /login_check request in Yves? * How can I intercept a successful login event in Zed (CustomerFacade->tryAuthorizeCustomerByEmailAndPassword…
-
Anyone faced this:
```/var/www/node_modules/@spryker/oryx/lib/build.js:26
let duration =
Anyone faced this: /var/www/node_modules/@spryker/oryx/lib/build.js:26 let duration = moment(stats.endTime - stats.startTime).format('s.SS'); ^TypeError: Cannot read property 'endTime' of undefined at build.webpack (/var/www/node_modules/@spryker/oryx/lib/build.js:26:41) at finalCallback…
-
Hi,
In our project we have Redis synchronization issues since several months. Mainly we have not al
Hi, In our project we have Redis synchronization issues since several months. Mainly we have not all data in redis which is part of the related *_storage table. To see if all data is synchronized to Redis I’ve build a tool to compare the count of a *_storage table with the respective key count in redis. With this tool it…
-
Hi,
has anyone queried business units before based on the company? All I found was the `getCompanyBu
Hi, has anyone queried business units before based on the company? All I found was the getCompanyBusinessUnits in project/src/Orm/Zed/Company/Persistence/Base/SpyCompany.php : 2142. Don't know how to take use of this.
-
Moved: Migration problems with a legacy demoshop using mysql after updating modules
This discussion has been moved.
-
Does anyone know if Spryker has any ETA for ?
Does anyone know if Spryker has any ETA for https://docs.adyen.com/checkout/migrating-to-drop-in ?
-
If we would like to publish an integration package, is there a way we can reuse `spryker-eco` vendor
If we would like to publish an integration package, is there a way we can reuse spryker-eco vendor on packagist? Is there a way Spryker can add us to it?
-
Hello everyone,
does anyone have any experience getting Vue to work with Spryker?
I followed the ins
Hello everyone, does anyone have any experience getting Vue to work with Spryker? I followed the instructions to install React and it worked perfectly. But when trying to get Vue to work following the same procedure I am not getting any results. This is the documentation I followed…
-
Good morning. Has anyone else experienced auto-submit issues with range-slider filters? In terms of
Good morning. Has anyone else experienced auto-submit issues with range-slider filters? In terms of range slider filters being submitted when navigating into subcategories, even tho no value was actively selected? I merged the most recent versions of the corresponding components but still the error persists.
-
Hello everybody. We are currently on migrating the CartsRestApi module for an older shop from a 2.x.
Hello everybody. We are currently on migrating the CartsRestApi module for an older shop from a 2.x.x version to an 3.x.x to have the Patch Controller Action available (which wasn’t available before). I followed…
-
We are building a B2B shop.
For our warehousetool we have to create a XML file when an order is pla
We are building a B2B shop. For our warehousetool we have to create a XML file when an order is placed. That works well. Now I have to replace the billing address from the $orderEntity with the address from the company business unit. How can I achieve that? How to get the address of the company businesst unit from the…
-
Just a short question: Am I able to call the Resource Controller actions in the Glue Api whatever I
Just a short question: Am I able to call the Resource Controller actions in the Glue Api whatever I want? I've recently stumbled upon those but the are all named like the verb they represent (i.e. postAction for POST, getAction for GET). I was wondering if I'm also able to name it like "fooAction" and to add a few more…
-
In it is stated tha
In https://documentation.spryker.com/capabilities/crm/user-rights-management.htm it is stated that I can give global access to any controller by adding stuff to the AclConstants::ACL_DEFAULT_RULES array. I did that but in the \Spryker\Zed\Auth\Communication\Plugin\Bootstrap\AuthBootstrapProvider::boot method the config I…
-
We want to render PDF files. And we use twig for that because it is HTML to PDF. Our problem now is
We want to render PDF files. And we use twig for that because it is HTML to PDF. Our problem now is how to get a fully configured Twig Service? If we setup twig ourself we would have to inject loads of different things. We found a twig trait but those functions only use an existing twig. The Controller has an already setup…
-
for a landing page , I created a form element with the input text field and a button( basic form),
for a landing page , I created a form element with the input text field and a button( basic form), now in the search result page would like to add same form, which was created in the landing page.
-
Hi Guys, how can disable the `VERBOSE log` from `logger.ts` for ts component? U can see it also on
Hi Guys, how can disable the VERBOSE log from logger.ts for ts component? U can see it also on http://www.b2b.demo-spryker.com/ under DEV-Inspection/Console. I want to set it at disabled for production environment, for example.
-
Hi! Nice to meet you all.
I'm relatively new to Spryker, question: is there a way to get the docum
Hi! Nice to meet you all. I'm relatively new to Spryker, question: is there a way to get the documentation (url, request and response format) for all the Zed api endpoints used by Yves?
-
Hey! I’m struggling with adding a CheckoutDependencyInjector for a new payment method. I created the
Hey! I’m struggling with adding a CheckoutDependencyInjector for a new payment method. I created the Yves Bundle including the CheckoutDependencyInjector as described here: https://documentation.spryker.com/tutorials/howtos/how_to_implement_prepayment/ht-implement-prepayment.htm But the Yves bundle is ignored completely…
-
Hi guys, can i use the latest version (12.1) of postgres?
Hi guys, can i use the latest version (12.1) of postgres?
-
Good morning 🙂
I want to introduce a new zed backend section for our current p
Good morning 🙂 I want to introduce a new zed backend section for our current project. One form here will use a date time field which should behave like the “Valid From(GMT)” in the “Edit concrete products” form ( mainly to have a continous UX). So when moving to the input field, a calendar opens. I noticed, that the…
-
Hey.. Is it possible to use a master/slave setup for postgres? And if yes, how would we configure it
Hey.. Is it possible to use a master/slave setup for postgres? And if yes, how would we configure it.
-
Hi guys, I just get this exception today. I am getting the same one again when I tried to re-instal
Hi guys, I just get this exception today. I am getting the same one again when I tried to re-install the shop, it stops at the database-flush section, it looks like this command is failing vendor/bin/console storage:delete) is something wrong with Redis ?
-
Are there any known issues with webcomponent compatibility in Spryker? I'm recieving several TS erro
Are there any known issues with webcomponent compatibility in Spryker? I'm recieving several TS errors which point to non-compatible custom elements, but Spryker already includes the es5 custom elements adapter? 🤔
-
hi folks, trying to do basic s3 `listcontant` with spryker filesystem service, but we get this excep
hi folks, trying to do basic s3 listcontant with spryker filesystem service, but we get this exception: Spryker\Service\FileSystem\Dependency\Exception\FileSystemReadException - Missing property "storageclass" in FlysystemResourceTransfer