Author: websourceblog
How to remove Tax and Shipping estimate block from Magento Cart?
Want to remove tax and shipping estimate block from your theme? In your theme layout there will be a file named “checkout.xml”. In this file comment or remove following line. If your theme’s layout...
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...
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]
