Simple URL Rewrite Using Magento xml
This method is very useful when creating modules in magento and you want to provide fancy url to your module without using .htaccess rewrites. Read this full
This method is very useful when creating modules in magento and you want to provide fancy url to your module without using .htaccess rewrites. Read this full →
We will first see a very basic version of the payment method i.e it won’t have any payment gateway integration (e.g Cash on Delivery). Next, we will see how to create a little advanced version where we will see how to show a form for the payment method and save the values to database. Read this full →
In both product page and category page we will make the required changes for this. Read this full →
We would be able to add all product types simple,configurable,bundled,grouped, virtual and downloadable from the category page itself. For the products which require options to be selected before adding to cart e.g configurable,bundled etc , a lightbox iframe window will show up showing the options to be selected by user with a ‘Add to Cart’ button. Read this full →
This module is in continuation of 2 blogs written before on removing payment method and removing shipping method only. Read this full →
After success of Magento 1.x, Magento Team in a process of developing Magento 2....
In this blog post, we will see how to hide price from non-logged in users / gues...