I have moved magento to a new server, updated all the database requirments, cleared the cache. but still it is p开发者_如何学Cicking up the old database name , userid and password. Thus i cannot conne
I am trying to add Observer to the Product status update event on backend. But it does not triggering the event.
I am working on Magento Quick book project. I am want to get Credit Memo details from the Magen开发者_运维问答to DB using API. Please anyone tell me, is there any key available for getting Credit Memo
I\'m having an issue with a Magento cron.I have a method in a Helper Class firing via the cron, but at some p开发者_如何转开发oints the the method logic, I exit with an error code (ie error(1)) if the
We can write a custom query in Magento: $write = Mage::getSingleton(\'core/resource\')->getConnection(\'core_write\');
I am planning on setting up a filter system (refine y开发者_如何学编程our search) in my ecommerce stores. You can see an example here: http://www.bettymills.com/shop/product/find/Air+and+HVAC+Filters
Lets s开发者_C百科ay I load my product object: $product = Mage::getModel(\'catalog/product\')->load($productId);
Is there any way to get session of salesrule using model? I have to get details of rule while it is being created.. for eg: i have to get apply_to_shipping and coupon_type while r开发者_如何学Cule is
So I\'ll explain this as well as I can, please feel free to ask questions if I need to clarify anything.
Everything below happens in the backend of magento, not frontend. I have added programmatically attributes to all products.