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 »
Monthly Archives: March 2025
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 […]
I’m hoping to achieve a “centered” look and feel to my BetterDiscord (BD) in the way of all channel messages; [not including images?] – there are probably other software like BetterDiscord for same effect of ‘customization’. I’ve asked AI and I know how unreliable the information with it is on […]
This is on a MacBook. When accessing a *.local domain in our company, the URL can be accessed in Firefox – but with a warning to Accept the Risk and Proceed. In Chrome however the message is simply This site can’t be reached - ERR_NAME_NOT_RESOLVED. At best the message seems […]