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..
Hi , Anybody knows how FacetFilter fetching filters for the perticular category ?
Hi ,
Anybody knows how FacetFilter fetching filters for the perticular category ?
Comments
-
-> Search for "category filter" in the documentation.
Filters can be configured by category and these configuration will be put into the storage (redis) and fetched once a specific category is set in the search filters, as category pages are a specialized search.
You can find the implementation at:\Spryker\Client\ProductCategoryFilterStorage\ProductCategoryFilterStorageClientInterface
0 -
Hi, @UL6DGRULR
Can you guide me our this point :-
We want to show some data on product detail page according to the product id or SKU. So, basically I have created a custom module and added three columns in our custom module table. First product_key it is forgien key (primary key of product table) and 2nd is Custom_key and 3rd one is Custom_value. Now I want to show this custom fields in PDP, I have already show this data on backadmin side. Now I just want to show this data on frontend side. I have checked the documentation and follow these steps but still we are stuck. So could you please help me on this :-Followed documentation links :- https://docs.spryker.com/docs/scos/dev/back-end-development/yves/controllers-and-actions.html#input-parameters
https://docs.spryker.com/docs/scos/dev/front-end-development/yves/front-end-builder-for-yves.html#parameters
https://docs.spryker.com/docs/scos/dev/back-end-development/yves/yves-routes.html0 -
@U03DBF2H9DY Why so complicated? Products can easily be extend with additional attributes, either via attributes (https://docs.spryker.com/docs/scos/dev/tutorials-and-howtos/howtos/howto-product-data-from-import-to-frontend-view.html#add-new-attr[…]-to-a-product) if you only want to display them.
Or by extending the spy_product_abstract, respective the spy_product_abstract_localized_attributes table if the attribute value should be translated per locale, through the propel schema (https://docs.spryker.com/docs/scos/dev/back-end-development/zed/persistence-layer/database-schema-definition.html#schema-file-merge) and extending the transfer definition (https://docs.spryker.com/docs/scos/dev/back-end-development/data-manipulation/data-in[…]preparations/create-use-and-extend-the-transfer-objects.html).A new module should either introduce new functionality or replace existing functionality of a core module. In this case both isn't necessary as the core provides already capabilities to extend the product without the need of a new module.
I really would suggest you attending the Spryker Academy with an instructor lead course, to get those basics as an understanding of the core principles of Spryker will make you developer live a lot easier.
0 -
@UL6DGRULR We are doing the out of box things that's why we needed the help. I know how we can handle the attribute stuff from Backoffice.
0
Categories
- All Categories
- 42 Getting Started & Guidelines
- 7 Getting Started in the Community
- 8 Additional Resources
- 7 Community Ideas and Feedback
- 76 Spryker News
- 929 Developer Corner
- 787 Spryker Development
- 89 Spryker Dev Environment
- 362 Spryker Releases
- 3 Oryx frontend framework
- 35 Propel ORM
- 68 Community Projects
- 3 Community Ideation Board
- 30 Hackathon
- 3 PHP Bridge
- 6 Gacela Project
- 26 Job Opportunities
- 3.2K 📜 Slack Archives
- 116 Academy
- 5 Business Users
- 370 Docker
- 551 Slack General
- 2K Help
- 75 Knowledge Sharing
- 6 Random Stuff
- 4 Code Testing
- 32 Product & Business Questions
- 70 Spryker Safari Questions
- 50 Random