SilverStripe: Group Items in CMS
click here for the original website
This is a collection of all those little and large genius moments you get. You know what I'm talking about, when you've spent hours searching the internet for a solution, but no one quite knows the while answer. Then you crack it and feel like you've accomplished lifting a mountain from your path.
Go to the link below to get a hold of it and some instructions.
click here for the original website
Use this bit of code see what the language is
$language_settings = Mage::app()->getStore()->getCode();this is the phrase I googled for: "magento setup multiple currency shop"
click here for the original websiteMagento - Free Modules
An article post that contains free magento modules.
In order to put your Magento site into maintenance mode, put a file called "maintenance.flag" in the sites' root directory
click here for the original website
First you define the attribute in the back end as per normal. Login to the admin section, Catalog/Attributes/etc.
Then you have add a snippet of code in the template you want the attribute to appear in.
<'remove this quote'?=$_product->getHERE() ?>
Where 'HERE' is your attributes id.
click here for the original website