-
Hello guys, I would like to know all available query parameters for the catalog_search glue endpoint
Hello guys, I would like to know all available query parameters for the catalog_search glue endpoint. Any hints?
-
Helo Team, Please help me with a local environment customer creation.
Created a customer from Back-o
Helo Team, Please help me with a local environment customer creation. Created a customer from Back-office and currently its in unverified state, how can we verify this customer in local setup, as the customer verification mail is not triggered from local setup, so what is the workaround for local environment for verifying…
-
Team, do we have option for virtual products in Spryker that can be downloaded and also for paid ser
Team, do we have option for virtual products in Spryker that can be downloaded and also for paid service?
-
Using windows with wsl ubuntu, having issues with two of six applications right now, and both of the
Using windows with wsl ubuntu, having issues with two of six applications right now, and both of them are zed endpoints. Both return DNS_PROBE_FINISHED_NXDOMAIN. Everything else seems to work fine. Any idea what might be the issue ?
-
Hi I have a question about styling of components in the spryker frontend. Lets say I have a molecule
Hi I have a question about styling of components in the spryker frontend. Lets say I have a molecule that exists in two variations (for simplicity lets a button that is white or black). My understanding is that modifiers ought to be used to realize that. Further, lets say the button is used in a molecule, the molecule is…
-
Hi, has anyone gotten this security check error as of recently? If so what version of guzzle http ps
Hi, has anyone gotten this security check error as of recently? If so what version of guzzle http psr7 did you upgrade to which does not cause any problems with spryker? 1 package has known vulnerabilities. guzzlehttp/psr7 (2.4.3) * CVE-2023-29197: Improper header validation
-
Hi all, I am trying to delete category programmatically using spryker category facade. but category
-
Did anyone of you already profiled some API endpoints locally? I wanted to do that with the Xdebug p
Did anyone of you already profiled some API endpoints locally? I wanted to do that with the Xdebug profiler, but I’m not sure where they are saved at. What I’ve tried already: • I’ve added a new section to my deploy.dev.yml that looks like this: php: ini: "xdebug.mode": "profile" • Profiling CLI commands works as expected,…
-
Hi all. I am currently working my way through the "Spryker Backend Fundamentals" course and the "Per
Hi all. I am currently working my way through the "Spryker Backend Fundamentals" course and the "Persist, Fetch, and Transport Data across Layers and Services" part. After doing all the steps as stated there and trying to view the page, I got the following error message. Am I still missing something? What else do I have to…
-
Hi team ,
As in gift card product there is no shipment method , if i want to implement the No shipme
Hi team , As in gift card product there is no shipment method , if i want to implement the No shipment for all product basically i don't want shipment step from checkout process so how can i acheive this.
-
hi team , i have created new table test_article . and inside table i have a column order_id . I want
hi team , i have created new table test_article . and inside table i have a column order_id . I want to make it foreign key with id_sales_order which is located in spy_sales_order table. But i am getting this error
-
Hi All, i am facing below error while running console frontend:yves:build command, suggestion for th
Hi All, i am facing below error while running console frontend:yves:build command, suggestion for this??
-
hi I am facing this error everytime when trying to open backoffice, if anyone know
hi I am facing this error everytime when trying to open backoffice, if anyone knows about how to fix this please let me know,
-
Hi guys. I am getting below error while performing "docker/up" and "yves:build" command. Any suggest
Hi guys. I am getting below error while performing "docker/up" and "yves:build" command. Any suggestion(s)?
-
I am new to Spryker and trying to setup the local Spryker for B2C Marketplace. I followed all the st
I am new to Spryker and trying to setup the local Spryker for B2C Marketplace. I followed all the steps as per guide and can access backoffice. But I am not able to access merchant portal and the storefront. Please suggest.
-
Hello all,
I am trying to run the 202212 release B2C shop using the Docker SDK. But I am encounteri
Hello all, I am trying to run the 202212 release B2C shop using the Docker SDK. But I am encountering the following issue: Fatal error: Uncaught Error: Class "Spryker\Shared\Store\StoreConstants" not found in /data/config/Shared/config_default.php:630Stack trace:#0…
-
Hey Spryker Guys
With B2B demo shop versoin 202108,
While executing frontend:zed:build command, show
Hey Spryker Guys With B2B demo shop versoin 202108, While executing frontend:zed:build command, shows the error as per the attached screenshot Could anyone know the cause of the error and solution for the error Thank you
-
Hi Team, I am getting below error while performing npm install. The npm version is 9.5.1 and node ve
Hi Team, I am getting below error while performing npm install. The npm version is 9.5.1 and node version is 18.16.0. Any suggestion(s) what's wrong here?
-
Hi team
if i need to change the foreign key action of `spy_product_category_filter` file from `RESTR
Hi team if i need to change the foreign key action of spy_product_category_filter file from RESTRICT to CASCADE. Please let me know which steps I should follow. When I am trying by putting following code: <foreign-key foreignTable="spy_category" onDelete="CASCADE"> <reference foreign="id_category" local="fk_category" />…
-
Hii Everyone, i have setuped spryker code locally and modified it now i want to deploy it on server
Hii Everyone, i have setuped spryker code locally and modified it now i want to deploy it on server how i can do it please guide me.
-
Hey Team, I am using VSCode and i want to enable xdebug in this how can i setup for this.
Hey Team, I am using VSCode and i want to enable xdebug in this how can i setup for this.
-
Hi Spryker Guys
While executing Propel:migrate command, it shows the exception error to execute Alte
Hi Spryker Guys While executing Propel:migrate command, it shows the exception error to execute Alter statement, could somebody share the right approach to resolve such error, Thank you Propel\Runtime\Exception\RuntimeException - Exception: Failed to execute SQL "ALTER TABLE spy_category CHANGE fk_category_template…
-
I have defined the method getFactory and getFacade above class and when i'm using getFactory it is n
I have defined the method getFactory and getFacade above class and when i'm using getFactory it is not reaching in the function but the control mousclick gets the path but it is not working. return $this->getFacade()->exportCustomer($dataExportConfigurationTransfer); this line is not working
-
Hello! I'm trying to extend some Zed GUI js code, so I did the following:
1. Created a new entry poi
Hello! I'm trying to extend some Zed GUI js code, so I did the following: 1. Created a new entry point of extension-init.entry.js 2. Built the solution, made sure that new bundle is available via the corresponding endpoint Now, I want to somehow to include my new asset file to the Zed layout @Gui/Layout/layout.twig :…
-
Hey Team I am getting this error Can anyone help me please
Error - Exception: Class "Generated\Shar
Hey Team I am getting this error Can anyone help me please Error - Exception: Class "Generated\Shared\Transfer\AclEntityMetadataConfigTransfer" not found in /data/vendor/spryker/acl-entity/src/Spryker/Zed/AclEntity/Business/Reader/AclEntityMetadataConfigReader.php (54) Command: /data/vendor/bin/console propel:install…
-
What event do I trigger to update elasticsearch when I mark an item as not searchable in SQL?
What event do I trigger to update elasticsearch when I mark an item as not searchable in SQL?
-
(Untitled)
https://docs.spryker.com/docs/scos/dev/back-end-development/data-manipulation/data-publishing/implement-event-trigger-publisher-plugins.html has a link to confluence, is that expected?
-
Hey Spryker Guys
I am working with Spryker Version 202108.0, and while executing data import console
Hey Spryker Guys I am working with Spryker Version 202108.0, and while executing data import console command, shows the error like vhost us-docker not found However I have changed the deprecation of PropelConstants::ZED_DB_ENGINE_MYSQL (with PropelConstants::ZED_DB_ENGINE) in config_default.php file referring B2B demo shop…
-
hey team
i am getting this error when i am running console:propel:install
hey team i am getting this error when i am running console:propel:install
-
Hi Everyone,
I have a large number of data in the database and that's why I am fetching the data in
Hi Everyone, I have a large number of data in the database and that's why I am fetching the data in chunks using limit and offset, with do while loop. But the strange thing is that each loop is increasing my memory usage, where I am setting my all defined variables to null and cleaning the garbage collection. What else I…