-
quick question:
`setup:jenkins:generate` was removed in
quick question: setup:jenkins:generate was removed in https://github.com/spryker/setup/compare/4.1.2...4.2.0 but that caused our jenkins to fail with atomic deployment since the release folder (which jenkins knew about few releases ago) doesn't exist anymore. How is jenkins updated now?
-
Here was a question about GLUE/Carts… Is it not relevant anymore?
Here was a question about GLUE/Carts… Is it not relevant anymore?
-
Hi all, How I can mock a public static method in codeception? 🙂
Hi all, How I can mock a public static method in codeception? 🙂
-
Hey guys, I just decided to cleanup config files in spryker but seems redis session doesn't know wha
Hey guys, I just decided to cleanup config files in spryker but seems redis session doesn't know what environment is, and only has redis config from config_default.php (ignores the value from config_default-development.php) is that intended behavior?
-
Hi all,
the Rabbitmq ran out of memory this morning. I've purged it and now the vhost crashes on eac
Hi all, the Rabbitmq ran out of memory this morning. I've purged it and now the vhost crashes on each bootup of the service. Is there a command how to set up a vhost? 🤔
-
How do I make fixtures defined? Right now getting
```
APPLICATION_ENV=devtest APPLICATION_STORE=EN c
How do I make fixtures defined? Right now getting
-
which is the right APPLICATION_ENV for running tests? `testing` (like `config/install/testing.yml`)
which is the right APPLICATION_ENV for running tests? testing (like config/install/testing.yml) or devtest (like config/Shared/config_default-devtest.php)
-
Hello! Which is the best approach if I want to replace a unique constraint as group. For example in
Hello! Which is the best approach if I want to replace a unique constraint as group. For example in quote: name, customer_reference to be name, customer_reference and other column?
-
Is there a way to run just one store vendor/bin/install?
right now, because of data:import part of t
Is there a way to run just one store vendor/bin/install? right now, because of data:import part of testing.yml AT is imported for some reason, even I already removed it from stores.php and running with: APPLICATION_ENV=devtest APPLICATION_STORE=EN cd /data/shop/development/current && vendor/bin/install
-
Hi there — I have a question regarding the b2c demoshop: I installed it and realized that all prices
Hi there — I have a question regarding the b2c demoshop: I installed it and realized that all prices on listing and product pages are NET prices. Is it possible to switch to GROSS prices or ideally show both prices? thanks!
-
Hi! A question for you: Is a good idea to use in Zed part, dependency provider, plugin created in c
Hi! A question for you: Is a good idea to use in Zed part, dependency provider, plugin created in client?
-
Moved: Did anybody tried to overwrite a propel behavior?
This discussion has been moved.
-
after composer.json update i get a lot of this in the forms:
```
Cannot check if an unsubmitted form
after composer.json update i get a lot of this in the forms: example: trying to save product attribute form What should I check to solve this? To clarify: I have used the composer.json versions from spryker shop suite
-
Good morning guys! Just wanted to know wether it is possible to generate a CSV file for navigation i
Good morning guys! Just wanted to know wether it is possible to generate a CSV file for navigation import from new/changed navigations in zed? 🤔
-
Can someone explain the `BridgeConstructorArgumentTypehintsRule` (`\ArchitectureSniffer\Zed\Dependen
Can someone explain the BridgeConstructorArgumentTypehintsRule (\ArchitectureSniffer\Zed\Dependency\Bridge\BridgeConstructorArgumentTypehintsRule)? By that rule, it's not legit to typehint the given parameter. As the bridge is an implementation, I think we should be allowed to expect a certain type of argument. How else…
-
Hi there,
has anyone experience with versioning Glue endpoints with the `ResourceVersionableInterfac
Hi there, has anyone experience with versioning Glue endpoints with the ResourceVersionableInterface? We're currently struggling with finding a good module structure (class and folder naming) to maintain multiple versions in parallel.
-
Hi , i have question. What is the best solution for getting the service (in the same modul
Hi <!channel>, i have question. What is the best solution for getting the service (in the same module) in the communication layer of zed?
-
hello?
hello?
-
Good morning! Since I haven't found any note on that in the documentation - Is it possible to retrie
Good morning! Since I haven't found any note on that in the documentation - Is it possible to retrieve scaled prices via glue? My prices array only includes the default/base price for both concrete and abstract products with scaled prices.