-
Hi, can someone please tell me why i am unable to use these methods from other fil
Hi, can someone please tell me why i am unable to use these methods from other file to this file even after adding the path?
-
Hi all,
When I am trying to run "docker/sdk cli" is working on docker.production environment.
how t
Hi all, When I am trying to run "docker/sdk cli" is working on docker.production environment. how to change it to development environment. Please find Screen short below:-
-
Hello guys, what kind of approach do you recommend for integrating APIs in Spryker modules. Is there
Hello guys, what kind of approach do you recommend for integrating APIs in Spryker modules. Is there a guideline somewhere? Or an existing repository/module that can be used as a reference?
-
Hello all, I would like to add add a custom payment provider information in the PAYMENTS section whe
Hello all, I would like to add add a custom payment provider information in the PAYMENTS section when editing/viewing the order in backoffice. I found the template to add a new column Spryker\Zed\SalesPaymentGui\Presentation\Sales\list.twig but it seems like the…
-
Hello everyone,
we’re still struggling with my question from before (
Hello everyone, we’re still struggling with my question from before (https://sprykercommunity.slack.com/archives/CKJRJM5FG/p1674727347827159). We are registering multiple Plugins in the SecurityDependencyProvider, but apparently instead of stacking, they are overriding at least part each others configuration. To be…
-
Hey guys,
I got a problem after an update to 202212 I cannot build zed frontend anymore:
`docker/sdk
Hey guys, I got a problem after an update to 202212 I cannot build zed frontend anymore: docker/sdk cli console frontend:zed:build Results in ERROR in ./vendor/spryker/gui/assets/Zed/sass/main.scssModule build failed (from…
-
Hello, I am trying to build the mp site, but I am getting back this error. Do you know what might be
Hello, I am trying to build the mp site, but I am getting back this error. Do you know what might be?
-
I was curious how will the merchant get its payments in the marketplace .Is it a real time split or
I was curious how will the merchant get its payments in the marketplace .Is it a real time split or set up an escrow ??
-
Hi everyone, i am facing this issue while updating spryker-feature/shipment but it
Hi everyone, i am facing this issue while updating spryker-feature/shipment but its giving me this error, can anyone please tell me what is the problem here! :
-
Hello all, when I run the code sniffer, I get this error (see screenshot). Can someone please advice
Hello all, when I run the code sniffer, I get this error (see screenshot). Can someone please advice?
-
HI all, In elastic search i want to restrict it for stocked product only. And if product stock is be
HI all, In elastic search i want to restrict it for stocked product only. And if product stock is being 0 it should be removed from Elasticsearch immediately. How we can achieve this.Please anyone help me on this. Where Elasticsearch update method is written?
-
Hello everyone,
I am making an Yves application and I want it to make a Glue module API call.
For in
Hello everyone, I am making an Yves application and I want it to make a Glue module API call. For instance, I have an Yves module called Balance, and a Glue module called BalanceRestApi. I can call from Glue using Postman just fine with http://glue.us.spryker.local/balances. How can I call Glue in the Yves layer?
-
And last question, I am running docker/sdk up --build --assets --data, but I got back this
And last question, I am running docker/sdk up --build --assets --data, but I got back this
-
Hello all, I have a fresh install of b2b_marketplace. But I have an issue with the merchant portal.
Hello all, I have a fresh install of b2b_marketplace. But I have an issue with the merchant portal. Do you know what might be the issue?
-
When you add items to a new guest cart via Glue api endpoint *guest-cart-items*, and you define quan
When you add items to a new guest cart via Glue api endpoint guest-cart-items, and you define quantity e.g. 3, is it supposed to create one sales order item with quantity=3? For me it makes three items with quantity=1
-
Hello all, I was setting up the marketplace in my local and facing an issue on the yves page that im
Hello all, I was setting up the marketplace in my local and facing an issue on the yves page that images are not loading for products in DE store, but all images are loading perfectly on US and AT stores. Attaching the screenshots. Please help me in finding out what went wrong here.
-
Hi,
is there a way to disable JSON-API format for a certain endpoint in GLUE? we need to receive web
Hi, is there a way to disable JSON-API format for a certain endpoint in GLUE? we need to receive webhooks from our payment provider (stripe) and need to register an endpoint, which will receive the webhooks and have no control over the format.
-
Hi i've got an error when i'm trying to enter merchant portal in spryker marketplace:
`Symfony \ Com
Hi i've got an error when i'm trying to enter merchant portal in spryker marketplace: Symfony \ Component \ HttpKernel \ Exception \ NotFoundHttpException No route found for "GET http://localhost/error-handler/error/error404" Previous exceptions • None of the routers in the chain matched this request GET…
-
Hello all,
While placing an order with a custom payment method, I get "You need to provide at leas
Hello all, While placing an order with a custom payment method, I get "You need to provide at least one state machine process for given method!" error, although I have defined it inside my config_default.php like this: $config[SalesConstants::PAYMENT_METHOD_STATEMACHINE_MAPPING] = [ PaymentConfig::PAYMENT_FOREIGN_PROVIDER…
-
Hi,
While handling request to PersistentCart from Yves (for me it's operation addItem (`/Spryker/Cli
Hi, While handling request to PersistentCart from Yves (for me it's operation addItem (/Spryker/Client/PersistentCart/Zed/PersistentCartStub.php) I can see that Client returns Quote and completely ignores returned QuoteErrorTransfer in QuoteResponseTransfer. That causes that there is no error message on Yves and nothing…
-
Hi there, so I checked out b2c-demo-shop.git together with docker-sdk.git, and I did:
```docker/sdk
Hi there, so I checked out b2c-demo-shop.git together with docker-sdk.git, and I did: docker/sdk boot deploy.dev.ymldocker/sdk up and it's running as expected 🙂 Next thing is to run the tests together with coverage. I found documentation here:…
-
Hi
I want to upload my csv to different server from spryker
Can any one suggest the best way to achi
Hi I want to upload my csv to different server from spryker Can any one suggest the best way to achieve this ?
-
Examprep
Hi Everyone I need to know while creating a new module in Zed
1. I create
Examprep Hi Everyone I need to know while creating a new module in Zed 1. I created 2 different files in " src/Pyz/Zed/MyModule/Business " for Facade and Factory named as Facade.php and Factory.php 2. Now i created a MyModule folder inside Business, Now I want to perform string reverser do i have to create another file…
-
I have a problem with starting Spryker B21B or B2C demo sites on my local machine. When I try to st
I have a problem with starting Spryker B21B or B2C demo sites on my local machine. When I try to start the b2b or B2C, I get this error message. I have followed all the steps and updated the hosts file. Going to any fe or be web page gets a "site cannot be reached" page. I can start the containers in docker, but not from…
-
Hi team, I am trying to Configure debugging in docker using vs code
I created a ne
Hi team, I am trying to Configure debugging in docker using vs code I created a new "Launch.json" file with following code { "version": "0.2.0", "configurations": [ { "name": "Listen for XDebug", "type": "php", "request": "launch", "port": 9003, "runtimeExecutable": "/absolute/path/php/bin", "pathMappings": { "/data":…
-
how can i login to back office in the development local env? what should be the email and password?
how can i login to back office in the development local env? what should be the email and password?
-
Question. Is there any way I can hook up into the `DevelopmentBusinnessFactory` or more specifically
Question. Is there any way I can hook up into the DevelopmentBusinnessFactory or more specifically, the BundleFinder class? I'm trying to add a directoryGlobPattern to it. Reference:
-
I get a access denied error from `URL/security-merchant-portal-gui/login` any pointers what config I
I get a access denied error from URL/security-merchant-portal-gui/login any pointers what config I'm missing?
-
Hello, I was trying to redirect from controller to external whitelisted domain but
Hello, I was trying to redirect from controller to external whitelisted domain but it is not redirecting. it's reloading the same page.
-
(Untitled)
https://docs.spryker.com/docs/marketplace/dev/feature-integration-guides/202204.0/marketplace-merchant-portal-core-feature-integration.html#se[…]igs talks about yarn, I thought it was removed?