Motivation In this article we want to share the experience of developing the Paypal payment module for the Vue Storefront project (VSF). PayPay is a very popular payment method that we’re going to be using on nearly all of our site builds so we decided to help start this integration. Development In the first […]
I thought I’d share some tips to dealing with the issue of the Magento 1.9 cache folder containing too many files. After investigating a new site I found over 300,000 files present in the var/session folder. This happens due to the php’s config session.gc_maxlifetime value and similar config being incorrectly set, which that causes PHP’s […]
Step one: Before we do anything – go ahead and backup your store, we’ll need to backup the codebase and the database, this should be a smooth upgrade but you never know (it is Magento afterall…) You’ll be thankful that you can revert back to a working version of your magento store easily if something […]