-
How true is this atm? `Basically, almost every Spryker module provides one or more helpers. The help
How true is this atm? Basically, almost every Spryker module provides one or more helpers. The helpers can be found in the tests/Organization/Application/Module/_support/Helper/* directory. There is no such directory for helpers
-
Hey all, we are using a Backend Api to create and update orders and their items, so all orders from
Hey all, we are using a Backend Api to create and update orders and their items, so all orders from all channels are accessable in the shop. With that, items could be changed or removed from the order (changed in our ERP). Ofc deleting orderItems is a pain because of the references in the OMS, etc. I´ve have tried all…
-
Hi there,
I also have a question regarding the migration from "one" ZED to Backoffice, BackendGatewa
Hi there, I also have a question regarding the migration from "one" ZED to Backoffice, BackendGateway and BackendApi. In the latest docker-sdk version, SPRYKER_BE_HOSTenv variable is set to [backoffice.de](http://backoffice.de).my-project.local. Shouldn't this rather point to the new BackendGateway (e.g.…
-
Is it possible to condition check if a slot is active or not in a twig template?
Right now we have
Is it possible to condition check if a slot is active or not in a twig template? Right now we have a jumbotron carousel that is rendered everytime, but it is only needed when a certain slot is active. Any chance to check that in the twig template?
-
Hello,
what migrations have to be done to move from “old” zed login to the “new” backoffice?
I am pr
Hello, what migrations have to be done to move from “old” zed login to the “new” backoffice? I am pretty sure i did https://docs.spryker.com/docs/scos/dev/feature-integration-guides/202108.0/spryker-core-back-office-feature-integration.html#prerequisites But it seems i got a redirect loop for the backoffice login since…
-
Hi All,
Facing this issue in docker up command. Any suggestions on this?
Hi All, Facing this issue in docker up command. Any suggestions on this?
-
Is there full implementation of Zed API ?
Is there full implementation of Zed API ? https://docs.spryker.com/docs/scos/dev/sdk/zed-api/zed-api-project-implementation.html
-
Hello Everyone!
Could you guys instruct me?
When I am trying to create "ProductCountry module (Zed)"
Hello Everyone! Could you guys instruct me? When I am trying to create "ProductCountry module (Zed)" then frontend is breaking and it's giving me this error :
-
Hi everyone,
I upgraded docker/sdk, than i upgraded elasticsearch and kibana to "7.10" version. Now
Hi everyone, I upgraded docker/sdk, than i upgraded elasticsearch and kibana to "7.10" version. Now both docker/sdk up and docker/sdk reset fail on command vendor/bin/console propel:tables:drop with error "Database not reachable." Has anyone encountered problem like this?
-
Hello guys, Is there a way to define custom glue api url like orders/:orderId/details/:addressId?
+o
Hello guys, Is there a way to define custom glue api url like orders/:orderId/details/:addressId? +orderId, addressId is path variable I check spryker document but can't find any article related to this feature. Thanks in advance
-
I think I’ve just noticed a typo in the column definition of the `spy_oauth_access_token` table:
I think I’ve just noticed a typo in the column definition of the spy_oauth_access_token table: https://github.com/spryker/oauth/blob/master/src/Spryker/Zed/Oauth/Persistence/Propel/Schema/spy_oauth.schema.xml#L12 Should be <column name="expiry_date" type="TIMESTAMP" required="true"/> ?
-
Hi. Is there a way to change only a block on a Zed Gui module twig template without copying and over
Hi. Is there a way to change only a block on a Zed Gui module twig template without copying and overriding the whole file?
-
Hey there, i installed the b2b demo shop in developer mode on my windows machine using docker. So fa
Hey there, i installed the b2b demo shop in developer mode on my windows machine using docker. So far so good. I had it working once. But since today the docker/sdk up fails with unknown service "webdriver". What can i do in this case?
-
Hello ,
Is it possible to import category Data using "QUEUE"?
Thank You
Hello , Is it possible to import category Data using "QUEUE"? Thank You
-
Moved: Hey there, 3 days ago the propel packages got updated and now using the latest propel/propel…
This discussion has been moved.
-
can we add multiple row value in a single transfer ?
can we add multiple row value in a single transfer ?
-
I have installed middleware and when I run import command for middleware, getting this error:
`Spry
I have installed middleware and when I run import command for middleware, getting this error: Spryker\Zed\Kernel\Exception\Container\ContainerKeyNotFoundException - Exception: Spryker Kernel Exception Container does not contain the called "ANTELOPE_STAGE_PLUGIN_STACK" You can fix this by adding the key…
-
Hello there!
I have a question about OMS. Is it possible on Spryker to place an order with 2 differe
Hello there! I have a question about OMS. Is it possible on Spryker to place an order with 2 different OMSs for specific products? In my case shop is selling digital product and physical products, and i want buyer to be able to place an order with mixed products digital and physical, but OMS should be deferent for each…
-
Hey guys!
Does someone maybe has a SQL Query to remove orders and all related enities?
I want to rem
Hey guys! Does someone maybe has a SQL Query to remove orders and all related enities? I want to remove some testdata
-
I am wondering how can I remove the default warehouses that comes with Spryker B2C marketplace. I ha
I am wondering how can I remove the default warehouses that comes with Spryker B2C marketplace. I have already removed them from the data import files but still there are few warehouses that are coming from somewhere which I am unable to locate. Tried searching these warehouse names in all the files but can't find them…
-
Hey all…
We’re having problems with data syncing to Elastic Search… we are getting both abstract an
Hey all… We’re having problems with data syncing to Elastic Search… we are getting both abstract and concrete products on the API endpoint when we ask for a single product, but when we run a catalog search, we get no Abstract product returned. It looks like the DB data is fine, but we are getting RabbitMQ errors on…
-
Hey guys, has anyone encountered the issue that abstract-products are not getting synced to elastics
Hey guys, has anyone encountered the issue that abstract-products are not getting synced to elasticsearch, they appear in both DB and Redis, but not ES. Concrete products and another custom item has arrived in elastic search but not abstract products? This is a blocker to getting a response on the catalogue-search…
-
Hey has anyone had issues with getting products to return on, “api.spryker.local/catalog-search?q=”
Hey has anyone had issues with getting products to return on, “api.spryker.local/catalog-search?q=” ? It’s not returning any products which all seem to imported correctly with stores and prices etc… ?
-
I add additional permissions to `data/import/common/common/company_role_permission.csv` and specific
I add additional permissions to data/import/common/common/company_role_permission.csv and specifically those permissions fail to import. The plugins are registered on both Zed and Client. What could be cause ?
-
Hey Spryks…!
What’s the best way to log something out to the log files for when debugging the CLI?
Hey Spryks…! What’s the best way to log something out to the log files for when debugging the CLI? For instance… when running import commands and there are Writer exceptions etc.
-
has anyone ever got the following trying to retrieve a catalog search from B2C store
```Spryker\Clie
-
Is it possible to disable email verification?
Is it possible to disable email verification? https://docs.spryker.com/docs/cloud/dev/spryker-cloud-commerce-os/verifying-email-addresses.html
-
Hi, i'm having issue with tests on Travis.
I placed HTTP:URI_SIGNER_KEY in config.default.php file b
Hi, i'm having issue with tests on Travis. I placed HTTP:URI_SIGNER_KEY in config.default.php file but it didn't help. $config[HttpConstants::URI_SIGNER_SECRET_KEY] = getenv('SPRYKER_ZED_REQUEST_TOKEN') ?: null; Has anyone encountered error like this ? Any help would be appreciated. Thanks.
-
Hi, is there a way to create read-only role in zed? Lets say I want to let user list company-busines
Hi, is there a way to create read-only role in zed? Lets say I want to let user list company-business-unit, but not edit nor delete. I would assume defining company-business-unit-gui/ * / * - deny company-business-unit-gui / list-company-business-unit / * - allow should do the trick. However, default navigationItems…
-
\Spryker\Zed\ProductCategoryStorage\Business\Builder\CategoryTreeBuilder::formatCategoryNodeAggregat
\Spryker\Zed\ProductCategoryStorage\Business\Builder\CategoryTreeBuilder::formatCategoryNodeAggregations is sorting categories incorrectly. Anyone had problems with this ?