We’re going to show you how to create a Vue Storefront Module, we’ll ease you in by creating a small module that wraps a customer messaging platform called Intercom. Modules in Vue Storefront Vue Storefront prefers to have features and functionality split up into “modules”. Each module contains the code & assets required to handle […]
This article will show how you can integrate existing Vue components into your Vue Storefront project. For this example the component we will be adding will be an alternative quantity input. Note: This assumes you have created a new theme within your project. If you’re unfamiliar with how to do this check out this article […]
In order to make any changes within a Vue Storefront project it is advised that you create your own theme. You are able to copy the default theme and inherit the existing styles or copy a blank theme in which you have to create all styles from scratch. For the purposes of this we will […]
We’ve been working with the Vue Storefront project for around a year now and have seen the project grow incredibly quickly. For the last 3-4 months the focus has been on stability and developer experience and the project is going from strength to strength. So we’re excited to announce we’re hosting the 8th official Vue […]
As Wordpress is still one of the most popular platforms for content we thought it would be useful to show how it’s possible to write a small module in Vue Storefront that pulled through your blog categories and posts into your VSF store.
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 […]