For two days I have been trying to add new customer attribute to the magento database. But it isn\'t working. I added a simple nickname input field to the register.phtml and edit.phtml following this
I\'m trying to do something that would seem simple but just doesn\'t work I\'m running Magento 1.5.1. I would like to show on the product page all the items that have the same attribute set as the ori
I would like to retrieve the following data via MySQL for each store, so that I can build a data开发者_运维技巧 structure in my PHP code:
Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Im working on Magento latest version .The store is for UK ,I need to add country like Manchester, London, Yorkshire etc..This should show in the shipping setting when I select UK from the dropdown viz
I am trying to get attribute set name in Magento product view template. I can get attribute value by $_product->getAttributeText(\'a开发者_开发知识库ttribute\'), but how do I get attribute set name
I\'m building a Magento store and want to be able to display a list of categories and have each category link t开发者_运维知识库o its own page.