How to get secure url in Magento

Posted by Damodar Bashyal on September 05, 2014

 

magento get secure base url

How do you get secure or unsecure urls in magento? It's quite simple actually. We discussed about getting different base url types in previous blog post here - [Magento get base url].

Now we will show you how to get secure urls in magento. So in previous post we got base url as:

More»

Magento add your own CMS Directive to include your custom template tag

Posted by Damodar Bashyal on July 15, 2014

 

This post details on how I was able to add new template tag on Magento Cms pages and static blocks. If you want to know more about these directives and template tags, you can check official magento wiki here.

I have already added this functionality and example on my github repository here https://github.com/dbashyal/Magento-General-Module-Extension. This module consists of other functionalities, so check code and strip out that you don't need it.

More»

How to pull new product image in magento for hover image in product list page

Posted by Damodar Bashyal on May 28, 2014

 

Lets create new image attribute first at: magento admin > Catalog > Attributes > Manage Attributes > Add New Attribute

Set Attribute Properties as below:

More»