mage
Magento: Fatal error: Call to a member function getModelInstance() on a non-object in app\Mage.php on line 432
I want to call a PHP file using ajax where in that PHP i will place order by the ajax call. But it throws error while i am using app/Mage.php from that file[详细]
2023-03-29 14:31 分类:问答Magento which event is called? Need to build an observer
I need to create an observer in Magento that listens for the event that is called when someone re-indexes the Catalog Search Index.[详细]
2023-03-27 08:57 分类:问答Magento Event (Which event is called on Index?)
As stated in the question, which event is fired when someone goes into the admin panel and selects reindex data for Catalog Search Index?[详细]
2023-03-27 07:06 分类:问答VSTO Excel Add-in deployment problem using Click Once and Mage
I have a VSTO Excel add-in that I can publish successfully from within Visual Studio 2008.I want to move the publishing into a NANT task on my CruiseControl build server so that I get all the benefits[详细]
2023-03-27 01:59 分类:问答Magento Observer not doing much observing
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.[详细]
2023-03-26 23:03 分类:问答Magento minimize varien js files -- is this ok?
I am minimizing my javascript files in my magento build to optimize page load time.I already minimized the skin/frontend/THEME/default/js files that were large开发者_JS百科, and next on my list are th[详细]
2023-03-26 00:17 分类:问答Magento child html -- get parent caller
I am in the template file price.phtml.I would like to have some line of code that looks at the parent that is calling the block and do some behavior based on that.Essentially if the parent is a catalo[详细]
2023-03-25 04:41 分类:问答Magento quick getResourceModel question
What class (if any) is called with this line of code? Mage::getResourceModel(\'sales/order_inv开发者_JAVA技巧oice_collection\')[详细]
2023-03-24 11:44 分类:问答Fatal error in magento v 1.5
I have installed the follow up email extension in my magento V1.5.. After installed admin panel which is display like this:[详细]
2023-03-23 10:01 分类:问答Magento get product variations/options with PHP
I am trying to get product variations for each child product on the view.phtml page. Essentially, the drop-down of options for a configurable product are made of these values.For example - A t-shirt m[详细]
2023-03-21 02:37 分类:问答