In this blog, we’ll explore why your Magento store needs professional extension services and how they can help you achieve seamless… Continue reading on Medium »
Daily Archives: March 4, 2025
To exceed the competition in the fast-paced eCommerce world, businesses need a robust, scalable, and secure platform. One of the most… Continue reading on Medium »
I am trying to redirect http to https in my Magento 2 store. I added these 2 lines to my htaccess, right after RewriteEngine on. The redirects works, getting a 301 redirect, just as wanted. Problem is, the redirect looks like that: http://www.domain.com 301 Moved Permanently https://www.domain.com/pub/ 200 OK As […]
I’m creating a module in Magento 2 for managing flash sale events. My current goal is to list all the events in an admin grid But nothing is displayed on the page. ./etc/di.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <type name="MagentoFrameworkViewElementUiComponentDataProviderCollectionFactory"> <arguments> <argument name="collections" xsi:type="array"> <item name="flash_sale_event_listing_data_source" xsi:type="string"> TrainingFlashSaleModelResourceModelFlashSaleEventGridCollection </item> </argument> […]
In my magento 2 /customer/account page i have added a button to give the customers the option to change their Email. There is already a button to change password. When i click on “Change Email” button, the page redirects to /customer/account/edit/changeemail/1. The Magento Customer module does not have a block […]
How to do Sales Order Shipment Grid in Magento 2 to change the background color of entire rows where the shipping method is “Free Shipping – Free” ? Advancd thanks for help
I’ve been having some Internet latency issues that mainly affect me when I play online games. To try and figure out when and what is causing it, I’ve created a small latency monitor which monitors the latency by pinging google.com. It does this over a wired connection. Today, when my […]