March 2009
You are browsing the archive for March 2009.
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.
Selenium & TinyMCE
Selenium’s ‘type’ command will not work with forms using TinyMCE for WYSIWYG markup. To test TinyMCE forms, you need to use ‘runScript’ to fire off some JavaScript to set the value.