-
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:…
-
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…
-
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…