burdapraha/oc_product_available_until

OpenCart 2.3.x 产品可用至日期

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

This package is not auto-updated.

Last update: 2024-09-20 21:47:39 UTC


README

改进管理表单,添加新字段"日期至:"。在此日期之后,产品将不可见。

Show

安装

  1. 需要安装vQmod,因为vQmod不支持通过composer自行安装。
  2. composer require burdapraha/oc_product_available_until dev-master
  3. composer require sasedev/composer-plugin-filecopier 用于文件操作
  4. 将此代码添加到您的composer.json项目文件的extra部分
    "extra": {
        "filescopier": [
            {
                "source": "vendor/burdapraha/oc_product_available_until/upload",
                "destination": "upload",
                "debug": "true"
            }
        ]
    }    

它将移动vqmod xml文件到正确的文件夹。

  1. sql文件中运行SQL命令
  2. 可选地,您可以在.gitignore文件中添加行,包含tracy.xml的路径(例如:upload/vqmod/xml/oc_product_available_until.xml)
  3. 庆祝!