One of the coolest things in Magento, is the ability to call a static block within a CMS page. Here is how you can do just that. FOLLO...
One of the coolest things in Magento, is the ability to call a static block within a CMS page. Here is how you can do just that. FOLLO...
Opening your hint path, you will be missed lead to think you will find the html table tags in side cart.phtml .../template/checkout...
Magento is a very big system, so sometimes things might not work as you would expect. here is a little trick you need to use before usin...
Open your local.xml file and paste the code below, depending on which template you wish to switch to, just edit 1columnphtml > 2column...
Its always a good idea to keep your checkout page clean, so I thought I should share this new trend with you. The onepage or onestep c...
So today I was trying to customise the nav bar of my Magento store, just like any other front end developer, I turned on my template hin...
If you would like to show your users the discount percentage, on both your product list and product view, simply use the scripts below. ...
Use the php code below to get current category name, sadly it only works on certain template files, namely the product view and product...
Sometimes it is not easy to move template blocks around your Magento store using local.xml, so here is a short code that can help you ac...
Here is a short php code to help you display Static Block that you created on your Magento Admin panel. <?php echo $this -> get...
In most cases, you may want to run a promotion, which might require you to add custom styling sheet and javascripts files that do not ne...