If you visit my profile on GitHub, you’ll notice that it contains images, social network links, some GitHub statistics and links to my blogs, which makes the GitHub profile stand out. This is possible through the GitHub profile README feature. In this article, we’ll learn how to create a GitHub […]
Daily Archives: January 28, 2022
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 […]
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 […]