Archive: magento development

 

Can Magento view/manage our customers by their business name in addition to their contact names to find them easily? It is being used for B2B, so when emails go out they are pulling the customer’s name, instead of the company name which is more appropriate. Is this a global setting? thanks in advance. Magento View [...]



 

in a custom module with admin pages, in the file app\code\local\Namespace\Mymodulw\Block\Myblock\Edit\Tab\Form.php you can add somthing like this $fieldset->addField(‘title’, ‘text’, array( ‘label’ => Mage::helper(‘mymodule’)->__(‘Title’), ‘class’ => ‘required-entry’, ‘required’ => true, ‘name’ => ‘title’, )); this create an input of type text in the edit page, what i’m trying to do is create a new type, then [...]



 

Hi people, When I look at the event (checkout_onepage_controller_success_action) and works, but I can not get the Id of the newly created order. Anyone have any idea?? Use magento-1.4.1.0 Thanks Magento: Obtain Id for order, listening to the event checkout_onepage_controller_success_action Possibly Related Posts: Magento View ‘Company Name’ Instead Of First/Last Name Magento create new field [...]



 

Hello all! Currently am working with magento project.. in which i have stucked on the point .. that is when admin add any subcategory/category by Manage category -> custome design here its gives two option like Active from and Active to.. can anyone, who know about magento database, tell me where or in which table [...]



 

i have a custom admin module, in the edit page i have wysiwyg editor, but in the top of it there is a button (show/hide editor), i don’t want that button, how can i remove it thanks Magento remove (show/hide editor) button in admin module Possibly Related Posts: Magento View ‘Company Name’ Instead Of First/Last [...]



 

Hi, I have searched google and the Magento forum to no avail. Is it possible to assign a different shipping rate to each category of products? Thanks Dan Magento – Category based shipping rates, is this possible? Possibly Related Posts: Magento View ‘Company Name’ Instead Of First/Last Name Magento create new field type for admin [...]



 

Scenario: A new blank magento with a category product and customer import with some fixes to do. Categories structure: Root L..Category_parent1 (0 products) L..Category_child1 (22) L..Category_child2 (34) L..Category_parent2 (0) L..Category_child1 (22) L..Category_child2 (34) L..Category_parent3 (0) L..Category_child1 (22) L..Category_child2 (0) L..Category_child2_child1 (22) L..Category_child2_child2 (34) L..Category_child3 (10) To do: Copy all products from a child category to [...]



 

I am new to Magento, but I thought I had a grasp on it until today. Here is my problem. I am writing a new Observer to add a coupon to the cart on page load. The coupon code is passed in the URL and I desire the code to be passable through ANY working [...]



 

In Magento I write a number of small command line scripts to do things like set a new attribute on a number of products. I am finding that the time it takes to update 900 products takes about 6 hours to complete. The time it takes to load the individual products goes as fast as [...]



 

Hi, Let’s say I have two categegories, A and B. I set A to use ‘layout_a’ on Catalog -> Catalog Categories -> Click a category -> click custom design tab I set B to use ‘layout_b’ on Catalog -> Catalog Categories -> Click a category -> click custom design tab When I visit category A [...]