-
What is the relationship with `publish:trigger-events` and `sync:data` ? If I run `publish:trigger-e
What is the relationship with publish:trigger-events and sync:data ? If I run publish:trigger-events when do I need to run sync:data?
-
Hello all, can someone please tell me the location of search twig template?
Hello all, can someone please tell me the location of search twig template?
-
Hi everyone, I am changing dev to prod environment but CSS Changes not being reflected on production
Hi everyone, I am changing dev to prod environment but CSS Changes not being reflected on production environment please help me
-
Hello, I'd like to ask for a future proof safe way to add a column to a table in the backoffice GUI.
Hello, I'd like to ask for a future proof safe way to add a column to a table in the backoffice GUI. My solution works, but I think it breaks some rules. I overrode configure and prepareData functions and added my new column, in the CompanyBusinessUnitGui module.
-
hey everyone . I am configuring xdebug with vs-code .
and i have folloed this steps . but its not w
hey everyone . I am configuring xdebug with vs-code . and i have folloed this steps . but its not working . Anyone please help to fix this. the thread you are following is an old way to configure xdebug in Spryker if you are using vscode, then be sure to have the following extensions installed .1 Name: PHP Debug Id:…
-
Hello All,
We have completed the local setup in Ubuntu laptop. But after running the "sudo docker/s
Hello All, We have completed the local setup in Ubuntu laptop. But after running the "sudo docker/sdk up" commands, we are receiving the error at the end like "Service search is not running. Please check the name." Could anyone please help to fix it immediately?
-
hey Everyone , i have configured xdebug in vs code and its working in public/yves/index.php but when
hey Everyone , i have configured xdebug in vs code and its working in public/yves/index.php but when i am adding break point in other controller it is giving me this error Anyone please help me to resolve this issue
-
Hey Everyone , I have configured xdebuger with visual studio IDE .But my break point is not getting
Hey Everyone , I have configured xdebuger with visual studio IDE .But my break point is not getting hit .
-
Hi! I need to create a sitemap of a Spryker project. There's any library that can be used for this?
Hi! I need to create a sitemap of a Spryker project. There's any library that can be used for this? I didn't find anything in the docs. Thanks!
-
Hi all,
Is there a way to update values in the database when new features are deployed to the prod
Hi all, Is there a way to update values in the database when new features are deployed to the prod environnement ? I came from the Magento world and there was a handy command called setup:upgrade that ran php code from SetupData.php and UpgradeData.php files to edit the values in the database among other things. In Spryker…
-
Hi Everyone,
I am trying to deactivate the Products using an SQL query, facing the
Hi Everyone, I am trying to deactivate the Products using an SQL query, facing the below errors
-
Hello Team
Can someone tell me if Spryker partners get a cloud sandbox account to test and implement
Hello Team Can someone tell me if Spryker partners get a cloud sandbox account to test and implement their own Demo store? If yes, what does it take to get one?
-
(Untitled)
https://safari.spryker.com/learn/course/409/persist-fetch-and-transport-data-across-layers-and-services.
-
Hi there
Dear Team,
I am writing to report an issue with configuring Xdebug in my
Hi there Dear Team, I am writing to report an issue with configuring Xdebug in my b2c-demo-shop. I have followed the steps below: * Cloned the b2c-demo-shop using the following URL: git clone https://github.com/spryker-shop/b2c-demo-shop.git -b 202212.0 --single-branch ./b2c-demo-shop * Navigated to the cloned folder: cd…
-
Hello Team, Please help me resolve the following error that I am encountering while trying to instal
Hello Team, Please help me resolve the following error that I am encountering while trying to install the Gift Card feature. Failed to complete request with server authority http://backend-gateway.de.spryker.local. Configured with (SSL Disabled) backend-gateway.de.spryker.local: in /data/config/Shared/config_default.php.…
-
Hello everyone I am facing this error on build after installing the gift card feature
Hello everyone I am facing this error on build after installing the gift card feature
-
hey Team , I am facing this issue. Can anyone please help
hey Team , I am facing this issue. Can anyone please help
-
hi team
please let me know how can we achieve helper class functionality where common code can be wr
hi team please let me know how can we achieve helper class functionality where common code can be written
-
Error - Exception: Class "SprykerSdk\Spryk\Console\SprykRunConsole" not found
in /data/src/Pyz/Zed/C
Error - Exception: Class "SprykerSdk\Spryk\Console\SprykRunConsole" not found in /data/src/Pyz/Zed/Console/ConsoleDependencyProvider.php (389)
-
Hi All, i have upgraded my project from 202001 to 202212, when i try to access the backoffice its gi
Hi All, i have upgraded my project from 202001 to 202212, when i try to access the backoffice its giving below error saying the url is redirecting too many times(refer screenshot) any suggestion where should i check this one or what i have missed??
-
I'm looking for a way to sign in an agent into Yves via Azure Active Directory.
I found this so far,
I'm looking for a way to sign in an agent into Yves via Azure Active Directory. I found this so far, but this is for Zed only: https://docs.spryker.com/docs/pbc/all/identity-access-management/202212.0/install-and-upgrade/install-microsoft-azure-active-directory.html#se[…]ior Will I need to build it myself for Yves or is…
-
Hello guys. My Glue API endpoint action returns
```{
"data": [
{
"type": "test-main",
Hello guys. My Glue API endpoint action returns { "data": [ { "type": "test-main", "id": null, "links": { "self": "https:\/\/glue.int.zf.local\/test-main" } } ], "links": { "self": "https:\/\/glue.int.zf.local\/search?term=product-name-en_us23&itemsPerPage=24&country=DE&locale=en_US" }} Whereas I want it to return {…
-
On Win10 I've tried exporting the wsl to a different drive and then importing it, but now i can't se
On Win10 I've tried exporting the wsl to a different drive and then importing it, but now i can't seem to start it. It always fails at this moment: [+] Running 3/4 ⠿ Network oneal_b2c_dev_public Created 0.0s ⠿ Network oneal_b2c_dev_private Created 0.0s ⠿ Container oneal_b2c_dev_cli_ssh_relay_1 Starting 0.9s ⠿ Container…
-
Hello,
with some recent updates for the spryker testify updates, there were changes made for the env
Hello, with some recent updates for the spryker testify updates, there were changes made for the env variables defined('SPRYKER_ACTIVE_STORES') || define('SPRYKER_ACTIVE_STORES', 'DE,AT'); ``` It gets checked and set to default values DE,AT, which are not valid stores in our case Where do i have to set…
-
Hi team ,
I am working on CI and CD pipeline for spryker b2c marketplace , suing jenkins and docker
Hi team , I am working on CI and CD pipeline for spryker b2c marketplace , suing jenkins and docker so can you please suggest how can i acheive this and what i have to follow for do that , an how to create a docker file for b2c market place for jenkins
-
Hi Team, I hope you are doing good !
can any one please help me with server site form validation ..
Hi Team, I hope you are doing good ! can any one please help me with server site form validation .. i mean do we have validator class ?
-
Hi I'm trying to figure out why `spy_product_abstract_category_storage` table is always empty and th
Hi I'm trying to figure out why spy_product_abstract_category_storage table is always empty and thus redis also has no product_abstract_category values. I run vendor/bin/console publish:trigger-events -r product_abstract_category but nothing happens. Ideas?
-
Hi Everyone,
I'm trying to deactivate a product via data import, but I'm having tr
Hi Everyone, I'm trying to deactivate a product via data import, but I'm having trouble finding the necessary template. I currently obsolete products using the "product_discontinued" template. however, we can look it up in Storefront. How do I remove it from my Storefront
-
I have some troubles installing and enabling Merchant portal on my spryker app.
Hello there, I have some troubles installing and enabling Merchant portal on my spryker app. First, I install default B2B-marketplace following this: https://docs.spryker.com/docs/marketplace/dev/setup/202212.0/spryker-marketplace-setup.html (replacing b2c marketplace by b2b marketplace) Then, i follow these instructions :…
-
Hi All, facing this below issue any suggestions?
Hi All, facing this below issue any suggestions?