-
Hey Folks, adding of content items multiple times as a placeholders in the block lead to adding empt
Hey Folks, adding of content items multiple times as a placeholders in the block lead to adding empty content items automatically, do we have some fix for this one? This is also producible in http://os.b2c.demo-spryker.com/.
-
Did Zed module (controller) loading changed recently? our custom zed module suddenly doesn't work af
Did Zed module (controller) loading changed recently? our custom zed module suddenly doesn't work after recent package updates (gives no route error now, was serving a JSON before)
-
Has anyone an idea why `translator:generate-cache` is not able to connect to the database during a `
Has anyone an idea why translator:generate-cache is not able to connect to the database during a docker/sdk reset ? Anyway, should the database be up at this point? As i see it: while the docker images are being build, no images are running right?
-
Hello everybody,
i have a question regarding the spryk tool. Following the guide
Hello everybody, i have a question regarding the spryk tool. Following the guide https://documentation.spryker.com/capabilities/development/development_tools/spryk-201903.htm there is the sprykGui available in backend. Choosing any of the spryk to generate code parts does not really work cause my project level modules are…
-
Hi,
two questions on xdebug:
1. When my PHPStorm receives any input from Chromes xdebug helper the
Hi, two questions on xdebug: * When my PHPStorm receives any input from Chromes xdebug helper the first thing that happens is: project/vendor/autoload.php is opened and debugged. This blocks the page in Chrome from being "build" (solved) * I tried to debug our checkoutCommand. It's executed as intended (order is processed)…
-
Hi, I want to remove some values from the customer->salutation entity enum. But the reduced enum
Hi, I want to remove some values from the customer->salutation entity enum. But the reduced enum entry in my custom spy_customer_schema.xml is not considered by propel:diff or propel:migrate. Is it even possible to „downgrade“ existing entities in this way?
-
Hi, does someone noticed those errors too and does someone know how this error can happen?
Hi, does someone noticed those errors too and does someone know how this error can happen?
-
Is the web profiler data collector stuff supposed to be extensible now? having trouble getting it to
Is the web profiler data collector stuff supposed to be extensible now? having trouble getting it to find templates
-
If I'm implementing a Guzzle middleware, and want to include it in a module, where is the correct pl
If I'm implementing a Guzzle middleware, and want to include it in a module, where is the correct place?
-
Good morning everyone. I have a problem with setting up spryker with docker in rancher. I use the
Good morning everyone. I have a problem with setting up spryker with docker in rancher. I use the https://github.com/spryker/docker-shop-suite. I’m trying to install a single store for DE. The initial installation is working fine and everything is working with demo data and so on. If I restart the rancher service the…
-
any reason why
any reason why https://github.com/spryker/scheduler-jenkins/blob/master/src/Spryker/Zed/SchedulerJenkins/Business/TemplateGenerator/Template/jenkins-job.default.xml.twig#L33 stopped working after updating today with Twig\Error\SyntaxError - Exception: Unknown "getenv" function. when using vendor/bin/console scheduler:setup
-
hello,
How can I refresh storage? I have some old values in redis that are not getting refreshed ev
hello, How can I refresh storage? I have some old values in redis that are not getting refreshed even if I do : console data:syncconsole event:trigger any suggestions? Thanks
-
Does anyone have integrated Braintree in Spryker so far?
We get some errors in console `frontend:yve
Does anyone have integrated Braintree in Spryker so far? We get some errors in console frontend:yves:build even after running console frontend:project:install-dependenciesand console frontend:yves:install-dependencies Error Message: ERROR in…
-
Hi, I have a question about ACL for Zed users. I have created rules and roles for a set of CMS users
Hi, I have a question about ACL for Zed users. I have created rules and roles for a set of CMS users who only need access to Content Management, Glossary, etc . The ACL works fine and prevents these users from accessing the other sections from Zed. However these users can still see the things they cannot access in the left…
-
Hi!
Quick question: I want to calculate a discount dynamically according to the products that are in
Hi! Quick question: I want to calculate a discount dynamically according to the products that are in the cart. The rule system is on an external API. I've currently extended the Discount Module to use the API to fetch for the discount rate. However, now I don't know how to read the Cart from the provided DiscountTransfer…
-
Hi all,
I have an issue with the cart-note widget. I got 2 separated shop systems. One is running pe
Hi all, I have an issue with the cart-note widget. I got 2 separated shop systems. One is running perfectly, the other one throws the error Symfony\Component\HttpKernel\Exception\MethodNotAllowedHttpException - No route found for "GET /cart-note/quote": Method Not Allowed (Allow: POST) upon saving a note for this cart. I…
-
I'm trying to setup the WebProfiler in a standalone repo using hte ApplicationPlugins, but not havin
I'm trying to setup the WebProfiler in a standalone repo using hte ApplicationPlugins, but not having much success
-
Hi, we try to make a change for an exisiting Yves template (we try to remove the social block in the
Hi, we try to make a change for an exisiting Yves template (we try to remove the social block in the footer, just to see if and how it works), we then execute npm run yves:watch and try it after that with npm run yves but nothing of them worked, we didnt get any error in both commands.
-
Hey Guys, I am trying to build product slider from the “Abstract Product List” with “slider-not-incl
Hey Guys, I am trying to build product slider from the “Abstract Product List” with “slider-not-include-group” as a template for the abstract product list, I do have the cms block which holds the abstract product list in the placeholder. But when I try to see on the Yves, I get following string. Could you please point me…
-
Is there a way to provide a public endpoint in ZED?
Is there a way to provide a public endpoint in ZED?
-
👋 is it possible to substitute the rabbit mq transport with an in-memory transport for testing?
👋 is it possible to substitute the rabbit mq transport with an in-memory transport for testing?
-
Hello. I have to set shared config value in acceptance tests for Glue. Added the config helper. But
Hello. I have to set shared config value in acceptance tests for Glue. Added the config helper. But $i->setConfig('bla', false) doesn't work. Someone knows a workaround maybe?
-
there's something I don't get:
let's say I have a store (one rabbit vhost)
and multiple event queues
there's something I don't get: let's say I have a store (one rabbit vhost) and multiple event queues (rabbit queues) What do I have to set to have all those queues run all the time? Even when I see I have items in ONE queue (all other queues are empty) the queue is not constantly worked on. Often there are minutes or hours…
-
Hello together,
I’m trying to implement a functionality where the prices for products are loaded fr
Hello together, I’m trying to implement a functionality where the prices for products are loaded from an external API. I’m having some issues finding the logic where the related data is send to the frontend. Can anyone tell me what a good place to implement this behaviour would be?
-
Hello again! Simple question (hopefully) just for understanding: For the dependency providers … woul
Hello again! Simple question (hopefully) just for understanding: For the dependency providers … would there be a downside passing the Container $container variable to each adding-function as „by reference”? I think i already heard a good reason against, but i really can’t remember … Thanks a lot 🙂
-
Hello Community,
I am trying to install the B2B Demo Shop from here (
Hello Community, I am trying to install the B2B Demo Shop from here (https://documentation.spryker.com/installation/installation-guide-b2b.htm) with Windows 10 and the Development Virtual Machine. Unfortunately, the original guide was not working for me (sync to the VM was broken), so that we had to change the Vagrantfile…
-
@hier what is the current version of the spryker-shop/shop-ui component? Or at least one where that
@hier what is the current version of the spryker-shop/shop-ui component? Or at least one where that issue has been fixed? I'm running into typescriptk problems at the moment with the candidate.ts supplied inside the vendor
-
Hello!
We are facing huge performance issues in P&S event. Did anyone faced something like that
Hello! We are facing huge performance issues in P&S event. Did anyone faced something like that? It’s latest product-page-search package. CC: @UK9N7MP96
-
Is there a way to defer entity event triggering during bulk processes?
Is there a way to defer entity event triggering during bulk processes?
-
Hi all,
I can't use productlists at the moment. They are properly saved into the database, but I can
Hi all, I can't use productlists at the moment. They are properly saved into the database, but I can't find anything referencing productlists in Redis. Neither they're considered in Yves 🤔 I probably have incompatible versions of required modules. composer show|grep spryker/product-list: