Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethib137/commerce-product-management
https://github.com/ethib137/commerce-product-management
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ethib137/commerce-product-management
- Owner: ethib137
- Created: 2020-06-01T15:35:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T23:06:32.000Z (almost 2 years ago)
- Last Synced: 2023-03-23T03:41:46.662Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.97 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Liferay Commerce Product Bulk Delete
A GUI for bulk deleting commerce products in Liferay `7.2` & `7.3`.
## Usage
Build the module yourself using the steps below or simply copy `dist/commerce-product-management-1.0.0.jar` to your deploy folder.
Add the `Commerce Product Management` widget to a page from the widget menu under the `Commerce` category.
![Delete Products](/images/delete-products.png)
## How to Build and Deploy to Liferay
Update `.npmbuildrc` so that `liferayDir` points to your local Liferay bundle by running ` $ npm run init`.
### Build it
` $ npm install`
` $ npm run build`### Deploy to Liferay
` $ npm install`
` $ npm run deploy`## Issues & Questions Welcome