Product Available until the date OpenCart 2.x
Improving admin form for new field "Date until:". After this date product will be invisible.
- Requiring installed vQmod because vQmod doesn't support installing via composer itself.
composer require burdapraha/oc_product_available_until dev-master
composer require sasedev/composer-plugin-filecopier
for files manipulating- 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.
- run SQL command from sql file
- optionally you can add row to your
.gitignore
file with path to tracy.xml (example: upload/vqmod/xml/oc_product_available_until.xml) - celebrate!