Description
Details
Standard Magento doesn't has feature to Manage Category Attributes. Many times Vendor need some custom Category attributes like Category Subtitle, Category Short Description etc so our solution helps Vendors to deal with this problem. Below are main features of the extension
- To create Category Attributes of Select, Multi Select, Text, Date and Yes/No Type
- Category Attribute Group
- To associate Category Attributes with the appropriate Category Group
Reviews
- Great extension, great supportReview by tejaC
-
Quality Price Value - Works perfekt / Great SupportReview by r_kop_sche
-
Quality Price Value
The Problem was solved in some hours.
Great SUPPORT
Thanks :)
Ralph - very good extensionReview by geors
-
Quality Price Value - Superb ExtensionReview by rm2q
-
Quality Price Value - Not bad extensionReview by Wingly
-
Quality Price Value
<?php echo Mage::getModel('catalog/layer')->getCurrentCategory()->getYourAttributeCode(); ?>
Where YourAttributeCode - is the code of your attribute.
so if the code of your attribute is "my_attribute"
then the resutl should look like this:
<?php echo Mage::getModel('catalog/layer')->getCurrentCategory()->getYourAttributeCode(); ?>
if the code of your attribute is "myattribute"
then the resutl should be like this:
<?php echo Mage::getModel('catalog/layer')->getCurrentCategory()->getMyattribute(); ?>