-
Hello,
Has anyone had issues with connecting phpstorm to your repo through WSL on windows? Mine con
Hello, Has anyone had issues with connecting phpstorm to your repo through WSL on windows? Mine continuously chokes on indexing the repo. I have omitted some directories, but still seems to be an issue.
-
is there a way to access spryker cloud instances via ssh? i have a strange behaviour, which does onl
is there a way to access spryker cloud instances via ssh? i have a strange behaviour, which does only occur on cloud instances, not on local environment, logs are empty, and i am planning to add some debug echos in the sourcecode, to get that issue solved
-
Hello everyone 👋🏻,
My team and I stumbled across the issue that on a `oms:check-ti
Hello everyone 👋🏻, My team and I stumbled across the issue that on a oms:check-timeout command run, some items of an order change state whereas others in the same order only do in the next timeout check execution. Even stranger, the items transitioning last are those with lower Item-ID, hence the items that have been…
-
Is it somehow possible to move only the whole order in the OMS if a condition is met?
Imagine havin
Is it somehow possible to move only the whole order in the OMS if a condition is met? Imagine having an order with multiple items and an OMS transition from new to paid with the condition IsPaid. The oms:check-condition starts to check the condition for the first item, but it's false at this moment. The process picks the…
-
Hi Everyone. I have problem with installing spryker in Development Mode. When i installed with docke
Hi Everyone. I have problem with installing spryker in Development Mode. When i installed with docker/sdk bootstrap deploy.yml and next docker/sdk up i didn't have any problem, but when i installed docker/sdk bootstrap deploy.dev.yml and next docker/sdk up i got this. How i can correct this problem?…
-
Hi, we have ~ 1.8 million customers in our db, and a similar number of orders. In Zed, the search on
Hi, we have ~ 1.8 million customers in our db, and a similar number of orders. In Zed, the search on the listing pages for orders and customers has become really slow - sometimes 8-15 seconds. Does anyone have any good tips to speed it up?
-
Hi. Does anyone know if it is possible to override a databuilder property? Spryker is still using ru
Hi. Does anyone know if it is possible to override a databuilder property? Spryker is still using rules with a deprecated format from Fakerphp, I would like to change it on project level at least
-
I have an issue with setting up multi store for my project. I have DE store as default one and I wan
I have an issue with setting up multi store for my project. I have DE store as default one and I want to add AT as well. I want to have the same products in the stores. Also I would prefer to use only one Zed url to now switching between admin urls (is it possible in general?) I want to use de_DE and de_AT locales for…
-
habe a lot of issues with M1 and / apple-m1-adjustments
habe a lot of issues with M1 and https://github.com/spryker/docker-sdk.git / apple-m1-adjustments had to change "mutagen compose" to "mutagen-compose" , but now it complaints about a missing webdriver
-
Hey guys,
Is there any way to use mutagen v.0.13.0? It doesn’t support compose and now docker/sdk do
Hey guys, Is there any way to use mutagen v.0.13.0? It doesn’t support compose and now docker/sdk doesn’t work for me normally.
-
Does anybody know whether it is possible to sort navigation items in Zed? I'm not using a project-le
Does anybody know whether it is possible to sort navigation items in Zed? I'm not using a project-level navigation.xml, navigation gets build automatically based on the packages installed. So how do I change the display order?
-
Hi,
I have a query regarding my spryker webshop.
The users are not able to login to the spryker fron
Hi, I have a query regarding my spryker webshop. The users are not able to login to the spryker frontend shop using their provided credentials. It says "Authentication Failed". However, the backoffice logins are working fine. Could anyone please point out if you came across the issue before and let me know the steps to…
-
hi, we are in the middle of our spryker upgrade to 202108 and got some problems with the pub/sync of
hi, we are in the middle of our spryker upgrade to 202108 and got some problems with the pub/sync of categories. especially \Spryker\Zed\ProductCategorySearch\Persistence\ProductCategorySearchRepository::getAllCategoriesWithAttributesAndOrderByDescendant seems to make problems. In our case we get a result with ~130k (28…
-
Hello,
as stated in the documentation for product bundles
> If bundled items have quantity > 1
Hello, as stated in the documentation for product bundles Is there a (built in/easy) way to prevent this behaviour and “group” the items instead? Background: we run into performance issues wenn dealing with higher bundle quantities … for example a bundle with 10 items bought in quantity of 800 = 8000 items … 4000 bytes…
-
Hi guys,
I have a problem when I go to .
I'm getting an error
```{"errors
Hi guys, I have a problem when I go to http://glue.de.fng.local/. I'm getting an error {"errors":[{"status":404,"detail":"Not Found"}]} Have someone an idea what the problem is. Zed backoffice, yves fronted work normal
-
Hey guys, I'm Berkan, new here, just joined. Happy friday! Hope everyone's keeping well. I was wonde
Hey guys, I'm Berkan, new here, just joined. Happy friday! Hope everyone's keeping well. I was wondering if conversion/sale tracking is possible with Spryker. Is Google Tag Manager compatible with the platform? Alternatively is there a way of pasting my JS tracking code onto my 'order complete' page, using the global…
-
Hi guys,
I've got a configuration problem.
We will have a store, which main and only language will b
Hi guys, I've got a configuration problem. We will have a store, which main and only language will be German. I was able to change the language in the stores.php file. But that is also causing the backoffice to be only in German, which lets most of the OOTB acceptance tests fail, since they have hardcoded English text to…
-
Hey guys,
I'm currently trying to setup CI/CD with codeception acceptance tests.
Some of the out of
Hey guys, I'm currently trying to setup CI/CD with codeception acceptance tests. Some of the out of the box tests are failing, this is the image of the failing tests. It seems like the translations are not correctly put out and therefore the texts can't be found. Has someone experience something like that?
-
I added an asset (png) to `frontend/static/images` but am not able to access it in the frontend via
I added an asset (png) to frontend/static/images but am not able to access it in the frontend via http://yves.de.spryker.local/assets/static/images/34514543.png where the other images in this directory can be accessed. I already tried docker/sdk console sync:data and docker/sdk console cache:empty-all but still are unable…
-
Hey Spryks!
We’re about to set up an AWS EC2 server to run our first Spryker “demo” to show our col
Hey Spryks! We’re about to set up an AWS EC2 server to run our first Spryker “demo” to show our colleagues etc. Is there any advice about what EC2 set up required for Spryker? What flavour of Linux is best? How many cores etc? Many thanks!
-
I'm trying to change the main-navigation on the b2b demo shop, by changing `data/import/common/commo
I'm trying to change the main-navigation on the b2b demo shop, by changing data/import/common/common/navigation_node.csv. After running docker/sdk console data:import:navigation-node it says that it loaded the file. I do not see the changes however on the frontend (http://yves.de.spryker.local/). I there a cache to clear,…
-
Hey, does anyone have an example extended ZED Config for the webpack build? We're running into the i
Hey, does anyone have an example extended ZED Config for the webpack build? We're running into the issue of dependencies not being found, even tho all entries are there.
-
Hey guys, checked out the current master-branch of the spryker-b2c-demo-shop and tried to get the sl
Hey guys, checked out the current master-branch of the spryker-b2c-demo-shop and tried to get the slot-view of the templates. apparently there is an error in the sql-statement that is trying to select the data. there is a column selection missing in the statement.…
-
Hello,
does anybody know how we can detect any cart change (add/remove) on spryker? We found the
`Ca
Hello, does anybody know how we can detect any cart change (add/remove) on spryker? We found the CartOperationPostSavePluginInterface which is described as Unfortunately this doesn’t seem to be true since on Operation class beside removeFromCart() and addToCart() it is also called in reloadItemsInQuote() which does not…
-
Hi, has anybody been working with strict transfers extensively? We are facing an issue when defining
Hi, has anybody been working with strict transfers extensively? We are facing an issue when defining a strict transfer, that contains another transfer. Consider this example: <transfer name="Foo" strict="true"> <property name="bar" type="Bar"></transfer><transfer name="Bar" strict="true"></transfer> It will create a…
-
*Question about the speed /response time of the glue API…*
I’ve got a docker instance running the S
Question about the speed /response time of the glue API… I’ve got a docker instance running the Spryker B2C demo. I’ve built a separate Angular app that connects to the Spryker Glue API. At the moment I’m doing simple things like requesting the Category tree and a list of products. What I’m finding is that the Glue API is…
-
Morning and happy new year all!
I’ve noticed a strange change in behaviour for customer Yves session
Morning and happy new year all! I’ve noticed a strange change in behaviour for customer Yves sessions after upgrading to 2021.08 and wondered if I am missing something. In previous versions the expire time of the session cookie in the browser would update each time a page is accessed, so the cookie would always be valid…
-
Hi all… Happy New year! 🙂
I am new to Spryker (but experienced in PHP) … I’m
Hi all… Happy New year! 🙂 I am new to Spryker (but experienced in PHP) … I’m looking for the best way to start with Spryker Custom Module Development. (Note, I have already signed up for the Back End Development Basics course). The Module I’m looking to develop will add a new field to each product in the back-office…
-
Hi guys,
first: Happy new year to everybody!
I have an issue with quest carts in my development en
Hi guys, first: Happy new year to everybody! I have an issue with quest carts in my development environment (202108.0) and I am not sure if it is a B2B related issue. In the beginning I can not get a cart / a cart id by the "GET /guest-carts" request in both environments. After that I can only add a product to the B2C…
-
Hey .. can anyone point me into the right direction to integrate payments with glue? I’m not sure if
Hey .. can anyone point me into the right direction to integrate payments with glue? I’m not sure if I understand the purpose of the order-payments endpoint. When I call this endpoint with the data it just seems to reply with the provided data and doesn’t do anything with it. Is there something I don’t see? And second, I…