Attribute value in Magento
Some useful function for managing attribute values in Magento.
Some useful function for managing attribute values in Magento.
Last time I mentioned Magento attributes, how to create them from model. Ok – but examples was quite simple. This time a little more explanation.
You can grab all existing categories in Magento to array, here is quick example:
You can create Magento config settings using XML files, or… do this directly from model. Here is example:
All links in Magento should be generated via url model. Here is simple examples working in backend.