I need to display a custom customer field at form_additional_info position in the edit.phtml template. The default edit.phml contains this instruction: <?= $block->getChildHtml('form_additional_info') ?> So, in my custom customer_account_edit.xml file I had: <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <body> <referenceBlock name="customer_edit"> <block class="MagentoFrameworkViewElementTemplate" name="form_additional_info" template="Vendor_Core::customer/additionalinfocustomer.phtml"/> </referenceBlock> </body> </page> however, my custom template is […]
Daily Archives: July 24, 2021
I have create one popup. In popup get configurable product collection and it working fine. But i have faced one issue. In configurable products collection configurable product options not showing. Like Color and Size. So how to show configurable product options html in popup. Please Help me. THANKS.
It seems like we’re having CRON issues, I usually check it via this command below. ./n98-magerun2.phar sys:cron:history How could I check it more precisely?
I’m trying to join the tier price table to the getLoadedProductCollection () collection located in the list.phtml file. What I would like to do is filter the products in the current category by tier price like so: $joinConditions = 'e.entity_id = tier.entity_id'; $_productCollection = $block->getLoadedProductCollection(); $_productCollection->getSelect()->join( 'catalog_product_entity_tier_price as tier', $joinConditions […]
I’m new to web development with Magento. Unfortunately, I’ve run into an issue with the page builder. Any advice would be appreciated. I’ve attempted to create a new element following the example provided here and the Text element that comes out of the box. However, when I attempt to add […]
On my machine (Windows 10), I have one Administrative user and one standard user. I launch chrome on my Administrative user account. I then lock my account and log into my standard user account. I then run cmd as Administrator and am prompted with UAC. When I launch chrome (start […]
I got an unused server from my office. Set up my server with windows server 2019 with IIS 10 and running Ubuntu 20.04 on VMWare Player 16 and set the network mode to Bridge network. Say, my windows server IP address running IIS is 192.168.100.188 running WordPress, and my VMWare […]
I wanted to add custom RGB lighting behind my monitor, and control it with a microcontroller. Circumnavigating the monitor required 44 LEDs from a WS2812B strip. The power requirements were ~2.65A @ 5V (3 channels * 20mA/channel * 44 LEDs), so this couldn’t be powered this from USB alone. I […]
I have a 650mb/s connection from virgin media, which is mostly working fine, I get anywhere up to 600-650mb/s on every device I I own (samsing s20, iphone 11, 2 macbook pros) except for my Windows 10 PC. Now I will say, I only have a 300mb/s capable card, so […]