What are the Slack Archives?
It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.
Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..
Help
Discussion List
-
Just noticed that the Spryker `RegisterForm` has a password max length of 72 _characters_ - which ma
Just noticed that the Spryker RegisterForm has a password max length of 72 characters - which matches the maximum number of bytes that BCrypt (used by Customer.php) can encode. But bytes !== chars. So, using this logic, the max password length would need to be 72 / 4 with UTF-8 I think. Did anybody else encounter this…
-
Hi guys! One question regarding spy_quote unique constraint. I modified that constraint on the proje
Hi guys! One question regarding spy_quote unique constraint. I modified that constraint on the project level, basically I added a new field in that unique group. When I run propel:install, I receive this error <error>Failed to execute SQL "ALTER TABLE "spy_quote" DROP CONSTRAINT "spy_quote-unique-name-customer_reference"".…
-
Hi,
I would like to extend an existing oms that is provided by a separate module - e.g. a payment pr
Hi, I would like to extend an existing oms that is provided by a separate module - e.g. a payment provider. It is necessary to include my own process between two stages, or furthermore to replace one transition between two states, in order to connect an external storage/system etc… Is there a way to do it without copying…
-
Good morning. Does anyone know how to setup development environment with spryker docker sdk?
Good morning. Does anyone know how to setup development environment with spryker docker sdk? https://documentation.spryker.com/v3/docs/docker-sdk also it does not sync files for me on linux...
-
I installed B2C demo shop. I want to connect to the (Postgresql) database. What are the credentials
I installed B2C demo shop. I want to connect to the (Postgresql) database. What are the credentials ? From a third-party applications (e.g. TablePlus.com)
-
Moved: Found a problem after release version 1.11.0 of propel-orm
This discussion has been moved.
-
Moin Guys!
I’m currently learning Spryker and working on the OMS and State Machine Article in the Bo
Moin Guys! I’m currently learning Spryker and working on the OMS and State Machine Article in the Bootcamp. According to the Tutorial and documentation all I have to do to see the Demo01 StateMachine is to create a Demo01.xml in config/Zed/oms/ and fill it with <?xml version="1.0"?><statemachine xmlns="spryker:oms-01"…
-
Is it correct, that Spryker doesn't offer a solution for a promotional free shipping, e.g. by a vouc
Is it correct, that Spryker doesn't offer a solution for a promotional free shipping, e.g. by a voucher code, or according to some cart rules?
-
Salut everyone,
We have noticed some instability while starting using `--stop-when-empty` option on
Salut everyone, We have noticed some instability while starting using --stop-when-empty option on console queue:worker:start instead of deprecated configuration for keeping work loop, see demo shop commit https://github.com/spryker-shop/b2b-demo-shop/commit/71377ecb7ff423168ab1e278ad62ffa809ccd2f1 The instability about…
-
Hello,
is it possible in spryker to have configurable product bundles? So for example: A product det
Hello, is it possible in spryker to have configurable product bundles? So for example: A product detail page where one product is already included as the base of the bundle and then you can additionaly choose between a range of different other products. I know there are product options, but product options are no…
-
Hi guys,
I want to extend the SearchResult returned by Elastic on the product list page - in order t
Hi guys, I want to extend the SearchResult returned by Elastic on the product list page - in order to do that I had a look in the ProductAbstractSearchDataMapper, which looks really promising to me. BUT - whenever I try to debug into it, by changing an abstract product I only receive a 504 Gateway Time-out - Spryker is…
-
Hi everyone,
What has to be done to create new root category?
Can you help me with this?
Thanks.
Hi everyone, What has to be done to create new root category? Can you help me with this? Thanks.
-
Hi, it seems like you cant use the `\SprykerTest\Shared\Url\Helper\UrlDataHelper` due to missing aut
Hi, it seems like you cant use the \SprykerTest\Shared\Url\Helper\UrlDataHelper due to missing autoload information (https://github.com/spryker/spryker-core/tree/master/Bundles/Url). Also the directory structure looks weird (https://github.com/spryker/spryker-core/tree/master/Bundles/Url/tests/SprykerTest/Shared/Url)…
-
Is there any way to export/migrate CMS content, navigations and additional back office configuration
Is there any way to export/migrate CMS content, navigations and additional back office configuration to another spryker environment (beside database dump)?
-
Hello guys! I want to delete unique constraint (spy_quote-unique-name-customer_reference) from spy_q
Hello guys! I want to delete unique constraint (spy_quote-unique-name-customer_reference) from spy_quote because I've created another one. Can you tell me if it's possible?
-
Hello,
does somebody knows how to generate a test coverage report from spryker docker/sdk testing?
I
Hello, does somebody knows how to generate a test coverage report from spryker docker/sdk testing? I tried from a fresh b2c-demo docker/sdk testing codecept -x run -c codeception.functional.yml --coverage But i always get an error for the PyzTests file_get_contents(/c3/report/clear): failed to open stream: No such file or…
-
Is there a best-practice on where to put cross-module constants in the Spryker architecture? I am ha
Is there a best-practice on where to put cross-module constants in the Spryker architecture? I am having a case in a project now where I need to use one constant value in several (by itself independent) modules - any suggestions?
-
Hey guys,
at I've seen Usercentrics is a Spry
Hey guys, at https://documentation.spryker.com/docs/usercentrics I've seen Usercentrics is a Spryker partner. Are there already any extensions which help to build in Usercentrics or do we have to do everything manually?
-
Moved: How to enable query logging in Spryker's Propel config?
This discussion has been moved.
-
Hey, i have a short question regarding the glue api. Do i really need the spryker/company module to
Hey, i have a short question regarding the glue api. Do i really need the spryker/company module to get access to the rest api or is there another way to authenticate a user?
-
Hey guys 🙂
We have an application with 2 stores (DE, UK). In a molecule I cre
Hey guys 🙂 We have an application with 2 stores (DE, UK). In a molecule I created I want to load a different twig template depending on the active store. How can I do that? If not possible how could I use the same twig template but show different content depending on the active store? (would be a bad solution because there…
-
Hello Everybody,
We're designing an integration with Customer Management service.
We want to expose
Hello Everybody, We're designing an integration with Customer Management service. We want to expose an interface that receives customer data and creates them on a basis of incoming data. Is it possible to replace customer's id with external id (gid)?
-
Hello,
Regarding the OMS check-condition command, demo shop is running it for each store. Does it me
Hello, Regarding the OMS check-condition command, demo shop is running it for each store. Does it mean that an OMS command plugin is required to filter the orders for current store context only during the execution?
-
Hi. Does anyone know how to create composer library like spryker-eco module that could be integrated
Hi. Does anyone know how to create composer library like spryker-eco module that could be integrated in several spryker projects? Is it just like regular composer vendor library (haven't touched that also)? Maybe some tips?
-
Good Morning Lady and Gents 🙂 currently we are implementing the glue api into
Good Morning Lady and Gents 🙂 currently we are implementing the glue api into our shop and i get the following error message. The error occurs when i try to call the /stores endpoint. Do you have any idea what i'am missing here? default.CRITICAL: TypeError - Argument 2 passed to…
-
Hello guys. One more technical question. As I see you disabled event behavior during default import
Hello guys. One more technical question. As I see you disabled event behavior during default import processes and trigger all events manually. What was the purpose of it? I need also to trigger event in my custom import. Should i trigger it manually? Or can enable event behavior only during my import?
-
Hello guys. small question about your architecture approach. You declared that we need to use query
Hello guys. small question about your architecture approach. You declared that we need to use query objects on query containers. But what I see in your data import module that you are using query objects directly in writer steps. For example here \Pyz\Zed\DataImport\Business\Model\ProductAbstract\ProductAbstractWriterStep…
-
Hello and good morning everyone,
I've got a question regarding testing: I want to test some function
Hello and good morning everyone, I've got a question regarding testing: I want to test some functionality in our payment provider's module. To do so I need to "mock" an order. I've learnt that "Transfers" in the _data directory are meant to solve this problem. My question is: Should I create an "Orer transfer mock" in the…
-
👋 should `EventConstnats::ACTIVATE_LOGGING` be enabled on production ?
👋 should EventConstnats::ACTIVATE_LOGGING be enabled on production ?
-
Hello Spryker community,
i’ve a problem in TS with copying a text to clipboard in Safari:
```copyTex
Hello Spryker community, i’ve a problem in TS with copying a text to clipboard in Safari: copyTextToClipboard (text: string): boolean { const elem = <HTMLTextAreaElement> document.createElement ('textarea'); elem.value = text; document.body.appendChild (elem); elem.select (); const isCopied = document.execCommand ('copy');…
Categories
- All Categories
- 38 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 33 Spryker News
- 549 Developer Corner
- 420 Spryker Development
- 54 Spryker Dev Environment
- 284 Spryker Releases
- 30 Propel ORM
- 46 Community Projects
- 6 Gacela Project
- 3 PHP Bridge
- 21 Hackathon
- 3.2K 📜 Slack Archives
- 115 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random
- 4 Code Testing
- 23 Product & Business Questions
- 44 Spryker Safari Questions
- 36 The Blackhole
Popular Tags
- PropelORM 41
- Community 29
- blackhole 18
- CTOTW 16
- Docker 16
- B2C 14
- Academy 13
- Spryker Digital User Group 12
- Spryker Cloud Commerce OS (SCCOS) 11
- EXCITE 2023 10
- Community Tip 9
- Community News 9
- Zed 9
- Hackweekender 2023 9
- Event 6
- B2B 6
- Gacela 6
- Docker SDK 6
- Glue API 5
- Yves 5
- Community Tip 5
- course 4
- Spryker News 4
- Hackathon 4
- DevX 4
Upcoming Events
-
EOY 23 - CommerceQuest Social Gathering
Greetings fellow CommerceNauts 👋🏻 We want to close the year with an informal community gathering. 💞 Join us for a relaxed & social gathering on the 12th of December. Enjoy some beats while chit-chatting and playing a few social games with other members. 😁🎲 A bit of everything: ice breakers and conversations 💬 tier list…
-
Spryker Digital User Group - January 2024 Edition (remote, English)
Greetings, Spryker Herd! Our monthly meetings are for everyone interested in Spryker development and surrounding topics. Each month we invite Sprykees or community member guest speakers to guide us in interactive sessions. Topics vary and range from business to technical, so be sure to check the event agenda below for more…