Mobile users now drive more than half of global online shopping traffic — and if your Magento 2 store isn’t optimized for mobile… Continue reading on Medium »
Daily Archives: November 18, 2025
magento 2 checkut page totals, this dicount applied dropdown is open by default, it should be closed when loades and open when arrow in clicked.
I added a select category in product form but it doesn’t work.After selecting categories and saving the selections are not stored. Please help me with this problem. Maybe i’m missing something someone please give me a more complete description .Thank . file product_form.xml ............................. <?xml version="1.0" encoding="UTF-8"?> <form xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Ui:etc/ui_configuration.xsd"> […]
I am Patrick and a super beginner. my Magento2 admin page shows a 404 error(whoops, our bad…). windows 10, xampp 3.2.4, php 7.3.27, magento 2.4.2., phpmyadmin. and I changed apache port 80 to 8888, 443 to 8889. I put localhost:8888 of course. I installed it with the sample successfully. and […]
Hello and this is my code: $imgURL = 'path/to/my/image.png'; $fileSystem = $objectManager->create('MagentoFrameworkFilesystem'); $mediaPath = $fileSystem->getDirectoryRead(MagentoFrameworkAppFilesystemDirectoryList::MEDIA)->getAbsolutePath(); $product->addImageToMediaGallery($mediaPath.'catalog/product'.$data['thumbnail_image'],['thumbnail', 'swatch'], false, false); $product->setThumbnail($mediaPath.'catalog/product'.$imgURL); $product->save(); What I want to achive, is to assign programmatically an image and set it as a thumbnail. The above code, uploads the image, but it’s role: the thumbnail and […]
I need to create excel file at front-end and need to download bu there is no any reference please help with some solution.
TL;DR A fleet of Dell Precision 5470 laptops is affected by the KB5063878 issue which causes the system drive to disappear at crash time. That means crash dump doesn’t get written to the system drive because it’s not there and dump information gets written to C:pagefile.sys by default. Those dump […]
For multiple GPUs in the last couple of versions the -gpu 0 or -gpu 1 allocation no longer works. Is it possible to fix or get a workaround? Could always run processes in parallel. Thanks