burdapraha/oc_product_available_until

OpenCart 2.3.x poduct Available until the date

dev-master 2017-11-28 21:19 UTC

This package is not auto-updated.

Last update: 2024-04-05 19:33:18 UTC


README

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!