-
🗓️ Upcoming: Spryker Digital User Group March! 🫶🏼
Hi Crew, Next week our monthly Spryker Digital User Group will be taken place! Here's our concise agenda 👇🏼 1️⃣ Deep dive into Spryker Monitoring Integration @Volodymyr Lunov takes us onto an adventure on how to extend your Spryker Monitoring with Headless APM. 2️⃣ Latest Spryker Fixathon Results As mentioned during our…
-
Merchant Portal Performance Improvements
Hello everyone, We recently released important Merchant Portal improvements designed to significantly enhance page loading performance 🚀: Split Backoffice and Merchant Portal navigation (Split navigation significantly enhances performance for both Backoffice and Merchant Portal): Additional performance optimizations by…
-
Spryker Developers – We Want Your Feedback!
Hey Spryker devs! At Spryker Academy, we’re constantly working to improve our learning materials—whether it’s how-to guides, instructor-led training, or other educational content. To make sure we’re addressing real-world challenges, we’d love to hear from you: What have been your 5 biggest pain points when developing…
-
Job Alert: 🇩🇪-speaking Team Lead IT Operation & Shop Manager
Hi there, we got informed about 2 cool job opportunities at . You find a short translated summary below but highly encourage you to check them out for yourself (the job descriptions are in German). Important element to highlight: 🇩🇪 is a necessary language skill. Team Lead IT Operations Shape MT's IT infrastructure…
-
Spryker Commerce Framework DI Magic
After many requests to add more magic to Spryker framework, our architects found a graceful way to enable magic DI. The new approach enables you to get a business models skipping Factory and Dependency provider functions! We currently consider 3x DI (dependency injection) containers, popular in PHP community: PHP-DI…
-
🛠️ Reworked Community Extensions & Tools List - Your input is needed 🧰
Heyhey and happy new year!! 🥂 We used the calm days to rework our Community Tools list 💪and the following features are now added to make it more useful: Tags Filter for Tags, License and Creator Search Sorting/Ordering of columns You will find the list here: CQ Community Extensions & Tools With this list we want to provide…
-
State Machine Changes Not Reflecting After Cache Clear & Rebuild
Hi Team, I have been working with the state machine in Spryker and made some changes, but they are not reflecting in the system. I have already cleared the cache and tried rebuilding, but the issue persists. Previously, whenever I made changes to the state machine, they were reflected instantly. However, this time, the…
-
getting route error
I had created antelopes module in which i need to fetch data from db and show the data but while running the module i got routing error. Can anyone help me out for this.
-
social icons are not displayed on pdp
I had added new theme productdetailpageEU and added a new molecule for showing social icons on pdp, in source code i can see the div but the icons are not displayed, can you please help me out here
-
𝗦𝗽𝗿𝘆𝗸𝗲𝗿 𝗥𝗲𝘀𝗼𝘂𝗿𝗰𝗲𝘀 𝗮𝘃𝗮𝗶𝗹𝗮𝗯𝗹𝗲
𝗦𝗲𝘃𝗲𝗿𝗮𝗹 𝗦𝗽𝗿𝘆𝗸𝗲𝗿 𝗥𝗲𝘀𝗼𝘂𝗿𝗰𝗲𝘀 𝗮𝘃𝗮𝗶𝗹𝗮𝗯𝗹𝗲 - These include Engineers (Frontend & Backend), Architects, Solution Architects, Project Managers, QA's and DevOps Engineers. German / French/ English and Spanish Speaking Resources available aswell. If your business / team is looking for Spryker Expertise, please reach out as I have…
-
translation for backoffice
In some cases there are users that don't understand the language of the back office and we have to set it to English but in order to do that we need to add the language to the whole store. Why are these two functionalities coupled and why I can select a language on the user and it wouldn't matter - the locale that is first…
-
Glue Resource creates wrong method
I'm currently creating a Backend Glue API Resource for a post, put and delete endpoint: /** * {@inheritDoc} * * @api * * @return \Generated\Shared\Transfer\GlueResourceMethodCollectionTransfer */ public function getDeclaredMethods(): GlueResourceMethodCollectionTransfer { return (new GlueResourceMethodCollectionTransfer())…
-
What is the difference between priceToPay and grandTotal for TotalsTransfer
Hello dear Spryker experts, I have a question what is the difference between priceToPay and grandTotal for TotalsTransfer. I can see in logic of \Spryker\Zed\SalesPayment\Business\Expander\SalesOrderExpander::calculatePriceToPay that we calculating it as grandTotal - all availableAmounts from payments which has…
-
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.
-
How to Setup SSO in Yves for Customer Login with Azure Entra ID
Hello, we want to replace the normal Form Login in Yves with a SSO in Azure Entra ID. I've found some posts here but most of them seem to be already some years old. I know there is this module for the backoffice but is there something similar for Yves?
-
Deploy multiple regions to the same AWS account
Hi! Is it possible to deploy multiple "regions" (defined in the same deploy file) to the same AWS account? I am wondering about this, because you can do that for your local development environment, but does not mention this option. Is this be possible with the Dynamic Multi-store feature, or do we have to use separate AWS…