Proper way to get $block->getChildHtml inside the custom phtml file

I want to add default wishlist sidebar section into my Magento_Theme template, Layout xml file file: ​ <referenceBlock name=”header.panel”> <block class=”MagentoFrameworkViewElementTemplate” name=”mylocation.block” template=”Magento_Theme::location_link.phtml” after=”-“> <!– Wishlist sidebar section –> <block class=”MagentoWishlistBlockCustomerSidebar” name=”wishlist_sidebar” as=”wishlist” template=”Magento_Wishlist::sidebar.phtml”/> </block> </referenceBlock> FYI : The following code coming from core vendormagentomodule-wishlistviewfrontendtemplatessidebar.phtml <!– Wishlist sidebar section –> <block class=”MagentoWishlistBlockCustomerSidebar” name=”wishlist_sidebar” as=”wishlist” template=”Magento_Wishlist::sidebar.phtml”/> …

Research on chatbots for eCommerce – Request

I’m leading the SOM research team at the Open University of Catalonia (Spain). As part of our research around chatbots and conversational user interfaces, we want to study the main reasons why companies are not using (more) chatbots as part of their eCommerce strategy. In particular, we want to understand what is stopping them from …

Proper way to use block into my custom phtml file?

I want to show my wishlist sidebar section into my custom phtml file What is the proper way to achieve this, <referenceContainer name=”sidebar.additional”> <block class=”MagentoWishlistBlockCustomerSidebar” name=”wishlist_sidebar_c” as=”wishlistc” template=”Magento_Wishlist::sidebar.phtml”/> </referenceContainer> path: vendormagentomodule-wishlistviewfrontendtemplatessidebar.phtml Block : MagentoMultipleWishlistBlockCustomerSidebarInterceptor submitted by /u/aveeva7 [link] [comments]

Am I ready to give the associate developer (professional) exam?

I have 2 years of Magento2 development experience. I purchased Switftotter practice tests. On the first set I got a very low score – 57%. I found that I don’t know about certain concepts such as db_schema.xml and data patches. So I studied it and took the test with second set(new set of questions) and …

How to rewrite the third-party module template files from my custom module using Preference?

I am rewriting the model file using preference in a custom module, <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:ObjectManager/etc/config.xsd”> <preference for=”MagefanBlogModelPost” type=”ManciniMagefanBlogModelMagefanPost” /> </config> Same how to rewriting viewfrontendtemplates and CSS using preference in a custom module? submitted by /u/aveeva7 [link] [comments]

Product Configurator for Furniture?

Hi, I’m searching for an advanced product configurator for beds (size, color, orientation, side cabinets, accessories) and I understand my requirements are advanced and will need further customization, but I don’t find anything anywhere close to get a start at least. Any suggestions? submitted by /u/Mephala9 [link] [comments]

Storyblok Integration for Magento 2 (Visual Editor)

Hey everyone, We just released an open source module to integrate Storyblok visual editor into Magento 2 e-commerce sites. We weren’t happy with the current state of content editing functionality in Magento and with Magento’s official Page Builder uncertainty of ever coming to open source we decided to give Storyblok a go. It supports features …

shipping e-mail not being sent

I’m having some issues with the shipping e-mail on magento 2.3.3. All the other emails are working properly (like pickup order, confirmations, etc..), only the shipping is not working. I’m using the standard template. Can I have some help with this, please? submitted by /u/kaio_piola [link] [comments]