-
OMS timeout API inconsistency
So, I was doing some micro-optimizations and noticed that: \Spryker\Zed\Oms\Business\OrderStateMachine\Timeout::dropOldTimeouts works differently than \Spryker\Zed\Oms\Business\OrderStateMachine\Timeout::dropOldTimeout where dropOldTimeout (singular) checks if the source state has a timeout event and drops it if it does,…
-
Override Layout file not working
I have followed the same step like mentioned in the learning video. But it is not working for me and for coliques as well. I have tried same like in the video to override the layout.twig file. But after clearing the cache with "console c:e" commands, the changes were not appearing.
-
Can the confirmation registration email be sent using the configuration of a different store than th
Hello everyone, I aim to send the confirmation email based on the user's selected country. For instance, if a customer creates an account with the US as their country, I would like to send the email using the configuration of the US store, even if the customer registered using the DE store.
-
Using files from File Manager for content items
Hello everyone. I have a question about using files loaded by File Manager. I am creating a content item that will use a photo file. I want this photo to be able to be loaded via File Manager and then to be used. By default, the loaded file is located in: data/DE/media/files However, I cannot use it yet. Only after running…
-
Backoffice navigation
Documentation states: "Using BREADCRUMB_MERGE_STRATEGY, the first two levels of project-level navigation elements replace the core-level ones. All the project-level navigation elements below level two are appended to the core-level navigation elements. Use this strategy to avoid duplication of the navigation elements that…
-
How can i use Dynamic assets ?
Hi team, I have created and uploaded various types of files like png, and jpg and now I want to access them how can I use them in Yves or Zed? I have checked the documentation but didn't find a solution.
-
How are codeBuckets used for Presentation Layer in Zed?
Hi there, We are currently managing a multi-store setup that requires the display of distinct templates within the back office gui. To facilitate this requirement, we have implemented a store-specific bundle named ShipmentGuiXX. Within this bundle, we have expanded an existing form by incorporating a new field. This…
-
Orders with many line items result in long frontend response times
Hello everyone, A problem we encountered during Black Friday was that customers who place large orders waited a long time for an order confirmation in the frontend. To debug this issue I looked into the checkout process and measured the times of some methods. I discovered that the call of the runStateMachine method inside…
-
Promotion rule for product description page
I am using spryker b2b marketplace. I can create promotion that can be applied at cart page. My requirement is that I want to show promotion/discount on product details page itself. I am not able to find any relevant solution yet and need help in achieving the same .
-
Download query optimization on Zed
I'm trying to modify the sales table on zed by adding a country name column to it. It seems to work relatively well on the main table itself, but trying to download a csv leads to a request of >60s, which seems to trigger the default client connection of 60s, thus dropping the connection. At least that's my hypothesis. The…