Magento
I have an xml form (ui component) where two inputs are inside of a container where breakLine is set to false so the inputs are side by side. This is working for the most part, the issue is that the label for the second input is not visible. There’s a […]
I have a form, xml below, which has a modal component with an insertListing component to display a customer selection. This works perfectly fine, and submits the selected items with the underlying form. The problem is when the modal is closed after items are selected there is no indication to […]
I use Magento 2.41 and noticed strange behavior yesterday. If you put a product in the shopping cart and go to the checkout, a credit card checkout appears. However, no credit card payment is activated in the admin interface. Looks like this: Actually my site is in German and this […]
i use Magento 2.4.3 with php7.4 after composer update: - Updating laminas/laminas-dependency-plugin (2.4.0 => 2.5.0): Checking out 8f2d101993 - Updating laminas/laminas-stdlib (3.13.0 => 3.16.1): Checking out f4f7736418 - Updating laminas/laminas-servicemanager (3.17.0 => 3.20.0): Checking out bc2c2cbe2d - Updating laminas/laminas-validator (2.25.0 => 2.29.0): Checking out e40ee8d86c - Updating laminas/laminas-mime (2.10.0 => […]
after upgrading M2 from 2.4.2 to 2.4.5-p1 the static content deployment increased significantly. The time to deploy increases for every new theme/language. Used to be ~5min total for all themes to deploy, after upgrading it will take at least 2 hours? Any idea, or suggestion, to debug which files or […]
I setup a Magento 2.4.5-p1 to save media folder to S3 Bucket. Everythin worked as expected with product images. After this I install a theme that includes a Frontend-Builder. This theme reads and writes some assets from/to media folder. When I try to open the theme settings in configuration returns […]
I have created product group with attributes programaticaly (using InstallData). i need to hide label, allow add to card, disclose product price fields when i disable enable toggle button. without page reloading. how can i do it.
How can i add new parameter to an API for example /V1/customers for register a new atribute phone for example.