-
Hello. The topic is tables in Zed Gui. There are in Communication layer the ZedModuleTables. There
Hello. The topic is tables in Zed Gui. There are in Communication layer the ZedModuleTables. There there are prepareData() method-implementations from the AbstractTable class. My goal is to pass a certain css class to each table row (like ) and an #id to the parent element (i.E.< table id="my_added_id">). So, that at the…
-
Does anyone know how to track down the culprit behind
`duplicate key value violates unique constrain
Does anyone know how to track down the culprit behind duplicate key value violates unique constraint "spy_product_concrete_image_storage-unique-key" in propel logs ? I cannot find exactly when is storage populated for this tabe
-
Hi everyone!
We sometimes have an issue with *oversolds cause of wrong stock levels*:
*How to repro
Hi everyone! We sometimes have an issue with oversolds cause of wrong stock levels: How to reproduce: Add to basket last concrete item (product with stock = 1) Place an order Export order to ERP Current behavior: After export, stock level is again 1 Expected behavior: After export stock should be 0 Notes: * Reservation…
-
Hi, is it possible to operate Spryker with Redis in cluster mode? Did anybody tackle this topic alre
Hi, is it possible to operate Spryker with Redis in cluster mode? Did anybody tackle this topic already? Currently we are dealing with a Redis cluster and the first feedback sounds bad: ERR SELECT is not allowed in cluster mode
-
Hello. Which drag & drop js-library would you advice for using in Spryker? I want to enhance som
Hello. Which drag & drop js-library would you advice for using in Spryker? I want to enhance some zed-backend stuff with that. Thank you.
-
Inside I override the indexAction with my "custom Logic". Still, this doesn't work. the SprykerAssig
Inside I override the indexAction with my "custom Logic". Still, this doesn't work. the SprykerAssignController indexAction is being called and not my one. What is missing?
-
Hello,
Do you know how can I log exception to the error log in spryker (without breaking execution o
Hello, Do you know how can I log exception to the error log in spryker (without breaking execution of the website)?
-
Hello! Following the
Hello! Following the Architecture Walktrough, at step 4.6 I get following error at the front-end: Interface 'Pyz\Client\HelloSpryker\Zed\HelloSprykerZedStubInterface' not found I already started the complete tutorial once again to eleminate possible typos but the error appears again. Also, in the example code I can not…
-
can you return `void` from a GatewayController ? or rather, do we have to create a transfer object e
can you return void from a GatewayController ? or rather, do we have to create a transfer object even if the action is a notification?
-
Hi, has anyone implemented a search for the page _/company/user_ yet? Could this even be a general t
Hi, has anyone implemented a search for the page /company/user yet? Could this even be a general topic for Spryker?
-
Hi everyone,
we're using the `"spryker-eco/braintree"` module (version: 3.0.0) for payment processi
Hi everyone, we're using the "spryker-eco/braintree" module (version: 3.0.0) for payment processing and have found a possible issue. First some background: we have a custom checkout and are currently trying to catch errors by plugins which do not set is_successful flag to false in case of error (as some other plugins in…
-
If you use the Twig function `{{ product(['sku1', 'sku2']) }}` in your CMS page I guess the resultin
If you use the Twig function {{ product(['sku1', 'sku2']) }} in your CMS page I guess the resulting HTML will be added to the page and the whole thing goes into the redis cache. But this means the cach has to be invalidated if the product data changes. I can't find any cache tags mechanism. So how will spryker know what to…
-
Hi, is there any documentation on how to implement a custom state machine? I just found
Hi, is there any documentation on how to implement a custom state machine? I just found https://documentation.spryker.com/docs/state-machine-cookbook which only covers the order state machines, but nothing about how to implement a state machine for other entities.
-
Good morning,
when adding one product to the cart via Glue API we get back relationships for the car
Good morning, when adding one product to the cart via Glue API we get back relationships for the cart like this "data": { "type": "carts", "id": "c317c11b-a342-53ce-8831-63189dc02122", "attributes": { "priceMode": "GROSS_MODE", "currency": "EUR", "store": "DE", "totals": { "expenseTotal": 0, "discountTotal": 0,…
-
Moin Moin, does anyone have experience using Azure Active Directory (AD) as an authentication provid
Moin Moin, does anyone have experience using Azure Active Directory (AD) as an authentication provider for ZED-Users and would you like to share his experience with me? I want to authenticate the users against the AD and synchronize the Sprkyer- with the AD groups. Thx
-
Hello! I try to set up a dev environment on Windows 10 following this guide:
Hello! I try to set up a dev environment on Windows 10 following this guide: https://documentation.spryker.com/docs/b2c-demo-shop-installation-windows-with-development-virtual-machine When starting the VM I always get the error "Timed out while waiting for the machine to boot." Does someone know how to solve this issue?
-
Is it possible to use spryker with MariaDB? MariaDB should be 100% feature compatible with MySQL.
Is it possible to use spryker with MariaDB? MariaDB should be 100% feature compatible with MySQL.
-
Hi, I’ve heard it might be possible (ootb) to get a product-listing page (or search result page) wit
Hi, I’ve heard it might be possible (ootb) to get a product-listing page (or search result page) with products having a certain label? Is that possible or may be with a parameterized url? I guess, otherwise I probably need to create controllers for CatalogPage. Thanks in advance
-
Hi guys, i was having a strange problem when i wanted to see the graph for my custom state machine.
Hi guys, i was having a strange problem when i wanted to see the graph for my custom state machine. For the “preview-version” of my state machine i will just get the “missing image” icon and an entry in the zed exception log. This is because the preview url for the image is referencing to a controller in the OMS Module:…
-
Hello, does anyone have experience with implementing PWA functionality for Yves? Where would be a go
Hello, does anyone have experience with implementing PWA functionality for Yves? Where would be a good starting point to implement such functionality?
-
Hello,
I have problem in Yves, i want to show search results in my custom page
I override search eng
Hello, I have problem in Yves, i want to show search results in my custom page I override search engine in Pyz\Client\Catalog\CatalogDependencyProvider.php and results comes from here, protected function addSearchClient(Container $container) { $container[static::CLIENT_SEARCH] = function (Container $container) { return…
-
Is it possible to set several Domains for my shop with assigning an array to `ApplicationConstants::
Is it possible to set several Domains for my shop with assigning an array to ApplicationConstants::HOST_YVES? I am at a point where my shop needs to be accessed from another URL, too (myshop.com for usual, now I need shop.newdomain.com).
-
Hello together! 👋 I am following this guide for installing Spryker with Docker on a Windows mac
Hello together! 👋 I am following this guide for installing Spryker with Docker on a Windows machine: https://documentation.spryker.com/docs/installation-guide-development-mode Unfortunately, I never worked with Ubuntu, as well as with Docker. Anyway, the installation process worked fine until I have to bootstrap the docker…
-
Hi,
I have a question and I am not sure weather it's related to spryker support but I will give it a
Hi, I have a question and I am not sure weather it's related to spryker support but I will give it a try. I need to create somewhat of an api ( I can not use. the glue api) so I want. to have a route like. this /api/product/{id} /api/product/{id}/{someotherparam} Edit: /api/product means /resource/resource the. above does…
-
Hallo. Docker Sdk Installation (B2C, development mode). Xdebug configured upon the manual, nothing.
Hallo. Docker Sdk Installation (B2C, development mode). Xdebug configured upon the manual, nothing. Tried Troubleshooting for Xdebug. The php -m shows NO xdebug in the list. Could someone please help?
-
Is this bug also known?
Is this bug also known?
-
Hello, i wanted to create a new sort parameter and for this I have created a new SortConfigTransferB
Hello, i wanted to create a new sort parameter and for this I have created a new SortConfigTransferBuilderPlugin and added it to the CatalogDependencyProvider. I also had rebuilt the ElasticSearch index and the new sortParamNames are also shown to me. When I try to use it I get the following error message: "Exception:…
-
Hi, I am currently facing issues with messages in RMQ, which aren't processed.
When I have a look in
Hi, I am currently facing issues with messages in RMQ, which aren't processed. When I have a look into Jenkins, I see that the job queue:worker:start is running endlessly. Could this be a lack of memory? As an example: I see this behaviour when I add a bigger category to a productlist, this is creating up to 200.000…
-
Hey all,
is it possible to have the communication between Spryker and Redis secured with TLS? What w
Hey all, is it possible to have the communication between Spryker and Redis secured with TLS? What would be required to achieve this?
-
Hello. Do you know if it is possible to have a concrete product available for a certain store? We ha
Hello. Do you know if it is possible to have a concrete product available for a certain store? We have the situation, that we have products that are basically the same but they differ for example in the product image … so a product in a DE store would have another product image than in a AT store even if they are the same…