Does anyone know where I can get an SSD for my Lenovo Yoga 710-14ISK? The drive in it is a LITEON CV3-8D256. I live in Norway, but I welcome tips from all over the world 🙂
Blog
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 »
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 […]
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 […]
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> […]
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