How could I get Attribute model (from: eav_attribute table) by attribute_co开发者_如何学Cde in Magento?
I am a novice in magento but am trying to learn it in the least possible time. I Was going through: http://alanstorm.com/layouts_blocks_and_templates which says:
I\'ve been trying to make Magento support some french characters but haven\'t got any success so far.
I got a problem about magento bundle products here. The price won\'t get updated everytime I make come options change on the products. And I also can\'t add it to the cart. I\'ve spent开发者_运维知识库
I am trying to change the product thumbnails in Magento. I am looking at this line in /app/design/frontend/default/THEME/layout/catalog.xml:
I using Magento Community Edition v1.5. By default all sub categories appear one after the other (1 column) under main category on mouse over e.g Main category is Apparel, Sub category will display
All stock magento modules have URL path in backend which has \'admin\' (by default) part. However I was not able to achieve that for a custom modu开发者_C百科le. Is this not possible or done on a purp
I have created a custom order total that gives a discount in certain situations. The grand total always comes out correct, however the sales tax calculation is not taking my discount into account when
I\'m currently trying to implement Magmi on our Magento setup but getting the following errors on the first Magmi page, this is just going to the first page and not running anything yet (obviously dir
I have successfully installed an EAV attribute by doing $installer->addAttribute(\'order\', \'field\', etc).I also successfully run an observer when the order is saved on the sales_order_save_befor