Commit Graph

11 Commits

Author SHA1 Message Date
shopkeeperdev
2b8cf4f0bc Remove legacy extra.map configuration
- Removed extra.map section that was causing duplicate installation paths
- Module will now install correctly to vendor/ directory only
- Magento's component registration handles module loading

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 14:36:00 -05:00
shopkeeperdev
677b43db02 Rename package to shopkeeper/module-vendor-notes and fix delete button issue
- Update package name from shopkeeper/vendornotes to shopkeeper/module-vendor-notes to follow naming conventions
- Fix invalid CSS selector issue by prefixing numeric row IDs with 'row_' in getArrayRows()
- Resolves JavaScript error: "Failed to execute 'querySelectorAll' on 'Document': 'tr#0 button.action-delete' is not a valid selector"

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-06 14:23:40 -05:00
shopkeeperdev
2340e2bf79 Changed name in composer.json. 2025-10-11 10:54:04 -04:00
shopkeeperdev
179979342e Fix to make vendor attribute user-defined, add to Default attribute set 2025-10-08 18:18:37 -04:00
shopkeeperdev
6a75fa3a5d Added support for Composer 2025-10-08 12:07:00 -04:00
shopkeeperdev
7062fd8db2 Support for HTML content 2025-10-08 09:34:26 -04:00
shopkeeperdev
b102a2e41d Fixed location of 'Model' directory 2025-10-07 19:16:28 -04:00
shopkeeperdev
9d6112b703 Fix HTML rendering for vendor notes links
Add proper HTML filtering to render mailto links and formatting in vendor notes.

- Create HtmlArraySerialized backend model to prevent HTML escaping
- Add filterOutputHtml() method to safely render HTML content
- Update template to use HTML filtering
- Decode HTML entities before display
2025-10-07 19:03:16 -04:00
shopkeeperdev
fcc8697c75 Added ability to add/edit note fields in Magento Admin. 2025-10-07 18:57:28 -04:00
shopkeeperdev
44c5b511a3 Added README.md 2025-10-07 18:34:37 -04:00
shopkeeperdev
20786161b7 Initial commit 2025-10-07 18:31:07 -04:00