-
Transition from Redis to Valkey Q&As
Spryker are upgrading cache engine in our e-commerce architecture from Redis to Valkey, supported by AWS ElastiCache. This change will deliver several advantages, including enhanced performance and scalability, as well as ongoing security patches, all with zero disruption to customer operations. Those with questions can…
-
How many products are you managing with spryker?
Hi community, just a short question because I am curious about it: How many products are you managing with your spryker setup? We are currently having around 175.000 products in our database. Is this a high volume? Is spryker commonly used with less or more? Cheers Karsten
-
Introducing Symfony Autowiring Integration for Spryker
We’re excited to announce the first step toward integrating Symfony’s powerful autowiring capabilities into the Spryker framework! This initiative aims to reduce boilerplate code, improve developer productivity, and offer a smoother dependency injection (DI) experience—without changing the core architecture of Spryker. Why…
-
Behat/Gherkin missing i18n issue
Did a monthly composer update, and it broke our CI pipeline. Seems to be related to https://github.com/Behat/Gherkin/issues/317 The error we got was: $ bash docker/sdk testing codecept fixtures -d … require(/data/vendor/behat/gherkin/src/../../../i18n.php): Failed to open stream: No such file or directory in…
-
Class constructor property promotion
Spryker has recently introduced class constructor properties in the customer model vendor/spryker/customer/src/Spryker/Zed/Customer/Business/Customer/Customer.php This seems like a big problem when it comes to extending the class in the Pyz code. As far as I am aware you can't just replace e.g. the $customerConfig with the…
-
🗓️ User Group April - Aggregated Modules & OMS Testing awaits!
Hi Crew ✌🏼 We got a great User Group to look forward to end of this month (April 29th - 3pm CEST). @Karoly Gerner & @reneklatt join us and will talk about two exciting topics 👇🏼 Rethinking Modularity: A First Look at Aggregated Modules in Spryker We will take a look behind the curtain and envision how packages could be…
-
A New Era of Collaboration is Coming! 🚀
🎉 We’re excited to announce the upcoming launch of our new Partner Portal – designed to empower Spryker Solution Partners with: Personalized content tailored to your needs More data for faster, better-informed decision-making Seamless information exchange with Spryker To ensure a smooth rollout, we’re pre-registering…
-
Certification discussion link is wrong in the Safari FAQ page
Your question not answered on this page? Ask us a question about certifications in the dedicated thread on CommerceQuest.
-
Bug in Company Page company user creation? ( Security release 202412.0)
Hi, I come here because I tried to apply Security release 202412.0 to our project. As it turns out, when I enable the 2.30.0 spryker-shop/company-page version module (as per the doc Our customers are then unable to create company users in their company. I believe this is because the…
-
PHPStan findings - missing capabilities for autocompletion / generation?
We have the behaviour, that phpstan is complaining about missing methods for the autogenerated locator file: Call to an undefined method Generated\Client\Ide\AutoCompletion&Spryker\Shared\Kernel\LocatorLocatorInterface::niceFeature() while we wanna access it with $container->getLocator()->niceFeature()->client(); I dug a…