-
I'm just playing around with the GLUE Api. It seems that the API documented here
I'm just playing around with the GLUE Api. It seems that the API documented here https://documentation.spryker.com/glue_rest_api/rest-api-reference.htm is not consistent with what I get from my local installation. Is there a way to get the API documentation of the local installation? For example with spring boot…
-
In which cases could happen this error? When Redis is busy/not reachable?
In which cases could happen this error? When Redis is busy/not reachable?
-
Is "Product Configuration" a "feature" in Spryker, or just a widget integrating multiple other featu
Is "Product Configuration" a "feature" in Spryker, or just a widget integrating multiple other features (e.g. product options, measurement units etc)
-
console sync:data
Store: DE | Environment: development
Spryker\Zed\Synchronization\Business\Exceptio
console sync:data Store: DE | Environment: development Spryker\Zed\Synchronization\Business\Exception\SynchronizationQueuePoolNotFoundException - Exception: You must specify either store column or SynchronizationQueuePoolName for unauthenticated_customer_access resource. in…
-
Without knowing much/anything about Google's AMP, how hard would it be to implement in Spryker?
Without knowing much/anything about Google's AMP, how hard would it be to implement in Spryker?
-
Hallo, is it possible to directly extend the zed template Sales/Presentation/Detail/index.twig? Wher
Hallo, is it possible to directly extend the zed template Sales/Presentation/Detail/index.twig? Where is the point to switch to project-level?
-
Hi there & hi @UMYJ4L2TX.
is there any new module likely
Hi there & hi @UMYJ4L2TX. is there any new module likely https://github.com/spryker/scheduler-jenkins/ in planning? For example: https://github.com/spryker/scheduler-cron/ ?
-
Hello again,
yesterday I tried to find the solution for the error that occurred. When I follow the
Hello again, yesterday I tried to find the solution for the error that occurred. When I follow the tutorial to try and implement the personalized product page, I get the error that Class ‘PersonalizedProductDependecyProvider’ is not found. To resolve this problem I tried to install and configure xdebug for my docker setup.…
-
Hello Guys, Is there some way to hide some default b2c cms block templates from this dropdown? Any h
Hello Guys, Is there some way to hide some default b2c cms block templates from this dropdown? Any hints, suggestions would be appreciated. Gracias. 🙂
-
Hello,
I’m currently working on the developer bootcamp. I’m currently stuck trying to solve “Conten
Hello, I’m currently working on the developer bootcamp. I’m currently stuck trying to solve “Content and Search-Hands-On”. I created the module and can access the generated page. After I added the functionality to get the query from elasticsearch im getting a 500 internal server error. My question is, how can I see the…
-
Hey guys! I use a elastic search query triggered by a console command to resolve the number of produ
Hey guys! I use a elastic search query triggered by a console command to resolve the number of products assigned to categories in a multi store project. However, i guess it uses the wrong ES index. Is it possible to configure the index name on a per query base?
-
Moved: Did anyone experienced such a magic in Propel when P&S happens?
This discussion has been moved.
-
Good morning!
I have a weird situation when I try to save some new entities after calling ``` \Spry
Good morning! I have a weird situation when I try to save some new entities after calling \Spryker\Zed\Category\Business\CategoryFacade::update method. Everything looks good in PHP (no exception, ids are hydrated after query execution, nothing bad in logs). The data is not saved in the database when the execution is…
-
Hi, short Question: using docker/sdk, I want to include xsl module in the spryker container. How can
Hi, short Question: using docker/sdk, I want to include xsl module in the spryker container. How can this be done in a persistent way? I can do this on the fly after the container is running (apk add libxslt-dev / docker-php-ext-install xsl) , but I hoped there is some way to do this, using deploy.yml or so? So that I can…
-
Is it correct that you can only unpublish but not delete CMS pages and blocks in the Zed UI?
Is it correct that you can only unpublish but not delete CMS pages and blocks in the Zed UI?
-
Hi guys, after updating kernel to 3.33.0 version, I am unable to open Yves. There seems to be a prob
Hi guys, after updating kernel to 3.33.0 version, I am unable to open Yves. There seems to be a problem with wrong application booting, and exception I was given is in the snippet. spryker/silexphp has been updated to 0.3.4 and spryker/silex to 2.2.0 Am I missing something else to update here? Thank you.
-
Hello 🙂 Does spryker currently support voucher/discount codes via glue api? I
Hello 🙂 Does spryker currently support voucher/discount codes via glue api? I can find the optional field in the glue request for updating a cart via id but it seems to be ignored on further processing. Thanks
-
Hi guys. Does sprykers abstract table support filters in searching ( for example checkboxes that ind
Hi guys. Does sprykers abstract table support filters in searching ( for example checkboxes that indicate how the sql query will be generated to avoid unnecesary searchs, because its a rather slow process when you have lot of orders). If not anyone knows where in the code the ajax request is generated ( when you type in to…
-
I notice in our project that the performance data in the Symfony Profiler is missing - and it seems
I notice in our project that the performance data in the Symfony Profiler is missing - and it seems that the EventDispatcherApplicationPlugin is replacing the dispatcher (the TraceableEventDispatcher would have provided performance data). Is this a known issue? or is it a configuration issue?
-
Hi everyone! I want to create my own mail provider as documented in the tutorial section (
Hi everyone! I want to create my own mail provider as documented in the tutorial section (https://documentation.spryker.com/tutorials/howtos/ht-create-register-provider-plugin.htm?Highlight=mail%20provider). I came to the problem, that there is a MailProviderPlugin which uses the facade to create SwiftMailer, which itself…
-
Hello!
Anyone using latest of ? We are facing issue
Hello! Anyone using latest of https://github.com/spryker/product-page-search? We are facing issue, that elastic is not getting updates if data changed in zed, P&S runs successfully. Initial set-up of data is fine, but it doesn’t work on updates. CC: @UK9N7MP96
-
I started to have a lot of issues with js assets today when running `vendor/bin/console frontend:zed
I started to have a lot of issues with js assets today when running vendor/bin/console frontend:zed:build: npm install nor install-dependencies commands do not fix the issue. How can I find out what's wrong/fix this?
-
So anyone? Since we get many of those on production
So anyone? Since we get many of those on production
-
Hello, is there a way to disable cookies for Yves? Tried to play with SessionConfig but cookies are
Hello, is there a way to disable cookies for Yves? Tried to play with SessionConfig but cookies are still there.
-
Hey!
I found this piece of code and i am wondering whats the reason for setting the permissions to n
Hey! I found this piece of code and i am wondering whats the reason for setting the permissions to null and then load a new customer transfer to get the permissions again.…
-
Hi, I have another question on Spryker’s state machine. I just found this in the documentation:
Tri
Hi, I have another question on Spryker’s state machine. I just found this in the documentation: Triggering an event follows the transition that has the current state as a source state and the triggered event type attached to it. The event triggers the transaction and the related command is executed. The condition(s) is/are…
-
Hey.. we have a lot of orders sitting in `3d secure verification`, is there a way to add a timeout t
Hey.. we have a lot of orders sitting in 3d secure verification, is there a way to add a timeout to the OMS which allows us to change the order state to invalid of past orders or do we need to change the state manually? Additionally we wonder if that causes the oms:check-condition task to run into a memory leak. At one…
-
Hi. I have an old instance of Spryker running which still uses collectors. I manually imported some
Hi. I have an old instance of Spryker running which still uses collectors. I manually imported some CMS Pages, translations and urls to the database. Everything appears on ZED Ui 👍 but how can I force the collector to recollect everything from the database. Is there a way to trigger a full export to redis somehow?
-
Does anymone know how to change the default wishlist name?
Does anymone know how to change the default wishlist name?
-
Is the data import the only way to setup volume prices/tier prices?
Is the data import the only way to setup volume prices/tier prices?