https://github.com/burdapraha/oc_product_available_until
Product Available Until The Date
https://github.com/burdapraha/oc_product_available_until
czech-republic opencart opencart-2x opencart-extension product stock-management vqmod
Last synced: 3 months ago
JSON representation
Product Available Until The Date
- Host: GitHub
- URL: https://github.com/burdapraha/oc_product_available_until
- Owner: BurdaPraha
- License: mit
- Created: 2017-11-28T16:21:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-28T21:19:50.000Z (over 8 years ago)
- Last Synced: 2025-01-29T19:11:20.716Z (over 1 year ago)
- Topics: czech-republic, opencart, opencart-2x, opencart-extension, product, stock-management, vqmod
- Homepage: http://burda.cz
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Product Available until the date [OpenCart 2.x](https://github.com/opencart/opencart)
Improving admin form for new field "Date until:". After this date product will be invisible.

## Installation
1. Requiring installed [vQmod](https://github.com/vqmod/vqmod) because vQmod doesn't support installing via composer itself.
2. `composer require burdapraha/oc_product_available_until dev-master`
3. `composer require sasedev/composer-plugin-filecopier` for files manipulating
4. Add this code to your composer.json project file, extra section:
```
"extra": {
"filescopier": [
{
"source": "vendor/burdapraha/oc_product_available_until/upload",
"destination": "upload",
"debug": "true"
}
]
}
```
It will move vqmod xml file to correct folder.
5. run SQL command from [sql file](/sql/update_structure.sql)
6. optionally you can add row to your `.gitignore` file with path to tracy.xml (example: upload/vqmod/xml/oc_product_available_until.xml)
7. celebrate!