-
Hi, we are trying to get Spryker connected to a redis cluster via sentinel. But it doesn't work as d
Hi, we are trying to get Spryker connected to a redis cluster via sentinel. But it doesn't work as documented here: https://documentation.spryker.com/v2/docs/redis-configruation-201903 . Has someone already used this and can help?
-
Hello, Spryker community,
Soon we are going to introduce a new concept to Backoffice UI (currently G
Hello, Spryker community, Soon we are going to introduce a new concept to Backoffice UI (currently GUI): Pages and Widgets. It will enable high code reuse for FE components and data access implementation. Backend rendered Backoffice UI will remain an optional graphical interface, as some of you choose to replace it with a…
-
I used Spryk a bit and wonder what it really can do. I added a client and it created 4 files for me.
I used Spryk a bit and wonder what it really can do. I added a client and it created 4 files for me. Okay nice and no need to type the namespaces. Still for example the Zed stub was something I still had to write. So did I miss something or is Spryk rather shallow in that it can do?
-
Didn't the documentation once had a link like `this file on github` ? I remember it was a lot easier
Didn't the documentation once had a link like this file on github ? I remember it was a lot easier to post issues about all the problems the documentation has...
-
Hi everybody, does anybody know if its possible to create/remove/edit spryker stores “dynamically”?
Hi everybody, does anybody know if its possible to create/remove/edit spryker stores “dynamically”? That means for example rolling out another store on demand via script without being preconfigured via code. And when yes, any experience with this? As far as i know there have to be made several configurations, stores.php,…
-
Hello @hier, our documentation team just released the new version of our documentation space that yo
Hello @hier, our documentation team just released the new version of our documentation space that you can find here: https://documentation.spryker.com/ As always, we appreciate your feedback! We wish you and your families Happy Holidays and a great start in 2020! 🎊🎄
-
Hi guys,
I'm Caro from kernpunkt and we organize the 5th Spryker User Group Cologne (#sugcgn) in Ja
Hi guys, I'm Caro from kernpunkt and we organize the 5th Spryker User Group Cologne (#sugcgn) in January. Currently we are still looking for speakers and participants who would like to join us for a tech oriented meetup on January, 14th. Save your in-official #sugcgn T-Shirt and join us for an evening with beer and pizza.…
-
Should future project code be using `$container->set(...)` instead of `$container[KEY] = ` ?
Should future project code be using $container->set(...) instead of $container[KEY] = ?
-
Can Someone help adding a class to the form element ?
Can Someone help adding a class to the form element ?
-
Hi, i’ve a question. We’re looking for handling persistence actions in repository and entitymanager
Hi, i’ve a question. We’re looking for handling persistence actions in repository and entitymanager and i see that in spryker core it’s working with the transfer-objects and not with entitytransfer-objects. Is there any reason for that? And if that’s correct to work with transfers and not with entitytransfers in repository…
-
does anyone know any ETA on making spryker-eco/adyen compatible with latest spryker-shop/suite ?
does anyone know any ETA on making spryker-eco/adyen compatible with latest spryker-shop/suite ?
-
(Untitled)
https://spryker.ideas.aha.io/ideas/CUSTIDEAS-I-71
-
Hello community! Is there any information whether devvm already exists with php 7.3 and current oper
Hello community! Is there any information whether devvm already exists with php 7.3 and current operating system?
-
Does anybody else get this issue?
Does anybody else get this issue?
-
is there any OOTB provision for content asset handling?
is there any OOTB provision for content asset handling?
-
hello spryker community, anyone using glue api? what is your performance experience with it?
hello spryker community, anyone using glue api? what is your performance experience with it?
-
If it interests anybody:
If it interests anybody: https://github.com/inviqa/spryker-debug
-
What in Spryker ways is the difference between the Query Container and the Repository? Seems to me t
What in Spryker ways is the difference between the Query Container and the Repository? Seems to me the Query Container is an older version of the repository?
-
Is there such a thing as "mandatory" product options?
Is there such a thing as "mandatory" product options?
-
is there a docker setup for the B2B or another way to demo it?
is there a docker setup for the B2B or another way to demo it?
-
Is there any limitation that requires transfer.xml files to be named after the module's name?
Some f
Is there any limitation that requires transfer.xml files to be named after the module's name? Some files grow very large and splitting could be useful. On the other hand I haven't seen this very often yet, and I wonder if that's for a reason. 😄
-
If we are writing a third-party module, should the namespace go in `CORE_NAMESPACES` or `PROJECT_NAM
If we are writing a third-party module, should the namespace go in CORE_NAMESPACES or PROJECT_NAMESPACES ? I'm guessing CORE
-
👋 there are Abstract Plugins for the `Client`, `Service`, `Glue`, `Yves` and `Zed\Kernel\Commu
👋 there are Abstract Plugins for the Client, Service, Glue, Yves and Zed\Kernel\Communication. Is there an extension point for Zed\Business ?
-
`spryker/docker-sdk` seems to be the recommended way to setup docker for spryker. So what is `spryke
spryker/docker-sdk seems to be the recommended way to setup docker for spryker. So what is spryker/docker-shop-suite about?
-
/poll “We’ve heard from some of you, that the name of the channel is
/poll “We’ve heard from some of you, that the name of the channel is confusing as this channel is for technical support from the community. We would like to suggest to change the channel’s name to #community-help?” “Yes” “No” “Other suggestion in the thread”
-
Hi everyone! I would like to announce next information -
<!here> Hi everyone! I would like to announce next information - https://documentation.spryker.com/about_spryker/what_s_new/supported-versions-of-php.htm. Prior to have any further updates from Spryker you need to update your instances to use PHP >=7.2. Have a nice week!
-
Watch the new features in the latest Spryker Release Note video
Watch the new features in the latest Spryker Release Note video https://www.youtube.com/watch?time_continue=2&v=KK6hZPfAo58
-
How do I report a Spryker bug?
How do I report a Spryker bug?
-
Hi all,
does anyone know if there's a module to display the best selling products or the last viewed
Hi all, does anyone know if there's a module to display the best selling products or the last viewed (per user)? All I could find was the possibility to add a product set into a cms block/ page. Have a great weekend 🙂
-
Hello guys,
Spryker follows SemVer. So we change non-API method signatures and behaviors in minor re
Hello guys, Spryker follows SemVer. So we change non-API method signatures and behaviors in minor releases. With this, we evolve modules and extend functionalities in a healthy consistent way. At the same time when a module has been extended on the project side, taking minors could bring unexpected migration efforts you…