-
Hey all,
spryker/security 1.1.0 introduced a RememberMeSecurityPlugin. Did anybody successfully use
Hey all, spryker/security 1.1.0 introduced a RememberMeSecurityPlugin. Did anybody successfully use it? For us it is registered in SecurityDependencyProvider. So I presumed it would be sufficient to have a checkbox in the login form named __remember_me_. But to no avail, it seems some firewall configuration is missing. Can…
-
Hello. When your `spryker-eco/akeneo-pim` module is going to support `akeneo/api-php-client` with ve
Hello. When your spryker-eco/akeneo-pim module is going to support akeneo/api-php-client with versions above 4.0.0? I need new version of akeneo client but because of your module - i can't install it.
-
👋 morning, from what I understand Spryker never updates the stock level, and depends on the ERP
👋 morning, from what I understand Spryker never updates the stock level, and depends on the ERP. But does this mean there is a window where the item is no longer reserved but the stock level remains the same until the next ERP update?
-
Hi guys
what is the purpose of this table `spy_event_behavior_entity_change` ?
Hi guys what is the purpose of this table spy_event_behavior_entity_change ?
-
Hi
After I ran vendor/bin/install something seems to be incorrect. Rabbit MQ has 66K messages unpro
Hi After I ran vendor/bin/install something seems to be incorrect. Rabbit MQ has 66K messages unprocessed, Jenkins running for all 4 stores, queue worker processes are running but still RabbitMQ is not processing I see the status (see the screenshot below) constantly
-
Hi all,
I'm having some issues with Codeception for Zed unit tests.
I'd like to mock `MyModuleBusine
Hi all, I'm having some issues with Codeception for Zed unit tests. I'd like to mock MyModuleBusinessFactory using SprykerTest\Zed\Testify\Helper\BusinessHelper. Unfortunately the test class gets executed with the actor defined in the project codeception.yml instead of MyModuleBusinessTester in the PyzTest\Zed\MyModule…
-
Hello all,
I looking for method from facade to get information about category when i update product,
Hello all, I looking for method from facade to get information about category when i update product, i'm search it in category facade, product facade and i not see it, egz. findCategoryByAbstractProductId. Where i can found this (of course in Zed) ?
-
Update from 3.16 => 3.17 () not backward comp
Update from 3.16 => 3.17 (https://github.com/spryker-shop/cart-page/releases) not backward compatible... not really semver like
-
^^ sorry if this sounds desperate 🙂 - does anyone have experience of replacing
^^ sorry if this sounds desperate 🙂 - does anyone have experience of replacing the order item splitting? (or the other question) It looks like an easy change but it's also a significant one, so any advice would be much appreciated.
-
Morning, one of the first things we notice on Spryker shops is baskets that contain items with quant
Morning, one of the first things we notice on Spryker shops is baskets that contain items with quantity above one are split into multiple items of single quantity when an order is created. I understand this is to allow split shipments, and other complex order workflows. This appears to be done in OrderItemTransformer…
-
Is there any way to get the tree view back on the category gui? And what was the reasoning behind th
Is there any way to get the tree view back on the category gui? And what was the reasoning behind the removal?
-
which feature in Spryker expands the sales order items so that there is one per unit? e.g. 5x SKU-12
which feature in Spryker expands the sales order items so that there is one per unit? e.g. 5x SKU-1234 becomes 5 items in the sales order, not 1 item with quantity 5
-
Hey!
In earlier versions it was possible to run code:sniff:style for a specific file by adding the
Hey! In earlier versions it was possible to run code:sniff:style for a specific file by adding the path to the file. Now it seems only to work for folders. In the code i cant see a flag or something else to only check specific file. Is there a trick? https://documentation.spryker.com/docs/code-style-guide
-
Good morning. Going through zed backend I found out that module dependencies in Maintainance scope d
Good morning. Going through zed backend I found out that module dependencies in Maintainance scope don't work at all:
-
Hi!
Is there any way I can call my own namespace using getLocator? We've got our own namespace for
Hi! Is there any way I can call my own namespace using getLocator? We've got our own namespace for custom modules and I'd like to get an instance of a module that lives there. The regular Locator only seems to resolve anything \Pyz
-
Good morning, can someone tell me please where the store will be set in the code? Atm our US Store o
Good morning, can someone tell me please where the store will be set in the code? Atm our US Store often routes to the COM store with en_US after we updated most oft the packages and dropped the silex routing
-
hello. is there any way to add en_GB locale? Do I need to setup new store for this? Or maybe can I c
hello. is there any way to add en_GB locale? Do I need to setup new store for this? Or maybe can I change somehow default en_US to en_GB? Do I need to reinstall everything for this? as I understand en_US and en_GB can't live together because in spy_url database table field url is unique. And if we are going to add (using…
-
hi,
when I run console sync:data resource id1,id2,id3
it will alwyas sync all entities of that reso
hi, when I run console sync:data resource id1,id2,id3 it will alwyas sync all entities of that resource is the syntax I am using correct?
-
Hi guys, after last composer update i got last compatible version for my b2b project of symfony/form
Hi guys, after last composer update i got last compatible version for my b2b project of symfony/form and symfony/validator -> both 4.4.7 --> 4.4.8 Now i have some problems when submit a form.. i get this error: Class 'Symfony\Component\Validator\Constraints\RequiredValidator' not found RequiredValidator class does not…
-
Hello everyone!
We are trying to add some new fields to category nodes and return them in Glue. Eve
Hello everyone! We are trying to add some new fields to category nodes and return them in Glue. Everything worked fine until we started to set false values. When we set false as a value the field disappears from Glue. Do you have any suggestion on how to solve this issue, as for us the null value/missing field is different…
-
Hello, we have a few attributes which we don't want to display in the yves frontend. Does anyone hav
Hello, we have a few attributes which we don't want to display in the yves frontend. Does anyone have a simple, clean way to do this, or is there a switch that I just haven't discovered?
-
Hello, is there a Sprkyer module for analyzing order data etc? Something in the direction Business I
Hello, is there a Sprkyer module for analyzing order data etc? Something in the direction Business Intelligence?
-
Dear Community,
we are currently using the `cms-block-storage` module 1.2.1 and I want to update th
Dear Community, we are currently using the cms-block-storage module 1.2.1 and I want to update this to it's latest 2.1.0 version as we need that version because it will update a block in all stores and all their languages and not just in the languages of the current store. I am exactly talking about…
-
Hello. Say, I have one product abstract with three concretes (variants). Now I want to define the de
Hello. Say, I have one product abstract with three concretes (variants). Now I want to define the default variant to show in Catalog (by default). Should I just edit the product abstract attributes for that in backend or there are also another options?
-
after latest security update from jenkins we get:
```Store: EN | Environment: demo
Scheduler Name: j
after latest security update from jenkins we get: Store: EN | Environment: demoScheduler Name: jenkinsScheduler Status: ERRORClient error: `POST <http://123.123.123.123:8080/job/EN__check-product-validity/disable>` resulted in a `403 Forbidden` response:<html><head><meta http-equiv="Content-Type"…
-
Hey 👋 I face an issue right now when I create a guest cart via Glue. Making a request from my
Hey 👋 I face an issue right now when I create a guest cart via Glue. Making a request from my SPA the Options request will fail due to the missing custom header: X-Anonymous-Customer-Unique-Id . { "errors": [ { "status": 400, "code": "109", "detail": "Anonymous customer unique id is empty." } ]} Am I missing something or…
-
👋 Is there a Spryk to generate the Client / Stub / Gateway Controller / ... ?
👋 Is there a Spryk to generate the Client / Stub / Gateway Controller / ... ?
-
Hello,
just tried oryx for zed with the “simple” version described in
Hello, just tried oryx for zed with the “simple” version described in https://documentation.spryker.com/v4/docs/oryx-for-zed Unfortunately I am no frontend developer but what I expect after running npm run build-zed is that the zed backend gets build with all its magic … But the output is find ● looking for entry points...…
-
Hi all,
What do I need to adjust to make a storage key contain the locale.
Example:
URL entity is
Hi all, What do I need to adjust to make a storage key contain the locale. Example: URL entity is localised, but URL Storage is not (which is strange btw) so I want the storage key for url to contain locale I tried adding the following to spy_url_storage.schema.xml: <behavior name="synchronization"> <parameter…
-
Hello. I need to fetch orders using customn filters. I also need payment information. Why there is n
Hello. I need to fetch orders using customn filters. I also need payment information. Why there is no relation to spy_sales_payment table in src/Orm/Zed/Sales? And how can I properly add joining with this table? Thanks.