thelia / admin-comment-module
Installs: 797
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 8
Forks: 4
Open Issues: 1
Type:thelia-module
Requires
- thelia/installer: ~1.1
README
This module allows you to add comments on each part of the back office : categories, products, folders, contents, orders, customers and coupons. These comments are not visible for customers.
Installation
Manually
- Copy the module into
<thelia_root>/local/modules/
directory and be sure that the name of the module is AdminComment. - Activate it in your thelia administration panel
Composer
Add it in your main thelia composer.json file
composer require thelia/admin-comment-module ~1.1.0
configuration
no special configurations needed. just set the permissions for administrators.
Loop
Get the comment by loop
Input arguments
Ouput arguments
Changelog
1.1.1
- Add loop for admin comment
1.1.0
- Add tab in edit page with comment counter in tab title
- Add comment counter in order list
1.0.1
- Fixed module activation
- Removed JS dependency to missing bootbox lib