Month: January 2016

  • Magento blank sales order view page after SUPEE 7405 patch

    If you applied the SUPEE 7405 patch or upgraded to Magento 1.9.2.3 and suddenly you found out that your sales order pages are blank, then here’s a quick fix. Just copy app/code/core/Mage/Adminhtml/Helper/Sales.php to app/code/local/Mage/Adminhtml/Helper/Sales.php, then open it. Find $links = []; then replace it with $links = array(); then save it. Clear your cache and…

  • Gmail Add another email address you own Authentication failed even if the password is correct

    Gmail Add another email address you own Authentication failed even if the password is correct

    Did you encounter this error even if your password is correct? “Authentication failed. Please check your username/password. [Server response: 534-5.7.14 Please log in via your web browser and 534-5.7.14 then try again. 534-5.7.14 Learn more at 534 5.7.14 https://support.google.com/mail/answer/78754 m3sm2558931lfb.8 – gsmtp code(534) ]” Then you’ve come to the right place.

  • Paypal Online Dashboard Revamped this 2016

    Paypal Online Dashboard Revamped this 2016

    After logging in to Paypal today, I was surprised with the new dashboard design. It now looks modern, but slightly confusing as I’m using to the old design. It’s basically really neat and ergonomic. I somewhat remember the transition from Magento 1.9 to Magento 2.0 admin UI. Now, I just need to get used to…

  • Customers Doing Online Shopping

    Customers Doing Online Shopping

    When you own an online business or offer customers a way to shop for items that you sell through an online portal, you need to have a way for customers to store the items they want. An online shopping cart is an option with several benefits for you as the owner and the customer. Companies…