mdg_giftreg icon indicating copy to clipboard operation
mdg_giftreg copied to clipboard

Gift Registry Module for the Magento Developers Guide

Results 11 mdg_giftreg issues
Sort by recently updated
recently updated
newest added

Hi. As you said in Readme How to Use this Repository. Each chapter has a different page here. But what is the address of each chapter on GitHub? I could...

'SQLSTATE[23000]: Integrity constraint violation: 1452 Cannot add or update a child row: a foreign key constraint fails ... FK_MDG_GIFTREGISTRY_ENTITY_CUSTOMER_ID_CUSTOMER_ENTITY_ENTITY_ID on saving in Backend Worked arround by this in GiftregistryController.php: //...

Call to undefined method Mage_Core_Controller_Request_Http::getPosts()

There is no "new" link in the list after creating a gift registry. I had to add to list.phtml.

Hey, index/save/ is returning "There was an error trying to save the gift registry". Struggling to find out why, using magento 1.9. Thanks

Hi Allan, Im stuck on chapter 5 with regards to the edit form. Im getting a fatal error on a method setData(). Heres the full error: "Fatal error: Call to...

/mdg_giftreg/app/design/frontend/base/default/template/mdg/edit.phtml line 3: ``` $loadedRegistry = Mage::getSingleton('customer/session')->getLoadedRegistry(); ``` **$loadedRegistry will ALWAYS be NULL, because setLoadedRegistry is never called anywhere in the code.** Whereabouts should we be calling setLoadedRegistry, and what...