I have successfully moved a magento st开发者_StackOverflow社区ore from one server to another and everything works as expected. Most of the products are displaying when i browse through the store with
example: a controller named ajaxhandlerController it can receive several ajax request typ开发者_如何学JAVAes,
There is this method getCategoryIds() in Mage_Catalog_Model_Resource_Eav_Mysql4_Product. This method returns all category IDs of requested product. I need to modify the SELECT statement so it will ret
So this is my first module, so I figured there would be errors.But I am stuck and thought the intelligence of the stack overflow community could help out.
Using the Magento API, I see how to mark an order as shipped with开发者_运维百科 the sales_order_shipment.create call and how to add a tracking number with the sales_order_shipment.addTrack call.Is th
what is 开发者_运维问答the code needed to insert tags to a product in Magento? thanks$tagName = \'php\';
I\'m looking for the file name containing the implementation of the \"Proceed to Checkout\" button. I have found that the sales_flat_quote_item table is being populated when the button is clicked.I h
Whe开发者_开发知识库n you add customer attributes, Magento\'s admin dashboard for customer\'s automatically generates the relative form element for that new attribute.
i am trying to add a couple of custom fields to the registration page. After going though various posts about this topic i tried to create a module for this. I see that my 2 custom fields are added to
I want to add a new field "custom_house_no" for the shipping address during the onepage checkout process.