Need to > Code Block? When creating your post: use the paragraph ¶ icon and the quote ❝ icon to get to the code block </>.
Spryker Development
Category List
-
Spryker Dev Environment
Ask about & provide feedback on Sprykers Docker environment.
-
Spryker Releases
Here you can find and discuss Spryker product releases.
Discussion List
- Is there any document available about uploading a file functionality in storefront?
-
How to add authentication to download package from private repository in composer.json
Hi Team, Can someone please suggest how we can provide authentication parameters to download a package from private repository. We tried auth.json just parallel to composer.json which is working fine on local but failing on staging. Another way we tried to follow is But this is also not working. The parmeter we added is:…
-
Changing the default locale leads to failing tests
Were trying to set the default locale of our instance to de_DE (changing the order in stores.php), which leads to a situation where a lot of acceptance tests are failing, because they expect english strings in their assertions. How can we approach this issue in a clean way? a) Fix all failing tests and test with german? b)…
-
Shipment Price Plugin Implementation
Hello Team, I am currently attempting to implement a shipment price plugin, but I am facing an issue where I am unable to retrieve the delivery method details. Let's say I have two delivery methods: Express and Standard. My question is, do I need to create two separate plugins to handle each delivery method, or is it…
-
I want to add a table view in Merchant Portal of Spryker. Any help will be appreciated.
I want to display a list of customers, who have purchased an item at least from merchant. I've written the business logic, but facing an issue for Presentation layer. I'm unable to create this js file. If anyone can help, or provide any documentation or reference link, please let me know.
-
What is the best way to extend/overwrite Currency symbol code?
If I want f.e. change the currency symbol code of the Romanian Leu from RON to LEI what do I need to do? I have debugged down an saw that for Twig the symfony/intl package is used to get the currency symbol. The spryker/money package is using the phpmoney/money package for currency information and for the DB table…
-
Currency symbol is not changing
Hi I am trying to update the currency symbol from A$ to $. have uodated the same in currency.csv but it is not working. Please suggest. Thanks
-
Need to remove checkout summary step
Hi Team, I am implementing a new payment method as credit card and I need to place order after payment page itself as per requirement. So if there any tutorial available, how can I remove summary step and place order at payment page.
-
Why was field type changed to TextArea in AddressForm?
We just realized after upgrading that the field type of the City field was changed from TextType to TextAreaType which had an impact to us. We realized it during QA so no effect to customer but don't get the reason for it. Was it done by purpose? Check this URL…
-
How do I get a dump of PaaS environment database to local machine
I want to debug a certain error case on my PaaS environment, therefore I would like to work with this on my local machine. How do I create a dump of the database to be able to use it on my local machine?
-
What is the purpose of table spy_product_search_attribute_map?
Is anyone using spy_product_search_attribute_map and can explain to me the benefit of that table? Docs saying it maps product attributes to their corresponding search keys. I would like to understand it and how we could use it. Some background: We had some attributes in that table and were wondering why we have duplicate…
-
Should we add the migrations to the git repository
Today, we had a question and discussion here, about the adding of the migrations to the git repository. Whats the statement of spryker or the other devs here? src/Orm/Propel/* ?
-
Composer mode in PaaS environments
It seems like the environment variable SPRYKER_COMPOSER_MODE dedicates the mode composer uses to install dependencies within PaaS pipelines. What is the default setting in PaaS when not touching this variable in deploy.*.yml? Should I use my deploy-files to overwrite this default variable setting? Can I use the Parameter…
-
Spryker module update.
I want to know is there any way or command to update all the module at once?
-
Unable to add attributes in New or Existing Products
Hi Everyone, Our current framework is B2C-DEMO-MARKETPLACE boilerplate. We have utilized two files for importing product attributes: a. product_attribute_keyb. product_management_attribute I have attached both files to this message. we are getting an error message when assigning these attributes to products. " Attribute…
- Video: Why Spryker is great for developers
-
Is there any `spryker/queue:1.10.0`? I see only till 1.9.x
Hi Team, is there any spryker/queue:1.10.0 ? I see only till 1.9.x Linked here -> https://docs.spryker.com/docs/scos/dev/technical-enhancement-integration-guides/integrate-elastic-computing.html#integrate-scalab[…]and-sync-workers
-
Feedback wanted: better way to operate on transfer grouping and indexing
👋 Hello Spryker! We currently looking for the better way to operate on transfer grouping and indexing. ✅ But in order to prove the need of this feature I want to ask your feedback about it. And I’m positive that you know the right answer. 📃 Terminology used: • Indexer function that builds an indexed collections of…
-
spryker/product-image-storage 1.15.0 causing exceptions
Hello, 4 days ago this commit was introduced with a new tag 1.15.0 in spryker/product-image-storage . https://github.com/spryker/product-image-storage/commit/ab4e157b84b07a2006d17cfbc3b0145e230b6e62#diff-126f52f35440e9105c3[…]35f7fc5a4e68702d9e719b81 The bridge now has an array as fixed type, however, the underlying…
-
Backoffice is fine but homepage content is missing?
Hey Team my homepage content is disappeared and i have checked in backoffice also but everything is fine at backoffice but still content is missing how can i solve this issue.
-
Planned replacement of tslint with eslint
Hello spryker-team, i have noticed, that spryker will replace tslint with eslint in the next version (CC-25963 Replaced tslint with eslint for YVES. ). Upon reviewing it for our current development and future updates, i saw the changes in package.json. I don't think this is an optimal solution, since this only binds the…
-
Uploading 4 files to S3 on customer registration
Hi general, need to upload 4 files to S3 on customer registration. I created the form so I need now to set the files to CustomerTransfer and than in Customer module get the files and upload from there to S3
-
Hi team, can anyone tell me how to make nav menu active when new nav menu item is added in backoffic
Hi team, can anyone tell me how to make nav menu active when new nav menu item is added in backoffice?
-
Hello Everyone,
I want to use sessions in glue APIs, Is there any way to have that??
Hello Everyone, I want to use sessions in glue APIs, Is there any way to have that??
-
Hi there 👋🏻, our product team will host a *Product Webinar* next week, primarily fo
Hi there 👋🏻, our product team will host a Product Webinar next week, primarily for our customers. Contacts at partners can check the recording via the partner portal. If you are not a customer yet, you can also check with your respective Spryker contact, if you can attend. LINK->…
-
hey guys , I have deleted schema file for createing table and entity and the folder that is created
hey guys , I have deleted schema file for createing table and entity and the folder that is created inside ORM and i am getting this error when i am running console propel:install Error - Exception: Class "\Orm\Zed\Antelope\Persistence\Map\PyzAntelopeTableMap" not found in…
-
Hi everyone i am try to access the Redis Gui using but it no
Hi everyone i am try to access the Redis Gui using http://redis-commander.spryker.local/ but it not reachable please help me out
-
Hii Team ,
I am accessing the 'access-tokens' api through postman for generating the token but i go
Hii Team , I am accessing the 'access-tokens' api through postman for generating the token but i got this error : - Spryker\Glue\RestRequestValidator\Processor\Exception\CacheFileNotFoundException - Exception: Validation cache is enabled, but cache file is not found. in…
-
👋 Hi everyone!
I am working on Category listing PLP page , I have add a description field in 's
👋 Hi everyone! I am working on Category listing PLP page , I have add a description field in 'spy_category' table and Show that in Zed Category add and edit form and store value for it . Now i want that when ever we are going to any categoryfrom navigation so i want that attribute to display in Yves frontend On PLP page. i…
-
Hello Everyone , I am Creating new molecule in Yves in which which I have implement the actual code
Hello Everyone , I am Creating new molecule in Yves in which which I have implement the actual code that will count the elements. while extending the Component base class defined in the shopUI module.I have import the base class. like this( import Component from 'ShopUi/models/component';) but it is giving me an error that…
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…