-
I am facing an issue in ubuntu while running docker/sdk up command, i googled this
I am facing an issue in ubuntu while running docker/sdk up command, i googled this problem and many says to stop http or IIS after doing all these still the port is not getting free, is there any way to change the port for docker?
-
Hello!! Can someone help me put by send me a screenshot of a default email that the buyer receive fr
Hello!! Can someone help me put by send me a screenshot of a default email that the buyer receive from spryker after a purchase is done?? Thanks
-
Hi
Actually I am trying to create custom validator in spryker form.
But when i am trying to pass the
Hi Actually I am trying to create custom validator in spryker form. But when i am trying to pass the instance of repository from the form class, it is giving error. Can you please look into this?
-
Hi Everyone
I am trying to create a test case for a business facade for my custom module, and I nee
Hi Everyone I am trying to create a test case for a business facade for my custom module, and I need a current logged-in user in the back office, but I am facing issue with haveUser() a a method. can anyone help me here?
-
HI,
Just started learning Spryker.
There should be a sample module on GIT or Steps to follow on offi
HI, Just started learning Spryker. There should be a sample module on GIT or Steps to follow on official docs so that we can start from scratch and learn how to create a basic CRUD module for Zed.
-
We're still stuck with updating `spryker/code-sniffer` to anything > 0.17.5 since there's no way
We're still stuck with updating spryker/code-sniffer to anything > 0.17.5 since there's no way to configure the project namespace if other than Pyz. Latest version has this: https://github.com/spryker/code-sniffer/blob/0.17.6/Spryker/Sniffs/AbstractSniffs/AbstractMethodAnnotationSniff.php#L33 But that doesn't help a thing,…
-
Hello fellow sprykers 🙂 I’m having troubles building zed’s frontend, in my pro
Hello fellow sprykers 🙂 I’m having troubles building zed’s frontend, in my project and the b2c demo shop as well: Running npm run zed will always result in an error because the sass module can’t find some libraries (I understand). Any help would be greatly appreciated! Here’s the console output for npm run zed:
-
Hi, maybe somebody could tell me why the Price Range Filter is not supported in B2B? Or maybe someon
Hi, maybe somebody could tell me why the Price Range Filter is not supported in B2B? Or maybe someone make it works?
-
what is the most straight forward way to add a custom PHP library that isn't in any composer repo in
what is the most straight forward way to add a custom PHP library that isn't in any composer repo into the codebase?
-
Good morning,
I recently updated frontend stuff and now receiving on frontend:zed:build
> ● webpa
Good morning, I recently updated frontend stuff and now receiving on frontend:zed:build Anyone faced this issue too? Best regards
-
Seems like redirect from foreign domain to backoffice clears the session of office user. For example
Seems like redirect from foreign domain to backoffice clears the session of office user. For example something like window.location.href = '<http://backoffice.de.spryker.local/>' triggered from any foreign site will clear it, even localhost. Is it possible to disable this ?
-
Hi all, First steps in Spryker, i'm trying to install the b2c-demo-shop on docker. I believe that th
Hi all, First steps in Spryker, i'm trying to install the b2c-demo-shop on docker. I believe that the first two steps are to clone the b2c repo, and the sdk one. I’m following the readme.md in this link : https://github.com/spryker-shop/b2c-demo-shop#setting-up-a-development-environment When I do the git clone for :…
-
Hi
Please let me know when we should use reader and writer classes as per spryker standards.
Hi Please let me know when we should use reader and writer classes as per spryker standards.
-
hello, is somebody know, how to add javascript in spryker backoffice? What is the best way to do it?
hello, is somebody know, how to add javascript in spryker backoffice? What is the best way to do it? I created new module, now I need to add javascript in table view. Of course, I can write it in twig templates, but it seems there are better way. I found this article -…
-
Hello all,
our boffice logs in PaaS environment are flooded with zed.Criticals which are triggered
Hello all, our boffice logs in PaaS environment are flooded with zed.Criticals which are triggered by symfonys deprecated notices. Anybody experience on how to deal with that properly in the spryker context? Some configuration I’m missing here?
-
Hello,
is there someone here from Spryker who can turn off the Container for 30 minutes in our paas
Hello, is there someone here from Spryker who can turn off the Container for 30 minutes in our paas on development?
-
Hi guys,
I have a question regarding guest customers:
How is it possible to retrieve the SalesOrder
Hi guys, I have a question regarding guest customers: How is it possible to retrieve the SalesOrder for a guest user in Yves? The SalesClient always wants to have a CustomerId as a parameter, since under the hood Zed uses the methods getCustomerOrder, which requires CustomerId and SalesOrderId to be set. BUT as far as I…
-
Hi! I got a question regarding testing: is it possible (and senseful) to individually run tests of a
Hi! I got a question regarding testing: is it possible (and senseful) to individually run tests of a module (which lays inside an own repository) when it's not included within some project? I tried e.g. to execute the tests for the sprkyer/cart module but I run into several issues.
-
Hi guys,
I have a problem with Elasticsearch. In postman, after executing the query, i've got 3 matc
Hi guys, I have a problem with Elasticsearch. In postman, after executing the query, i've got 3 matching records to my attribute, but after doing this in code i've got only one (first) matching record. Is there any way to solve this? In answer to my question there's my query in postman and below method from my QueryPlugin.
-
Hello,
does somebody ever handled “multiple attributes” for one abstract/concrete in Spryker success
Hello, does somebody ever handled “multiple attributes” for one abstract/concrete in Spryker successfully? We currently need to represent a scenario where a product variant can have for example multiple colors like green, black and white but are not limited to just one of those colors. The user should get displayed a…
-
Hi
Please let me know whether there is any way in spryker to seed data in database.
Like I need to a
Hi Please let me know whether there is any way in spryker to seed data in database. Like I need to add some data in database master table. Is there any way to add that without manually adding data in table?
-
Hi everybody, I am upgrading spryker from 202009 to 202108. The `docker/sdk up` is working well, the
Hi everybody, I am upgrading spryker from 202009 to 202108. The docker/sdk up is working well, the zed backend is ok, but in Yves, when we need to communicate with Zed it always failing with an error as: Symfony\Component\HttpKernel\Exception\NotFoundHttpException: No route found for "POST…
-
Hi team
we are working on elastic search . Can you provide me the way how we break to default elasti
Hi team we are working on elastic search . Can you provide me the way how we break to default elastic search functionality and add custom elastic search functionality on project level.
-
Hi!
Is there a branch for spryker b2b/b2c/marketplace with PHP8 compatibility available? With update
Hi! Is there a branch for spryker b2b/b2c/marketplace with PHP8 compatibility available? With updated composer.json/lock files?
-
Hi team
Can you please give some referece how mocking works in spryker test cases?
Hi team Can you please give some referece how mocking works in spryker test cases?
-
Is there a module which lets users add a product option with a free text field? For example, a brac
Is there a module which lets users add a product option with a free text field? For example, a bracelet with a custom message inscribed in it, and that message is typed in by the user when they add the item to their cart
-
Hi Team
When i running test case with command
vendor/bin/codecept run -c tests/PyzTest/Zed/ModuleNa
Hi Team When i running test case with command vendor/bin/codecept run -c tests/PyzTest/Zed/ModuleName I getting below error [PHPUnit\Framework\Exception] Use of undefined constant APPLICATION_ENV - assumed 'APPLICATION_ENV' (this will throw an Error in a future version of PHP) at…
-
Hello together,
I have a question, when would the upgrade from Elasticsearch 7 to 8 in Spryker happe
Hello together, I have a question, when would the upgrade from Elasticsearch 7 to 8 in Spryker happen according to the plan? Thanks in advance for answering.
-
In *stores.php* we have locales like this: Here in this array, key 'en' and 'de', what does it re
In stores.php we have locales like this: Here in this array, key 'en' and 'de', what does it represent? 'locales' => [ // first entry is default 'en' => 'en_US', 'de' => 'de_DE', ], Is it used for country? or we can add anything as key and key is not used anywhere? I have 5+ locales available for multiple countries like…
-
Hi everyone!
I'm looking to prevent users from resetting and using their current password as their n
Hi everyone! I'm looking to prevent users from resetting and using their current password as their new password as well as preventing their username from being used as a password. What would be the best way to accomplish this? Is it possible to retrieve the current password and username and somehow add it to the deny list…