Weekly Dairy
Weekly dairy on challenges and resolving the issue while working on Magento 2. Posting my solution while working on some issues. Debugging experience on working. Weekly Magento diary.
-
Magento 2 create yes/no product attribute
magento 2 create yes/no product attribute and assigns to all attributes sets. Using Data patch installer. Your module must be a dependency on the Magento_Catalog module using module.xml. Example: Data match installer script:
-
Magento2 Custom options do not show at Cart
Last week, working on an issue. I was trying to add a product to the cart with a custom option using Rest API. Passing customer option info option_id and options_value to request payload.