the code that i have done shows all categories in a list but hirarchey form.xml <!-- drop down --> <field name="admin_category_form_field"> <argument name="data" xsi:type="array"> <item name="options" xsi:type="object">FSDCategoryBannerModelCategory</item> <item name="config" xsi:type="array"> <item name="dataType" xsi:type="string">text</item> <item name="label" translate="true" xsi:type="string">Category</item> <item name="component" xsi:type="string">Magento_Ui/js/form/element/ui-select</item> <item name="elementTmpl" xsi:type="string">ui/grid/filters/elements/ui-select</item> <item name="formElement" xsi:type="string">select</item> <item name="filterOptions" xsi:type="boolean">true</item> <item […]
Yearly Archives: 2022
Good morning, after upgrading magento to version 2.4.3-p1 from 2.4.2-p1 I noticed that prices formatted using javascript priceUtils.formatPrice are 0: that function always returns 0,00 €. The same thing happens in cart page where the prices in the cart summary section are shown as 0.00 €, those in the product […]
i have fetched the all the categories in drop thorugh ui component but i dont know how to give it a look of a parent child drop down can any one help by updating my code? category_banner_form.xml <!-- drop down --> <field name="admin_category_form_field"> <argument name="data" xsi:type="array"> <item name="options" xsi:type="object">FSDCategoryBannerModelCategory</item> <item […]
I’m having trouble implementing the deploy strategy described in e.g. https://info2.magento.com/rs/585-GGD-959/images/The%20New%20Magento%202.2%20Deployment%20Capabilities%20%26%20Patterns.pdf I build a docker image ready to be deployed as shown on pages 8 or 9 of the document, using a fresh magento + composer.json + own modules + own themes + env.php + config.php + an initial sql […]
In order to check some details about the data feed, I duplicated the live data feed and generated it after editing the duplicate feed to allow for only one SKU. But it didn’t generate the feed at all. Below is the screenshot of what followed after I clicked generate.
Linked Figure I have a network setup as outlined in the linked figure above. I have a 4 NIC Linux CentOS 7 server with eth0 connected to another Linux CentOS 7 server (UUT in the diagram and ip addr 192.168.123) and eth1 connected to an unmanaged switch. eth0 is also […]
I am trying to get profile information for reporting purposes, on our project management teams. Specifically I want their work number, to enable commnication. I get the feeling I don’t understand Active Directory. So I can easily read our Active directory with it’s 10’s of thousands of users. I just […]
I have a dual-boot machine with Windows 11 and PopOS! Every time I restart or power down/up new options keep appearing in my boot menu. Boot menu looks like this: What are those options? Selecting them just boots up PopOS! (it’s boot partion is partition 5 I think) How do […]
I’m trying to setup an external USB HD (2TB) with Bitlocker (Win10 21H2). Bitlocker stays at 99.9% when I try to encrypt the drive (just the “used data”, not the whole drive). It doesn’t matter if the drive contains data or was just formatted. I tried to encrypt the whole […]