If you are looking at your Layout XML when trying to debug missing blocks for example, you may see the attribute ignore=”1″ being assigned to chunks of XML. These are set when some module or other is using the remove syntax to remove a block. For example I have just had some issues with Fontis [...]
Archive: attribute
Posts Tagged ‘attribute’
These two Magento functions looks more like there is no obvious difference between them, but there is. addAttributeToFilter(‘some_attribute1′,’attribute_value’) filters a Magento entity collection (e.g Products, categories) by only selecting entities that has ‘some_attribute’ equal to ‘attribute_value’ while addAttributeToSelect(‘some_attribute2′) tells Magento to return add ‘some_attributes’ to the set of properties that would be returned for a [...]
I wonder how I could add this custom made size attribute where customer can enter the respective measurements. Another example is lightinthebox (dot) com magento custom made size attribute as in dressesshop(dot)com Possibly Related Posts: magento javascript skin path admin vs frontend in layout Magento extension settings Magento : CRON cannot reindex products Magento 1.6.2 [...]
I am trying to set up tiered pricing for particular customer groups. I have set up the group, assigned a customer to it and created a tier price in the product. When I login using the account I created, I do not see the tier price. Is there any setting in the attribute Tier Price [...]
I have created a multi-website store in Magento with a custom attribute called Bar-code which is visible on product view page. I just want to display this Bar-code attribute on a single website not on all the websites or web store. How can I do it? Magento Custom Attribute Possibly Related Posts: magento javascript skin [...]
How can I enable the WYSIWYG editor for a custom attribute (not disimilar to short description and description) in Magento (CE 1.6.1.0)? I’ve found documentation showing that it should be inbetween the ‘position’ and ‘allow HTML tags on frontend’ fields under ‘frontend properties’ in the attribute settings, but there isn’t anything there? Thanks. Enable WYSIWYG [...]
I am trying to add new values to attribute option in magento using a script to speed up the process since I have over 2,000 manufactuers Add new values to a attribute option in magento Possibly Related Posts: magento javascript skin path admin vs frontend in layout Magento extension settings Magento : CRON cannot reindex [...]
How to create custom attribute source type? 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 Magento Expert India – Hire Expert Magento Developers & Designers
i’m trying to add some custom attributes to the checkout(sales) page of magento 1.5.1.0 for orders created from the backend (administrator) panel. I tried this code and i can see my new attribute in the eav_attribute table, but i can’t see my new attribute when i make an order from the backend. What am i [...]
This is driving me mad… I have an attribute that I want to show on the category page complete with what the locale-ized label for that would be. Now, I know how to get an attribute to show up in the first place, just not get the code for it. By way of illustration, I [...]