Daily Archives: February 1, 2020
I have added 3 custom attribute fields to Magento 2: special_email, special_subject, and special_message These 3 fields are filled out in the Magento 2 admin on a per product basis. What I want to do is, if an order is placed for any product that has those fields filled out, […]
I have updated from 2.2.7 to 2.3.4. Now I am facing a problem where I cannot edit any drop down (select) options in the admin default view. All select boxes in default store in Stores->Configuration do not let me edit them. This did work in Magento 2.2.7. NOTE: I can […]
I created a custom fieldset for a ui_component form to add custom input structures. The problem is, that the inputs are not included in the POST values. The input you see is just a simple element in the fieldset.phtml you see in the Block code. It has a custom name […]
Add to cart button in Product view Page getting “502 BAD GATEWAY” issue, Can anybody face this kind of issue?
I’m developing a Magento 2.3 shop. I want to modify the search terms before sending them to the searchengine (database). At the moment I’m stuck where to hook into the code. Can anyone give me a hint, which class / function handles the search term and sends it to the […]