magento2
magento2 copied to clipboard
[Feature]: Custom options
How the project can be improved?
Add the possibility to use Magento's custom options.
What are the acceptance criteria?
- [ ] show product custom options in product detail site
- [ ] calculate price based on custom options price rules
- [ ] disable add to card until required custom options are set
Additional information
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Hi, @motze92 can you provide us any updates? Do you plan to continue work on this issue? If you need any help, please let me know.
Thanks, Marcin
This feature would be very useful for my store.
How could it help?
Hi @motze92 How to show simple product custom options on PDP?
please help?
We've implemented this on one of our stores, there's a fair bit of work involved though.
FYI the 'official' response on this matter from VSF team was this:
Bartosz Herba — 27/04/2022 Actually, having options by default on the product is not something that any project might want to have, you should either use custom query with an useApi composable, or, for a project-wise solution, override the current products query to align with business needs. Not every requirement of a particular business deserves to be in the core because any over fetch must be avoided. There are easy ways to meet business-wise requirements with the usage of provided tools.
https://discord.com/channels/770285988244750366/833958533258674256/968863758174810123
Which I disagree with strongly on every level. Custom options deserve to be core 100%.
I absolutely agree with @davidwindell - I feel like reading the response i am not sure if the person knows what "custom options" are in magento 2