Magento
Magento Batch Adding Attributes to Attribute Sets
I have a Magento installation, with around 60 attribute sets. I needed to add a new attribute, and then add it to all the attribute sets. Doing this manually would take ages, and there didn’t seem to be a way of doing it through the API. I therefore created a PHP script to [...]
Magento FCKEditor Product Validation
Implementing WYSIWYG editing is fairly straightforward in Magento using either TinyMCE or FCKEditor. However, a known issue means that TinyMCE doesn’t work within the CMS section. So FCKEditor is the only real option at the moment.
There is however one issue to sort out. The product description field is mandatory; when you enter text into this [...]
Magento Migration
As with most things Magento, it isn’t too straightforward moving an installation from one domain to another.
I have provided this post as an outline on how to approach migrating your Magento installation.
Magento Language Localisation
Magento is very much geared to users in the US. Although I like Magento, documentation is still a bit lacking, and it is a bit of a chore to find out how to do things which many would consider straight forward or fundamental to get a site working. One such task is to [...]