Skip to content

magento man

Magento 2.4.6 is Already in our Porfolio

Great news! Adobe officially launched Magento 2.4.6 on March 14, 2023. This new release promises to bring a host of new features and enhancements to the platform, making it even easier for merchants to run their online stores.

To change or not to change (hosts)

Hi all, I’m having trouble deciding what to do to increase the speed of my main website. After some optimization (Cache, CDN, etc) it g… | Read the rest of https://www.webhostingtalk.com/showthread.php?t=1893557&goto=newpost

Extend Magento Luma theme less

When extending Magento Luma less files in one children theme, what exactly is the name and the complete structure of the “parent” folder (mentioned at https://developer.adobe.com/commerce/frontend-core/guide/css/quickstart/customize-styles/#extend-parent-styles) ? I find the documentation very fuzzy here and I need help with this.… Read More »Extend Magento Luma theme less

Add thumbnail preview for dynamic row field

In magento 2 it is easy to add a Thumbnail column within a listing Ui Component, like so: <listing xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Ui:etc/ui_configuration.xsd”> <columns name=”product_columns” class=”MagentoCatalogUiComponentListingColumns”> <column name=”thumbnail” class=”MagentoCatalogUiComponentListingColumnsThumbnail” component=”Magento_Ui/js/grid/columns/thumbnail” sortOrder=”20″> <settings> <altField>name</altField> <hasPreview>1</hasPreview> <addField>true</addField> <label translate=”true”>Thumbnail</label> <sortable>false</sortable> </settings> </column> </columns> </listing>… Read More »Add thumbnail preview for dynamic row field