-
šļø 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ā¦
-
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ā¦
-
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ā¦
-
Getting error while visit any category page : Unknown "generatePath" function.
/vendor/spryker-shop/catalog-page/src/SprykerShop/Yves/CatalogPage/Theme/default/templates/page-layout-catalog/page-layout-catalog.twig45 {% include molecule('breadcrumb-step') with { data: { url: functionExists('generatePath') ? generatePath(categoryUrl) : categoryUrl, label: categoryLabel, withChevron: not isLastLeaf } }ā¦
-
How to Resolve "413 Request Entity Too Large" Error in Spryker Yves Custom Form for File Uploads?
I have created a custom form with enctype="multipart/form-data" in the Spryker Yves layer to upload and save files using an input of type file. The files are saved to an AWS S3 bucket. When uploading files of 500 KB each in both inputs, the upload works correctly. However, attempting to upload files totaling 1 MB togetherā¦
-
spryker/robotframework-suite-tests issue with deployment pipeline
Hi, since yesterday our ci/cd pipeline is failing because of the latest commit in the spryker/robotframework-suite-tests repository. Here is why it's failing with the latest changes: RUN rfbrowser init:27.97 return f(get_current_context(), *args, **kwargs)27.97 Fileā¦
-
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ā¦
-
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:ā¦