mdg_giftreg
mdg_giftreg copied to clipboard
No "new registry" link after creating first one
There is no "new" link in the list after creating a gift registry.
I had to add to list.phtml.
<a href="<?php echo $this->getUrl('giftregistry/index/new') ?>">
<?php echo $this->__('New Gift Registry') ?>
</a>