Monthly Archives: September 2016

Setting up SSL Certificate on Amazon AWS Instance with nginx server

Setting up an SSL Certificate on an Amazon AWS Instance with the nginx server is a pretty straight forward procedure but unfortunately there aren’t many resources/guides available online which you as an admin can use, to go about it. In … Read More »

Tagged |

Magento Tips & Tricks – Order review after PayPal payment submission

When using PayPal Express as the payment method in your Magento store, if you want customers to be able to review their order before they actually complete the checkout process, here’s how you can do so. Since PayPal Express Checkout, … Read More »

Tagged |

Magento Tips & Tricks – How to temporarily block order related emails being sent to customers

As a Magento admin, you must have come across situations where you had to perform a maintenance update or needed to make some backend adjustments to your Magento web store, and wanted to ensure that no emails were sent out … Read More »

Tagged |

Magento Tips & Tricks – How to share users across Multiple Stores

When you have more than one store setup on Magento (i.e. you are using Magento in multi-store mode), the next thing you may want to implement is a shared customer base across all your stores, so users registered on one … Read More »

Tagged |

How To Override Default Admin Theme In Magento

Hi guys, In this post I’ll show you how to create a theme for the admin panel and override the default admin panel’s theme. When you have to create a lot of custom modules for the admin section, it is … Read More »

Tagged |

Introduction to Messages Framework and Sticker Pack Application

Hello guys, As you all know that apple has introduced brand new framework for creating iMessage applications for Messages app. Today I will try to make you understand how these apps work and how we can create a very simple … Read More »

Tagged |

Software Design Practices for Unity3D based Development (Part2)

Hi guys, This is a continuation of my previous blog post titled ‘Software Design Practices for Unity3D based Development’. In this post we’ll discuss some of the best practices you should follow when creating your app’s architecture in Unity 3D. … Read More »

Tagged |