mdg_giftreg icon indicating copy to clipboard operation
mdg_giftreg copied to clipboard

No "new registry" link after creating first one

Open lycenok opened this issue 7 years ago • 0 comments

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>    

lycenok avatar Nov 08 '17 05:11 lycenok