Please how do i upgrade my website from Magento 1.5.1.0 to Magento 2.3x Detailed steps of how to go about it will be appreciated
Blog
We are creating an API to sell our giftcodes to a partner in M2 enterprise edition. The partner will have functionalities like: To have Store Credit Can buy giftcodes View buy history We cannot use customer token or admin token to give access as this will cause security issue (if […]
This laptop is now running Linux Mint Xfce. Did have Ubuntu 18 on it. I was told Mint would use less resources. Well the laptop takes forever to just boot up. Seems like the drive is having trouble. Ubuntu started showing errors when booting but eventually completed. The drive is […]
I am looking to do some internal laptop mods and want to know if this mini pcie to usb 3 or mini pcie to sata raid controller will work in the slot (pictures of slot and cards below) Mini pcie to sata: https://www.amazon.com/GLOTRENDS-MiniPCIE-Adapter-Chipset-Devices/dp/B07N3B4WJV/ref=sr_1_3?keywords=mini+pcie+to+sata&qid=1572813538&sr=8-3 Mini pcie to usb 3:https://www.amazon.com/Mini-adapter-converter-USB3-0-Express/dp/B07BJ45JXD Dell precision […]
on my Synology station I have a huge photo archive with the following structure: /volume1/photo/2019/ +--January +--@eaDir (hidden folder) +--001.jpg (folder) +-- THUMB.jpg +--002.jpg (folder) +-- THUMB.jpg +--001.jpg (image file) +--002.jpg (image file) I want to copy the thumbnails (not the actual images) to a different volume but keep the […]
Recently a friend of mine told me that all of a sudden Wifi had stopped functioning on her Asus X541U laptop. She gave the computer for me to fix and for the past couple of days I have tried diagnosing what the issue is. I have tried many different solutions […]
I have a folder shared from a server (192.168.2.1) that is not on the domain. Let’s call that \192.168.2.1PropDocsLib. I want to access that shared folder from a dot.net program running under IIS on a different server (newwebserver) that is on the domain. I can access that share if I […]
I’m trying to have two different pages with login and “create new account” forms. One is for normal accreditation and the other should be used as a special landing page. The first idea I’ve had was to create a new module, copying the Magento core customer module. That would bring […]
I created an Observer that makes some execution based on the company needs using event sales_order_shipment_save_after. It does everything I need except changing the order status to a specific. I both using Magento setState/setStatus and running an SQL update script directly, but none won´t make the change. I looked for […]