0

Remove check from phone field in magento

Open table “eav_attribute” set “is_required = 0, for the attribute_code “telephone” Open files billin.phtml and shipping.phtml both will be located in “app\design\frontend\yourtheme\default\template\checkout\onepage” Now open Abstract.php located at “app\code\core\Mage\Customer\Model\Address” and comment on following lines Share...

Create sub domains on apache localhost. 0

Create sub domains on apache localhost.

Today I will tell you how to create sub domains on your localhost system using apache. It’s very easy just need to follow few steps. Decide sub domains that you want to create. I...

PSD Free Templates for Websites 5

PSD Free Templates for Websites

Website design is very tough for beginners as well as for advance designers when they need urgent designed templates and they aren’t get any quick ideas to start designing. Here are few readymade free...

Add menu item programmatically in WordPress 0

How to check post has thumbnail or not?

You can check that post has thumbnail or not by using following conditions {code type=codetype} If(has_post_thumbnail()){ // some code here }else{ // else code here } [/php] Share this…FacebookPinterestTwitterLinkedinTumblr