From my phone at work I can export a label.xml file that contains printable button labels for the phone. When I double click it in Windows Explorer, it opens in MS Edge though. Only via Right Click > Open With > Word I can get it to open in Word […]
Monthly Archives: December 2024
I’m running the following script in Powershell: start powershell @' $Host.UI.RawUI.BackgroundColor = "red" $Host.UI.RawUI.ForegroundColor = "black" [console]::WindowWidth=100; [console]::WindowHeight=30; Clear-Host cd application1backend npm run start '@ start powershell @' $Host.UI.RawUI.BackgroundColor = "blue" $Host.UI.RawUI.ForegroundColor = "white" [console]::WindowWidth=100; [console]::WindowHeight=30; Clear-Host cd application2backend npm run start '@ start powershell @' $Host.UI.RawUI.BackgroundColor = "yellow" $Host.UI.RawUI.ForegroundColor […]
I recently purchased a second-hand Samsung Book 4 Pro, but unfortunately, it is BIOS-locked. When I turn it on, I’m prompted to scan a QR code, which generates a 24-digit code. I tried using the website https://www.biosbug.com/, but they don’t seem to support a 24-digit code.
I need to edit titles, meta descriptions, etc. for my products, but there is no “Search Engine Optimization” section under the products. It shows up under Categories and other pages, but not products. Catalog>Products>Edit brings me to the page where it should be, but it is not there. There is […]
Magento 2.4.6 // vendor/module-user-access-control-admin-ui/view/adminhtml/ui_component/customer_form.xml <form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> <fieldset name="test_control"> <!-- Profile field --> <field name="profile" formElement="select" component="Vendor_UserAccessControlAdminUi/js/form/element/profile"> <argument name="data" xsi:type="array"> <item name="config" xsi:type="array"> <item name="filterOptions" xsi:type="boolean">false</item> <item name="multiple" xsi:type="boolean">false</item> </item> </argument> <settings> <label translate="true">Access profile</label> <elementTmpl>Vendor_UserAccessControlAdminUi/form/element/profile</elementTmpl> </settings> </field> <field formElement="checkbox" name="is_profile"> <settings> <dataType>boolean</dataType> <dataScope>is_profile</dataScope> <label translate="true">Is Profile</label> <notice translate="true">Check this […]
I’m trying to create a custom dropdown for the size swatch of configurable products. I was getting an error on my iPhone which doesn’t show the size attribute on mobile so I was converting the size swatch to a phtml file rather than javascript, some developers already created the custom […]
On specific categories (not all of them), when switching between store views for products, I am getting 403 Forbidden (Nginx). This only happens for products, not categories. Following the debugging process, I found out that the problem comes from the “uenc” parameter (vendor/magento/module-store/App/Response/Redirect.php > _getUrl() method) which is not returning […]
i want to make search like below image in Magento2 please guide me When we click All button on left of the input field , it will list categories we can use feature like search in category
I would like to have this python script modified for our company PHP header comments. I’m not familiar at all with python. The script is on this question a previous user asked: Notepad++ : modify document on Save This is an example of our PHP header comment section: /* @description […]