Skip to content

magento man

Not Display Product Name in the Email template?

module.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd”> <module name=”Magetrend_Custom” schema_version=”2.0.0″ setup_version=”2.0.0″> <sequence> <module name=”Magetrend_Email”/> </sequence> </module> </config> registration.php <?php MagentoFrameworkComponentComponentRegistrar::register( MagentoFrameworkComponentComponentRegistrar::MODULE, ‘Magetrend_Custom’, __DIR__ ); event file C:xampphtdocsmyshopappcodeMagetrendCustometc events.xml <?xml version=”1.0″?> <config xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:Event/etc/events.xsd”> <event name=”magetrend_email_collect_additional_vars”> <observer name=”mtemail_custom_var” instance=”MagetrendCustomObserverCustomVar”/> </event> </config> observer… Read More »Not Display Product Name in the Email template?

New extended theme from luma doesnt show style-l or style-m css

I have created the registration.php, theme.xml,composer.json in app/design/frontend/myvendorname/themename_theme/ and _extends.less in app/design/frontend/myvendorname/themename_theme/web/css/source. Ran the following commands rm -r /home/magento/pub/static/* /home/magento/var/view_preprocessed/* /home/magento/var/cache/* cp /root/.htaccess /home/magento/pub/static/ #re-copying htaccess above to static folder just in case it got lost magento cache:flush magento setup:static-content:deploy… Read More »New extended theme from luma doesnt show style-l or style-m css

Configurable & Simple Product associations lost. When trying to “re-associate” manually, I get an error in the backend for some of the products

In Magento 2.4.5, the shop “lost” somehow some associations from configurable to simple product. These simple products are no longer associated with their parent configurable product. The share the same SKU prefix. I can find them with “Add Products Manually”… Read More »Configurable & Simple Product associations lost. When trying to “re-associate” manually, I get an error in the backend for some of the products

Broken layout XML LUMA CE2.4.6-p2

Broken layout XML files after installing Magento 2.4.6 on Ubuntu 22.04 Nginx, PHP 8.1. domain: kiqlik.com Looks all good in the front… /var/www/html/2.4.6-p2$ cd /var/www/html/2.4.6-p2/var/log deborah@webserver-magento-poc:/var/www/html/2.4.6-p2/var/log$ tail -f system.log [2023-11-24T22:32:49.257513+00:00] main.INFO: Broken reference: the ‘page.actions.toolbar’ tries to reorder itself towards… Read More »Broken layout XML LUMA CE2.4.6-p2