Skip to content

IP-CAM/Product-available-until-date-Opencart-v.2.x

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Available until the date OpenCart 2.x

Improving admin form for new field "Date until:". After this date product will be invisible.

Show

Installation

  1. Requiring installed 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.

  1. run SQL command from sql file
  2. optionally you can add row to your .gitignore file with path to tracy.xml (example: upload/vqmod/xml/oc_product_available_until.xml)
  3. celebrate!

About

Product Available Until The Date

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published