Archive: custom attributes

 

Posts Tagged ‘custom attributes’


Using Magento 1.5.0.1, I noticed an interesting bug this afternoon. If you have setup any Date & Time or Time custom attributes, and have made them NOT required, here’s something you may notice: When initially adding the product to the cart, and you leave the Date & Time or Time custom options NOT filled out, [...]



 

This could be easier than I imagine but it’s not coming to me. I have several custom attributes show on each product view page and it works fine but I see no way to sort them. It looks like the attributes comes from additional.phtml <?php foreach ($this->getChildHtmlList() as $_html): ?> <?php echo $_html ?> <?php [...]



 

I’m getting the above error when using an extension that worked on 1.4.1.1. The extension implements custom attributes. I managed to fix one problem, but now when I try to create an order for a customer from the admin, I get the above error. Does anyone know what should be returned by $attribute->getDataModel(); in app/code/core/Mage/Customer/Model/Attribute/Data.php [...]



 

I was doing some debugging, trying to see how a condition for a promotion on the shopping cart was validating attributes when using the product attributes combination. I didn’t understand how Magento was getting custom attribute values from a product, if that custom attribute isn’t added to the quote item product in a config.xml. So [...]



 

How can I get custom attributes in the Magento (version 1.4) category list of products (in list.phtml)? I am trying to edit catalog.xml by adding <action method=”addAttribute”><code>format</code></action> and in list.phtml <?php echo $_product->getAttributeText(‘format’); ?> or <?php echo $_product->getFormat(); ?> But it doesn’t work. How can this be done? How can I get custom Magento attributes [...]



 

I have 4 custom attributes that have been added to the customer account creation/edit form. I also have a template that is basically an exact duplicate of the existing register form. Only difference is that I am using it in another module and the post action is done via ajax. The issue that I am [...]



 

I’m writing an Observer for manage the order’s items, I need to send an email for every order based on some custom attributes. The item object is Mage_Sales_Model_Order_Item and searching around I’ve tried methods like getData(’my_code’), getCustomAttribute, getAttributeText without success. I need to get the category, size, color and some custom attributes… Here my little [...]



 

EM Filter Products Widget is a magento extension, also called as magento widget which allow to show off products from specific conditions, such as featured products, new products, best-selling products, most viewed products, hot products, sale off products, special price products, and so on. It also supports to show off products based on custom attributes [...]



 

I created Attribute Sets with more Grouped attributes inside. In admin, the custom attributes are displayed in groups (tabs) like I created them. But, on the product page, all the attributes are listed together, without displaying the Attribute Group Name before listing the Attributes in that Group. How can I display also the Attribute Group [...]



 

Adding extra fields into categories Custom attributes for categories in Magento | Magento design, development and suport :: sonassi Possibly Related Posts: It’s not a bug. It’s a feature. Extension Magento : Filtre à Sélection Multiple « Eric Kranich News from Byte HQ » Multiple stores in one Magento install OnePica ImageCDN – Magento Connect [...]