-
Hey guys,
is it possible to switch (for old orders) the fk_oms_order_process on spy_sales_order_item
Hey guys, is it possible to switch (for old orders) the fk_oms_order_process on spy_sales_order_item manually in db to the latest oms order process? We have atm the problem that we introduced a new state machine and now we want to use it also for maybe the last 60 days of old orders. Or is this not a good idea and…
-
Hello all,
is there a single point where I can check every product that is supposed to be added to t
Hello all, is there a single point where I can check every product that is supposed to be added to the cart? I looked at the CartController and the executePreAddToCartPlugins but when I add a product via the QuickOrder the addAction in CartController is not called, as far as i can see.
-
Hello there!
I got a question related with the Spryker *internal redirection*. I see there is a *CMS
Hello there! I got a question related with the Spryker internal redirection. I see there is a CMS Redirection mapping table in Zed. And it's actually working nicely in Yves. The question is: Does anybody know which class is the responsable of apply this mapping logic? Where can I find this particular logic so the…
-
Hello again,
i had a weird issue that for our order export there was a hydrated sales order but no c
Hello again, i had a weird issue that for our order export there was a hydrated sales order but no corresponding customer exists anymore. That leads to an sales order transfer without any customer information. I resolved that but still have a question … The problem was, that there is still a sales order record but without…
-
Hi all,
I am trying to install Spryker B2B with docker … everything seems to be going well until it
Hi all, I am trying to install Spryker B2B with docker … everything seems to be going well until it tries to run installation recipe I get this error … Any suggestions ? where can I see the logs … because even when I try to read containers logs I don’t seem to find them (or not anything useful)
-
Hello,
can anybody please tell me what's wrong with my middleware validation ruleset? I checked the
Hello, can anybody please tell me what's wrong with my middleware validation ruleset? I checked the syntax with the documentation and don't see any error but spryker keeps telling me "The required option 'value' is not set" and i have no idea what's wrong with it. 'is_test' => [ 'NotEqualTo', 'options' => [ 'value' =>…
-
Question about MerchantSwitcher: How are you supposed to get the currently selected merchant outside
Question about MerchantSwitcher: How are you supposed to get the currently selected merchant outside of the MerchantSwitcherWidget? I see that the widget sets a cookie, updates the quote and expands the ShopContext. I need the currently selected one to show additional information in the footer. There's no client or service…
-
Hi, guys, I have a question related to routing. Is it possible to override the ShopApplication's beh
Hi, guys, I have a question related to routing. Is it possible to override the ShopApplication's behavior, to prefix a sub-shop + locale, instead of just locale? For example, if my homepage could be initially found here http://www.mydomain.com/en/, I would need it, after the change, to be found on…
-
Hello, did an update happen to change registering controllers in getControllerProviderStack() to mov
Hello, did an update happen to change registering controllers in getControllerProviderStack() to moving them to getRouterProvider ? I'm seeing difference in code structure between a 7 months ago project and the b2c demo shop I just cloned. Anyone knows which I'm supposed to use ?
-
Hey all, I would like to make a zed call via Postman but i'm struggle to get the request working. Do
Hey all, I would like to make a zed call via Postman but i'm struggle to get the request working. Do you have any example call for Postman? I'm passing the transfer as json but i'm only getting Spryker\Zed\PersistentCart\Communication\Controller\GatewayController::syncStorageQuoteAction() must be an instance of…
-
Do you know if it possible to use Aws3v3FilesystemBuilderPlugin for local test? i mean doing in the
Do you know if it possible to use Aws3v3FilesystemBuilderPlugin for local test? i mean doing in the config something like 'AWS_FILE_SYSTEM' => [ 'sprykerAdapterClass' => Aws3v3FilesystemBuilderPlugin::class, 'root' => '/', 'path' => '/', 'key' => 'test', 'secret' => 'test', 'bucket' => 'name', 'version' => 'xxxx', 'region'…
-
@ULYHPR789 thanks again to the insights in the latest meetup. I try to implement a Glue test and j
@ULYHPR789 thanks again to the insights in the latest meetup. I try to implement a Glue test and just wanted to execute codecept fixtures but it says that the command "fixtures" is not defined. Is that a new feature of codeception?
-
Hey guys,
is someone using payone and doing partial refunds with
Hey guys, is someone using payone and doing partial refunds with https://github.com/spryker-eco/payone/blob/master/src/SprykerEco/Zed/Payone/Communication/Plugin/Oms/Command/PartialRefundCommandPlugin.php an can tell me if this works for you? I alway get the error code 1610 Article list faulty or incomplete
-
Guys do you test your functionality before releasing it? Seems no. It is impossible to work with you
Guys do you test your functionality before releasing it? Seems no. It is impossible to work with your product! I updated module spryker/navigation-gui (2.5.0 => 2.6.0) and now all ZED is broken because you changed vendor/spryker/navigation-gui/src/Spryker/Zed/NavigationGui/Communication/navigation.xml and we have error.…
-
Hi... Coming back to the question form yesterday...
I now implemented my own payment method and I ca
Hi... Coming back to the question form yesterday... I now implemented my own payment method and I can select it. I tried to stay within the realms of the code provided by the DummyPayment but rolled my own submodule. Right now, I have the issue that payment_selection coming form the form seems to stay NULL while…
-
Hi!
What is an `AbstractDependencyInjector` (the name makes it obvious but asking never hurts) and w
Hi! What is an AbstractDependencyInjector (the name makes it obvious but asking never hurts) and when would I use something like this? I'm right now looking at implementing my own payment method and this one has me puzzled a bit. When is it called by whom?
-
Hey there, I implemented the `MerchantOpeningHoursWidget` but I can't find any translations for this
Hey there, I implemented the MerchantOpeningHoursWidget but I can't find any translations for this widget. Any idea where I can get it or can you provide it here? Thanks!
-
Hello,
i try to find a a way to connect the middleware to the import logic for classic Product Data
Hello, i try to find a a way to connect the middleware to the import logic for classic Product Data import. The doc seems a bit outdated here https://documentation.spryker.com/v4/docs/spryker-middleware So lets imagine my data already passed the middleware and gets flushed() at the end of the pipeline with the WriteStream…
-
👋 hey, is it likely we can get a backport for this bug fix (assumed) to OMS 10.x ?
👋 hey, is it likely we can get a backport for this bug fix (assumed) to OMS 10.x ? https://github.com/spryker/oms/commit/0d0364f00b6bc9a0709f891e7b7e7e9779b31925
-
Hello, does anyone had the problem, that changes in Tests (e.g. `PyzTest/Yves/Customer/Presentation/
Hello, does anyone had the problem, that changes in Tests (e.g. PyzTest/Yves/Customer/Presentation/..) are visible in the file (checked via cat filename) inside the cli-Container (current docker/sdk 1.16.3) but not reflected when I run the test itself. The failing test still shows that the old code (prior to the…
-
In a healthy running system all entries in `spy_oms_event_timeout` should be in the future (or close
In a healthy running system all entries in spy_oms_event_timeout should be in the future (or close to it) ? or?
-
Hello everybody,
another question on Testing: I want to test a Glue-Endpoint that accesses the data
Hello everybody, another question on Testing: I want to test a Glue-Endpoint that accesses the data in the storage (Redis). Unfortunately I cannot find any helper class that makes it possible to add data to the storage for testing purposes and removing them after testing. Before I start implementing such a class myself I…
-
Hi everybody,
I'm trying to test a class that depends on a Glue-Resource (ProductsRestApi). When try
Hi everybody, I'm trying to test a class that depends on a Glue-Resource (ProductsRestApi). When trying to create that object I get an error: Could not map method "resource" to a locator. Seems that there is a ResourceLocator missing, isn't it? I'm wondering how it is possible to add this Locator.
-
Hey guys,
is there an advanced tutorial/course for Spryker? I read the documentation but some major
Hey guys, is there an advanced tutorial/course for Spryker? I read the documentation but some major stuff are still unclear for me and can't find enough resources online
-
We discussed an Idea within our company and I’d like to share it here to ask the question(s) “do you
We discussed an Idea within our company and I’d like to share it here to ask the question(s) “do you know if it is possible to implement it and how would one do so? https://spryker.ideas.aha.io/ideas/CUSTIDEAS-I-110
-
Hello,
Do you know if it's possible and how to call elasticsearch catalog search from Zed? I have to
Hello, Do you know if it's possible and how to call elasticsearch catalog search from Zed? I have to check in zed how many cars specified search query returns. Elastic Query Expanders etc have to be the same as when search is called from yves, so results will be the same
-
morning 👋 - at what point (if any) should you remove a deprecated state machine process from th
morning 👋 - at what point (if any) should you remove a deprecated state machine process from the ACTIVE_PROCESSES list?
-
hi guys,
when I try to start/run my docker with -x the ebug flag is ignored, spryker won’t run in de
hi guys, when I try to start/run my docker with -x the ebug flag is ignored, spryker won’t run in debug mode and I cannot debug - this is a new phenomenon. Is there some config I have to adjust? Cheers
-
is there some documentation about how to add a new store to existing spryker instance?
is there some documentation about how to add a new store to existing spryker instance?
-
hello guys. you made improvments in `cms-block-gui module`
but now i can't activate any block. CSRF
hello guys. you made improvments in cms-block-gui module but now i can't activate any block. CSRF token is always not valid. I wrote about this problem already. you added these checkings during product add_to_cart action. And was the same problem. How to make it working?