In Store Purchases - Gift Registry

The store I am working on is both brick and mortar and internet based. I need to be able to update the amount purchased for each product. I am guessing this isn't available by default? Any addons out there that could help? Or if you could point me t the code for that section I could probably figure it out as well.



Thanks!

Nevermind, it took some custom coding but if you update:

events_products.tpl in the skins/basic/admin/addons/gift_registry/views/events/components folder.



You can add:

```php



```

Right after:
```php



```

Then all you have to do is add another table header where appropriate and you're good to go!