-
🗓️ Save The Date: Spryker Digital User Group November 2024
Greetings crew 🫡 next week we will be hosting our last User Group for 2024 🥹 Join us for a last gathering alongside our hand-crafted agenda below 👇🏼 - Sign-up here! 1️⃣ What do you wish for 2025? We want to hear from you: what are things you wish for in 2025 when it comes to CommerceQuest and the community? More hackathon,…
-
Community News - November 🫖
Hi Crew, We haven't forgot about you, so here there are: our jam-packed news for November! 👇🏼😋 Spryker Recognized as a Leader in the 2024 Gartner® Magic Quadrant™ for Digital Commerce 🚀 As part of our commitment to innovation and growth, we’re thrilled to announce a major milestone for Spryker—being recognized as a Leader…
-
🍂 Introducing Our Fall Product Release 🎉
I’m excited to share our Fall Product Release with you! 🎉 This update includes features and improvements that many of you have been asking for. 🚀 Let’s take a look at what’s new and how it can benefit your projects! (I filtered the release notes a bit for you, the official version can be found here: Release Notes 202410.0)…
-
🎥 User Group Recordings - August & September
Hi Crew, took a bit longer than usual, but we added recordings from our recent User Groups to YouTube :) including: Hackathon Recaps, Spryker GPTs and showcases! Check them out and feel free to subscribe to you YT channel! 👇🏼 August September Cheers Sam 👨🏼🚀
-
🎉 The Skills Framework is Live! 🚀
We’re excited to announce that the Skills Framework is officially live on the platform, starting with Back-End Development Skills! This new feature is designed to guide you through a structured learning journey with clear levels, from Explorer to Oryx, giving you a path to mastery. Here’s what to expect: Level Progression:…
-
Variable OMS execution time
I need to check the status of payments with the OMS as follows every minute for the first 6 hours (this is the default) every 15 minutes from 6 hours to 48 hours. How can I do this with the OMS? I tried to modify the getStateMachineLockerTimeoutInterval() from the OmsConfig but if I change it to 15 minutes it's applied to…
-
docker/sdk up hangs during the dashboard setup step
Hi Team, I've encountered an issue while setting up a B2B Marketplace Demo Shop in my local system. docker/sdk up command doesn't gets finished and gets stuck during the dashboard setup step. I'm not sure whether mac users are also facing the same issue because I'm using Windows 11 for the setup. It hangs while executing…
-
Symfony Rate limiter
Ey-o, does anyone have any experience integrating the Symfony Rate limiter into Spryker? At the moment it's mainly about rate limiting 1-2 custom Glue endpoints for me (so I can just do one-off type custom code this time), but more generally it'd be interesting to know how one would go about configuring and integrating new…
-
Sort by relevance option in catalog search not exist in glue api
Any one suggest how to add search by relevance in catalog search by category id from glue api
-
Blackfire.so warning
There's an issue with Blackfire.so, it's preventing us from getting Spryker started. Had to bypass the issue by not enabling the blackfire extension in deploy file. The issue was present also in b2b demoshop 202410. [19-Nov-2024 06:21:19 UTC] PHP Warning: PHP Startup: Unable to load dynamic library 'blackfire.so' (tried:…
-
Limitation in code buckets and tests
Hello, We are currently using a multi-DB setup for our stores (DE, EN, CH), where each store has its own database. When running tests via docker/sdk cli -t or docker/sdk testing, the default store is used. In our case, it is DE (as defined in the deploy.ymlfile under docker:testing:store:). We have reached a point where we…
-
I'm trying to remove the price display from search results
Hi everyone, I'm trying to remove the price display from search results. I attempted to remove the ProductPriceQueryExpanderPlugin from Pyz\Client\Catalog\CatalogDependencyProvider::createCatalogSearchQueryExpanderPlugins, but the changes don’t seem to reflect. Is there a specific command or step needed to apply these…
-
Using getLocator autocompletion not working with custom namespace?
Hi! I set a new namespace for my new project modules. I created a directory under src/, added it to composer autoload, and it works on normal execution. But neither the IDE or Phpstan manage to resolve the client I created. Here's the namespace config: Adding it as a dependency: You can already tell custom() can't be found…
-
We've set max qty of product to 1 in cart despite this multiple qty added in cart while we add to ca
We've set max qty of product to 1 in cart despite this multiple qty added in cart while we add to cart from product details page, while we're going to checkout we received error for max qty. we've define "quantity_max": 1, while import from csv and also define "product_concrete.is_quantity_splittable":0 From what we've…
-
Spryker Core Module Redefined
From the 2nd version of Spryker Commerce Framework, the commerce products (B2B, B2C, B2B MP, B2C MP, Unified Commerce) based on the framework had high level of module granularity. You can find modules like Category, CategoryStorage, CategoryPageSearch, CategoryDataImport, CategoryDataExport, CatalogPage etc. This was a…