How to hide price from non-logged in users / guest users.

In this blog post, we will see how to hide price from non-logged in users / guest users.

Many a times in an ecommerce website, we do not wish the guest users to know the price of the catalog products. The solution to this problem is rather easy. What we just need to do is first of all figure out where the product prices are shown. Then hide them from guest users.
Read this full

Add wysiwyg editor in Magento Custom Module

In this blog post, we will see how to add wysiwyg editor in magento admin forms.

This is very and well known problem for every magento developer. So here is a simple solution for this problem Step by step explained.
We need create a magento module for this purpose, but it is not necessary.
Read this full

Magento Multiple Website Store – Login

In this tutorial, we will see how to setup common login in a magento multiple website setup.

Problem Case:

The problem we are trying to solve here is, suppose you have multiple magento website setup on different domains on the same magento instance, and you want that if a customer login’s on any one our your site he is gets logged into all other sites as well. Read this full

Useful Code Snippets

In this blog, i will share some advanced useful code snippets which come into use when developing custom modules

Read this full

Create Custom Payment Method – API Based

In this tutorial, we will see how to create payment method in magento which is api based. API based means, we will directly integrate authorize, capture, refund etc with the payment gateway using the gateway api’s.

Read this full