Google Address Autocomplete Implementation through JS

Google Address Autocomplete Implementation through JS

This blog post quickly explains you how you can implement google address autocomplete on any form using mere JavaScript. You will need to generate the API key from google cloud console and enable the Places API. In addition to activate the API key you will need to add the billing details to your cloud console. Here is the link that explains how you can generate the Google’s Places API key. Now let’s look into the code that you need on…

Read More Read More

10 ways to improve sales of your eCommerce store

10 ways to improve sales of your eCommerce store

In this blog post I am going to list and explain 10 ways to improve the sales of your eCommerce store. These tips are applicable for shopify as well as other eCommerce platforms. The ultimate goal of every eCommerce venture is to improve the conversion hence generating more profits. But the path to the success is not so easy. It takes lots of hard work, expertise and continuous effort in achieving that. I am going to discuss 10 most important…

Read More Read More

9 ways to improve site speed and performance

9 ways to improve site speed and performance

The major factor that help to improve the conversion/sales of your eCommerce store is the speed of your website. This means how fast your site loads on customers browser. Online customers are very impatient and doesn’t want to wait if the site is loading slow. So the key is to improve the site speed and performance. There are lots of factors that affect the page speed, which I thought required a separate blog post. But before working on the performance…

Read More Read More

Access Shopify Asset API from rails App

Access Shopify Asset API from rails App

Hey Fellas!! This post is a part of shopify app development in rails and accessing shopify asset API from your rails app. You may be aware that shopify let’s you access the assets of your shopify store which could be read and modified from your app. Shopify asset API lets you access the store theme and its liquid files. You can programatically add new liquid files and also modify the existing files. I came across this requirement but didn’t find…

Read More Read More

Powering shopify with addition of extended feature (Part I)

Powering shopify with addition of extended feature (Part I)

Hey!! fellas, If you are currently starting to work or have been working with shopify, you may be pretty well aware about the limitations of shopify. Shopify just allows us to modify their template and do basic functioning. But there are lots of features and processing that an e-commerce store require which shopify doesn’t provide by default. So basically shopify doesn’t provide us the flexibility to do server side programming or processing. We are bounded to the frontend data manipulation…

Read More Read More

AJAX form submit with default magento 2 form validation

AJAX form submit with default magento 2 form validation

Hey guys, I have returned back to you with another simple yet used in day to day magento 2 development task i.e submitting the forms using AJAX with default magento 2 form validation. Actually achieving both individually i.e either normal AJAX form submission or using default magento 2 form validation is quite easy. You can refer validating a custom form in Magento2, to see how validation works in magento2. But there are many times down the road, you may need…

Read More Read More

Managing brands on Magento by categories and attributes

Managing brands on Magento by categories and attributes

Managing brands on Magento by categories and attributes Hey guys, Another great day with a great and easy tutorial on how to manage brands on Magento store. Every E-commerce store showcase their product brands and you may need those brands on your main menu and also in your product listing page you will surely needs to filter your products based on those brands. So today we will see how we could achieve both of the above requirement in a simple…

Read More Read More

Create a separate “On sale” product listing page Magento

Create a separate “On sale” product listing page Magento

This post provides the most effective way to create a separate “On sale” product listing page with the design which includes layered navigation and list toolbar too.   This is the common requirement on most of the magento stores and you may have spent lot of your time roaming around the internet for a working solution and I think you may not have found the way to achieve your requirement. Most of the tutorials gives the way to list the…

Read More Read More

Integrate Fedex in your Magento store

Integrate Fedex in your Magento store

Hello guys, In the phase of developing Magento websites we may come to a point where we need to integrate Fedex shipping method in our magento store. But this may be very irritating sometimes if it doesn’t work as we expected.Here i will discuss some points that are not discussed elsewhere but is very important and pretty common mistakes that we do. There are few documentation and support on this topic, and most of them doesn’t discuss the problems that…

Read More Read More

Tips for overwriting the magento core files

Tips for overwriting the magento core files

In this tutorial i will go through the process of overwriting the magneto core and community files to your local folder. As we all know it is the first thing that we all learn while working in magento is “Don’t Ever Modify The Core Files“. This statement is very true because it creates problem if we need to upgrade to another version and also to find out the modified files. That’s why we override the core modules to our local…

Read More Read More