We use a combo of color swatches generated by the Magento color picker and image swatches that we upload ourselves. And I am having an impossible time getting our uploaded swatches to behave like the color picker swatches. I have thought I had found the solution in the CSS a […]
Daily Archives: January 13, 2022
Magento beginner here. Currently I am trying to send multiple options for a product attribute via REST api. Since Magento isnt capable of doing this I am trying to override the add function in ProductAttributeOptionManagementInterface I understand that you cannot use preference to override an interface with another interface. So […]
i try to add my custom button to the form, not to the header of form, but after some fields inside fieldset, i found some example here https://devdocs.magento.com/guides/v2.4/ui_comp_guide/components/ui-button.html like this <form> ... <fieldset> ... <button name="custom_button"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="buttonClasses" xsi:type="string">custom-button-class</item> <item name="actions" xsi:type="array"> <item name="0" […]
I need a payment method that allows the uploading of images as a payment method and save those images so that I can later send them to call and the seller can see them. Actually I’m new to magento and I don’t know much, but I’ve already thought the first […]
I have a multistore built with Magento 2.4.I don’t know if does it matter but I also have installed Manadev. I tried to sort the products by price but it’s like I sort them by a random order. When I tried by name it was perfectly fine. After that I […]
Looking for a way to save/have numbered backups using Visual Studio Code – functionality on same lines that emacs supports. I’m refactoring rather complicated set of javascript files. Actions typically involve renaming functions/variables/members etc – standard refactoring. Visual studio code does understand javascript much better than many other editors, but […]
Is there a way to manually move junk mails to junk folder in Thunderbird? I have multiple email accounts configured in Thunderbird with enabled adaptive junk mail controls for each account, enabled “When I mark messages as junk, move them to the account’s junk folder” and enabled “Mark messages determined […]
On Windows Server 2019, my Apache 2.4 service fails to start. The application logs tells me: The Apache service named reported the following error: SSLCertificateFile: Invalid file path C:Certbotlivewww.mydomain.comcert.pem . If I try to start Apache from CMD, it works: C:Apache24binhttpd.exe -t Syntax OK C:Apache24binhttpd.exe runs fine and web site […]
I am connecting with strongswan (IKEv2) from my Debian 11 Computer (“client”, 192.168.0.217) to a network behind a cisco Router (Digitalisierungsbox standard by German Telecom 192.168.0.254). Connection works, I can work on the computers (“server” 192.168.0.100: Windows 10 and Windows server 2012) behind the router via remote desktop. Now I […]