-
Hello! I'm looking to implement an API that has URL scheme like the following:
```/partnerName/order
Hello! I'm looking to implement an API that has URL scheme like the following: /partnerName/orders/partnerName/skus... As far as I get it from reading the existing Glue code, it looks like first level is always reserved for some REST entity, so only the following is possible:…
-
Hi everyone, I am unable to find the back-office login page Code !!, I searched fo
Hi everyone, I am unable to find the back-office login page Code !!, I searched for it in the src/pyz/zed but i couldn't find it!! please let me know if you guys have any idea!
-
Hi All, i am getting below error when i try to run console frontend:zed:build, any suggestions on th
Hi All, i am getting below error when i try to run console frontend:zed:build, any suggestions on this?
-
Hi Team
I want to add any third party payment integration so do you have any refer
Hi Team I want to add any third party payment integration so do you have any reference or link so I can follow that steps because I'm new in spryker that's why.
-
`docker/sdk console glue:rest:build-request-validation-cache`
that command shows that error
that com
docker/sdk console glue:rest:build-request-validation-cache that command shows that error that command gives me error Symfony\Component\Console\Exception\NamespaceNotFoundException - Exception: There are no commands defined in the "glue:rest" namespace. Did you mean this? code:test in…
-
Hi everyone, anyone knows how to activate the multiple payments for a checkout?
I'm sending two paym
Hi everyone, anyone knows how to activate the multiple payments for a checkout? I'm sending two payments in the checkout "payments": [ { "paymentMethodName": "efectivo", "paymentProviderName": "Dupplo Payment", "paymentSelection": "efectivo" }, { "paymentMethodName": "tarjeta", "paymentProviderName": "Dupplo Payment",…
-
Hey Spryker Guys,
If any can have idea and help on the error like
Thank you
Hey Spryker Guys, If any can have idea and help on the error like Thank you
-
Hey guys,
we have a small problem with publish events, where we are not quite sure, where they are c
Hey guys, we have a small problem with publish events, where we are not quite sure, where they are coming from. There are some bursts of messages to our publish.url queue (see attached image). Does anyone know how we could trace, where/when/why those publish messages are generated?
-
Hello everyone
I'm now working to replace the "Spryker b2c-demo-shop" LOGO with m
Hello everyone I'm now working to replace the "Spryker b2c-demo-shop" LOGO with my Own LOGO. I sign in as Administrator to Backoffice. The "Demo Landing Page" page is located in the "Page" section, and its URLs are /de/demo-landing-page The "Demo Landing Page" page is located in the "Page" section, I Inspect in Storefront,…
-
Hello all,
I am trying to remove the 'DE' and 'AT' store in the spryker b2b demo shop and replace
Hello all, I am trying to remove the 'DE' and 'AT' store in the spryker b2b demo shop and replace it with an 'INT' store. So far, I have tried changing the deploy.dev.yml file to version: '0.1'namespace: xyz_b2b_devtag: devenvironment: docker.devimage: environment: { SPRYKER_PRODUCT_CONFIGURATOR_HOST:…
-
Hi everyone,
anyone knows what this means?
“Error response from daemon: pull access denied for spryk
Hi everyone, anyone knows what this means? “Error response from daemon: pull access denied for spryker_b2b_dev_run_cli, repository does not exist or may require ‘docker login’: denied: requested access to the resource is denied” Never had that before, but now I can’t start anything anymore 😕
-
Hii Everyone, i have created a form and after submit that form i facing a error "
```Can not resolve
Hii Everyone, i have created a form and after submit that form i facing a error " Can not resolve `ContactDataFacade` in Business layer for your module `ContactData`\nYou can fix this by adding the missing facade to your module.\n I have added Facade and facade interface in business layer and code of my controller is
-
Hi All, during docker/sdk up command i am getting this error, i tried running docker/sdk clean-data
Hi All, during docker/sdk up command i am getting this error, i tried running docker/sdk clean-data but still it gives me this error, i was setting up the code in my machine. Any suggestions on this?
-
Hello Everyone, I am creating a form to add new data but facing issue in it ,I have defined ContactD
Hello Everyone, I am creating a form to add new data but facing issue in it ,I have defined ContactDataFormType.php in directory ContactData/Communication/Form/
-
(Untitled)
-
Hi Guys, I am getting this below error when trying to run the transfer generate command, any suggest
Hi Guys, I am getting this below error when trying to run the transfer generate command, any suggestions on this?
-
I need help with MialHog, as i have seen the mails are being catched by the MailHo
I need help with MialHog, as i have seen the mails are being catched by the MailHog but how can i release that mail to the specified Email? Do i have to configure anything first?
-
Hi Guys, facing this issue in Zed, any one can help me on this?
Hi Guys, facing this issue in Zed, any one can help me on this?
-
Hello Everyone, I am able to form table and render it also i am able to fetch data but still error "
Hello Everyone, I am able to form table and render it also i am able to fetch data but still error "contact-data/index/table is not found" is showing in fetching data.
-
Hi all...
Topic: Demo-shop b2b testing database
When i start to test functions connecting to the d
Hi all... Topic: Demo-shop b2b testing database When i start to test functions connecting to the database is refused. What is totally clear, cause testing environment credentials are used. But the database trying to reach is not created yet. When is the "testing" databse created or how could i create the testing database?…
-
Hey, I'm wondering why there is a product_abstract_relation publish event but none for concretes? Be
Hey, I'm wondering why there is a product_abstract_relation publish event but none for concretes? Before I implement it, is there some ootb functionality to publish the relations of concretes manually? Thanks
-
I have a Question that suppose i have created 20 products do i have to activate all those products i
I have a Question that suppose i have created 20 products do i have to activate all those products individually ? Is there any way where i can activate all those by a single command or something?
-
Hi Spryker Guys
Do anyone have idea about the error like as shown in the attached screenshot, Thank
Hi Spryker Guys Do anyone have idea about the error like as shown in the attached screenshot, Thank you
-
Can anybody help me in displaying hello world in frontend . in course do we have that tutorial?
Can anybody help me in displaying hello world in frontend . in course do we have that tutorial?
-
How to make entity in spriker
How to make entity in spriker
-
(Untitled)
<?php namespace Pyz\Zed\HelloSpryker\Communication\Controller; use Generated\Shared\Transfer\HelloSprykerTransfer; use Spryker\Zed\Kernel\Communication\Controller\AbstractGatewayController; /_ _* @method \Pyz\Zed\HelloSpryker\Business\HelloSprykerFacadeInterface getFacade()_ _*/_ class GatewayController extends…
-
If messages are stuck in unacked in RabbitMQ event queue, how can we fix it without loosing those me
If messages are stuck in unacked in RabbitMQ event queue, how can we fix it without loosing those messages?
-
This I have done inside src/Pyz/Zed/Customer/Communication/Form/CutomerForm.php . I want to add favo
This I have done inside src/Pyz/Zed/Customer/Communication/Form/CutomerForm.php . I want to add favourite color field in form but it is not appearing .
-
Create contact us on front end
Capture data in backend can u give me any solution link for this abov
Create contact us on front end Capture data in backend can u give me any solution link for this above re4quirement need help
-
Hii Everyone, I want to create new section in backoffice to manage custome pyz-contact table data ,i
Hii Everyone, I want to create new section in backoffice to manage custome pyz-contact table data ,i have created module and controller as well as created a new tab in navigation in sidebar and i am able to show static data on contact us data, now please help me to fetch data with data table in spryker.